- Bugfix related to Exception formatting during check in of FAILED tasks.
0.4.3
- Bugfix related to file upload during task execution. Files may unnecessarily have been uploaded multiple times.
0.4.2
- Introduce new argument `allow_failed_parents` for `PythonTask` and `BranchTask`.
0.4.1
- Bugfix related to using Parameterization objects as arguments for `branch_on` in `BranchTask` - During task execution, check for file existence before trying to upload files
0.4.0
- Introduce new argument `branch_on` for `BranchTask`. Will replace `branch_data` and `branch_files` arguments. - Include task id in name for temporary run directories for better uniqueness and traceability.
0.3.7
- Bugfix related to file download from other workflows.