Release notes#
🏷️ 0.5.0.0.post1.dev9 (2026-08-05)#
🐛 Bug Fixes#
Enable the
_validate_predicatesmethod for pydantic validation. This method checks that all predicates in aDegeneratedpredicate have the same space as theDegeneratedpredicate itself. If any predicate has a different space, aValueErroris raised. (#2)Handle empty-support edge cases in convex measures and recursive strategy so normalised and relative support computations no longer raise
ZeroDivisionError. (#3)
🏷️ 0.5.0.0 (2026-07-05)#
💥 Other Notes#
Split the core projects into smaller ones.
This led us to create a project for the algebra of convex including convex lattices. (#1)