Release notes#

🏷️ 0.5.0.0.post1.dev9 (2026-08-05)#

🐛 Bug Fixes#

  • Enable the _validate_predicates method for pydantic validation. This method checks that all predicates in a Degenerated predicate have the same space as the Degenerated predicate itself. If any predicate has a different space, a ValueError is 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)