Skip to content

v0.5.4

Latest

Choose a tag to compare

@timmens timmens released this 28 Jul 10:31
· 3 commits to main since this release
4889f23

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 FixedConstraint pinning selected elements to any value in [0, 1) (with their sum strictly less than one) to coexist with a ProbabilityConstraint on 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).