Skip to content

Latest commit

 

History

History
95 lines (51 loc) · 4.74 KB

CHANGELOG.md

File metadata and controls

95 lines (51 loc) · 4.74 KB

0.4.4 (2024-06-24)

Features

  • add merge_job_parameter_definitions to public api (#126) (c2c4fae)

0.4.3 (2024-06-11)

Bug Fixes

  • fix lint, Break up long regex over multiple lines (#116) (3801c80)

0.4.2 (2024-03-27)

Features

  • add validation that associative op's args are equal length (#96) (5d3c9bb)

0.4.1 (2024-02-26)

Bug Fixes

  • correct the bad '\Z' escape sequence in a regex (#79) (a1cf4b0)
  • update homepage url (#76) (f33810b)

0.4.0 (2024-02-13)

BREAKING CHANGES

0.3.1 (2024-02-12)

Bug Fixes

  • no longer shortcircuit validation if there are parameter reference errors (#71) (d554bfd)

0.3.0 (2024-02-08)

BREAKING CHANGES

  • redefine model versioning enums (#44) (c90352f)

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)

0.2.0 (2024-01-18)

BREAKING CHANGES

  • Add PATH parameter handling logic to preprocess_job_parameters() (#39) (9d8d08c)

Features

  • adds merge_job_parameter_definitions() (#32) (ad944eb)
  • adds model_to_object() function (#34) (c6d7752)
  • implement semantics for merging a job parameter's definitions (#30) (9c43b24)
  • add model for EnvironmentTemplate to 2023-09 (#20) (454f4f2)

Bug Fixes

  • incorrect type for default in JobIntParameterDefinition (#36) (cc249b9)
  • crash when missing hostRequirement name (#35) (47a3e60)

0.1.2 (2023-10-27)

0.1.1 (2023-09-15)

BREAKING CHANGES

  • remove ValidationError and FormatString.validate (a145a1b)

Features

  • improve validation error messaging (#13) (bc3497f)

Bug Fixes

  • make typed union disciminators function correctly (55982f3)

0.1.0 (2023-09-12)

BREAKING CHANGES

  • Import from internal repository (#1) (cb887a1)