2.3.0: major improvements for built-in constraints and parsing
This release brings three exciting improvements:
- Python Constraint now has an entirely new type of built-in constraints, allowing comparisons with variables on both sides (e.g.
"x == y / z"
) to be evaluated much more efficiently. - Constraint rewriting has been extended to include subtraction and division operators.
- Rewriting of restrictions with less-than or greater-than operators now supports floats as well.
In addition:
- Tests have been extended and amended to reflect changes introduced.
- Documentation has been extended and amended to reflect changes introduced.
- Various minor bugs have been resolved.
- Bump requests from 2.32.3 to 2.32.4 in /docs by @dependabot in #99
Full Changelog: 2.2.3...2.3.0