- Fixed a missing dependency for google storage in cloud execution.
5.22.0
Not secure
Added
- Added short option `-T` for CLI parameter `--restart-times` (mbhall88).
Changed
- Various small fixes for google storage and life sciences backends (vsoch).
5.21.0
Not secure
Changed
- Added default-remote-provider support for Azure storage (andreas-wilm). - Various small bug fixes and documentation improvements.
5.20.1
Not secure
Changed
- Fixed a bug that caused singularity args to be not passed on correctly when using script or conda.
5.20.0
Not secure
Changed
- Exceptions in input functions are now handled in a smarter way, by choosing alternative paths in the DAG if available. - Debugging dag creation (--debug-dag) now gives more hints if alternative DAG paths are chosen. - Fixes for XRootD remote file implementation. - Improved CLI documentation. - Improved docs. - Various minor bug fixes. - Restored Python 3.5 compatibility. - Speed improvements for workdir cleanup. - Allow Path objects to be passed to expand.
5.19.3
Not secure
Changed
- Performance improvements for DAG generation (up to 7x in the google cloud, anything from a little to massive in a cluster, depending on the overall filesystem performance). - Made hardcoded bucket in google cloud executor configurable. - Improved speed of --unlock command.