All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.2.4 - 2025-02-14
- Fix get_task_output for optional fields when queried in Arvados
v0.2.3 - 2025-02-12
- Fix removal of collection.all_files() from Arvados Python SDK.
v0.2.2 - 2025-01-27
- Downgraded support for arvados-python to 2.7.4
v0.3-rc3 - 2024-12-16
- Update support Python version >= 3.9
v0.3-rc2 - 2024-12-16
- Update support Python version >= 3.11
v0.3-rc1 - 2024-12-16
- Add create_project method
- Add get_user method
- Various unit tests
- Update support Python version to 3.13
- Update version of arvados-python to 3.0
- Rename parameter executing_settings to execution_settings in submit_task
- Addressed various pylint issues
- Handle list outputs in CWL workflows
- Check Arvados Outputs collection for cwl output prior to accessing
v0.2.1 - 2024-10-21
- Catch SevenBridges exception when creating invalid task
v0.2 - 2024-06-14
- get_task_outputs method
- rename_output_files
- roll_file method
- Fixed bug in how project is retrieved from SevenBridges
v0.1.1 - 2024-04-09
- Fixed how we iterate files in a SevenBridges project