Releases: OpenJobDescription/openjd-model-for-python
Releases · OpenJobDescription/openjd-model-for-python
0.5.0
0.5.0 (2024-11-05)
BREAKING CHANGES
Bug Fixes
- format string errors no longer embed the entire format string (#135) (
5872f7c
)
0.4.4
0.4.4 (2024-06-24)
Features
- add merge_job_parameter_definitions to public api (#126) (
c2c4fae
)
0.4.3
0.4.3 (2024-06-11)
Bug Fixes
- fix lint, Break up long regex over multiple lines (#116) (
3801c80
)
0.4.2
0.4.2 (2024-03-27)
Features
- add validation that associative op's args are equal length (#96) (
5d3c9bb
)
0.4.1
0.4.1 (2024-02-26)
Bug Fixes
0.4.0
0.4.0 (2024-02-13)
BREAKING CHANGES
0.3.1
0.3.1 (2024-02-12)
Bug Fixes
- no longer shortcircuit validation if there are parameter reference errors (#71) (
d554bfd
)
0.3.0
0.3.0 (2024-02-08)
BREAKING CHANGES
Features
- suggest template variables when symbol is unknown (#48) (
435971a
)
- Extend IntRangeExpression and make it an external interface (
df7071c
)
- Add topo_sorted() function to the StepDependencyGraph (
9a49c41
)
Bug Fixes
- improve validation errors when parameter defs have errors (#47) (
6ba9a72
)
- Support iterating zero-dimensional step parameter spaces (
c891ee1
)