Skip to content

Releases: OpenJobDescription/openjd-model-for-python

0.7.0

03 Mar 21:44

Choose a tag to compare

0.7.0 (2025-03-03)

BREAKING CHANGES

  • The IntRangeExpr class now normalizes the steps of individual range components like "3-1:-2" to be positive like "1-3:2".

Features

  • Implement 'in' operator and chunksize overide for StepParameterSpaceIterator (b33c6cf)

0.6.0

25 Feb 21:41
96c2b83

Choose a tag to compare

0.6.0 (2025-02-25)

BREAKING CHANGES

  • This release includes a few small changes to the public contract of IntRangeExpr and the StepParameterSpaceIterator. Review the changes to see if this affects your usage (9253018).
  • Model classes migrated from Pydantic V1 to Pydantic V2, which is not backwards compatible. If you depend on Pydantic V1 APIs, consult this guide to migrate usage to Pydantic V2.(0753a1b).

Features

  • Implement step parameter space iteration for chunks (9253018)
  • Implement the task chunking RFC 0001 (c51683e)
  • Implement the extensions RFC 0002 (cd0e289)

0.5.1

08 Nov 17:03
37ff2c0

Choose a tag to compare

0.5.1 (2024-11-08)

0.5.0

05 Nov 21:03
94f215f

Choose a tag to compare

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

24 Jun 21:04
cec9c3c

Choose a tag to compare

0.4.4 (2024-06-24)

Features

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

0.4.3

11 Jun 14:56
12f9e9a

Choose a tag to compare

0.4.3 (2024-06-11)

Bug Fixes

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

0.4.2

27 Mar 17:24
0faa75a

Choose a tag to compare

0.4.2 (2024-03-27)

Features

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

0.4.1

26 Feb 21:37
5e36071

Choose a tag to compare

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

13 Feb 14:32
1c602d9

Choose a tag to compare

0.4.0 (2024-02-13)

BREAKING CHANGES

0.3.1

12 Feb 18:54
75a9ebe

Choose a tag to compare

0.3.1 (2024-02-12)

Bug Fixes

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