Summary
This release allows fixed entries in probability constraints, adds support for tranquilo 0.1.1, and contains a major internal refactoring of the constraints pipeline towards typed constraint objects. The development environment was migrated from conda/micromamba to pixi.
Pull Requests
- #688 Refactors constraint resolution to work on typed constraint objects (@janosg).
- #687 Converts constraint dictionaries to typed constraint objects during processing (@janosg).
- #686 Adds characterization tests for the constraint pipeline (@janosg).
- #683 Allows a
FixedConstraintpinning selected elements to any value in[0, 1)(with their sum strictly less than one) to coexist with aProbabilityConstrainton the same parameters (@hmgaudecker). - #678 Fixes grammar in the style guide (@abelaba).
- #676 Cleans up pre-commit hooks and switches from pre-commit to prek (@timmens).
- #674 Migrates the development environment from conda/micromamba to pixi (@timmens).
- #671 Updates the README (@timmens).
- #661 Adds support for tranquilo 0.1.1 (@timmens).