v3.0.0
This release removes support for IceProd pilots, and instead relies on HTCondor file transfer and running the module code directly in the HTCondor job. As a consequence, we are able to fully support running in containers via HTCondor. (3c3681e
)
Breaking
- Data transfer now happens at the task level. Other file transfer is deprecated, and will be merged with the task.
- Dataset config removals:
- Module running_class support has been removed. Use the src attribute instead.
- Data compression support has been removed.
- Resources have been removed - use data in permanent input mode.
- Steering/system has been removed.
- The debugging pilot has limited support, and all data transfer has been removed.
- The dataset truncated status has been moved to an attribute.
- Tasks start at idle instead of waiting.
- Task status waiting is now "ready to queue" and status queued is "on the HTCondor queue" with processing actually being processing in HTCondor.
- The task reset status has been removed, and tasks will now directly go to idle.
(3c3681e
)