Releases: Duke-GCB/calrissian
Releases · Duke-GCB/calrissian
Release 0.17.2
What's Changed
- calls setup_kubernetes before _setup to set cudaDeviceCount by @fabricebrito in #170
Full Changelog: 0.17.1...0.17.2
Release 0.17.1
See release 0.17.0 for change log
Release 0.17.0
What's Changed
- Create codemeta.json by @fabricebrito in #163
- Conformance 1.2.1 by @fabricebrito in #164
- Update README.md by @fabricebrito in #165
- adds 'cudaVersionMin', 'cudaComputeCapability' in CUDARequirement by @fabricebrito in #168
Full Changelog: 0.16.0...0.17
v0.16.0
v0.14.0
v0.13.0
0.12.0
[v0.12.0] - 2023-02-13
Added
- adds an argument
--tool-logs-basepath <local_folder_path>
that enable the tool to fetch the pod logs by tool specified in the workflow (PR #139) - returns proper exit code when the pod fails (PR #139)
Changed
- contraints the pod to complete with a proper termination status or raise an exception. (PR #139)
0.11.0
0.10.0 - Pod Environment Customization
Added
adds an argument --pod-env_vars <yaml_file> that allows passing environment variables to the submitted pods at runtime.
Changed
cwltool upgraded to current version 3.0 + all requirements