Thanks to visit codestin.com
Credit goes to github.com

Skip to content

2.3.0: major improvements for built-in constraints and parsing

Compare
Choose a tag to compare
@fjwillemsen fjwillemsen released this 17 Jun 13:54
· 3 commits to main since this release

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