Releases: valohai/valohai-yaml
Releases · valohai/valohai-yaml
v0.48.0
v0.47.1
Repackaging of 0.47.0. 0.47.0's changes reproduced below:
Note: This release drops support for Python 3.8.
Feature Updates
- Add
tolerations
to endpoint definition. - Add linter error for duplicate names.
- Note: if you have a broken
valohai.yaml
(with e.g. duplicate step names), you need to fix those when updating to this version.
- Note: if you have a broken
- introduce environment variable groups to Step class.
Fixes
- Move a bad warning example from examples to warning examples.
Internal Updates
- Tests: sort selected test snapshot lines to reduce flakiness.
- Add some type hinting for
Item._original_data
. - Dependency updates.
- Update GitHub workflows to Ubuntu 24.
- Elide default reuse-executions and edge-merge-mode values from serialization results to keep serialized data to a minimum.
v0.47.0
Note: This release drops support for Python 3.8.
Feature Updates
- Add
tolerations
to endpoint definition. - Add linter error for duplicate names.
- Note: if you have a broken
valohai.yaml
(with e.g. duplicate step names), you need to fix those when updating to this version.
- Note: if you have a broken
- introduce environment variable groups to Step class.
Fixes
- Move a bad warning example from examples to warning examples.
Internal Updates
- Tests: sort selected test snapshot lines to reduce flakiness.
- Add some type hinting for
Item._original_data
. - Dependency updates.
- Update GitHub workflows to Ubuntu 24.
- Elide default reuse-executions and edge-merge-mode values from serialization results to keep serialized data to a minimum.