Skip to content

0.7.0

Choose a tag to compare

@client-software-ci client-software-ci released this 03 Mar 21:44
· 75 commits to mainline since this release

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)