0.7.0
·
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)