Release notes#

🏷️ 0.5.0.1.post1.dev12 (2026-08-05)#

🐛 Bug Fixes#

  • Use new HasseDiagramDrawer class to draw Hasse diagrams in the notebooks, replacing the old HasseDiagram class. This change improves the visualisation of posets and lattices, providing a more flexible and extensible way to render diagrams. (#3)

  • Ignore negative numbers in the context creation from integers (create_context_from_integers) and return an empty context if the input is empty. (#4)

🏷️ 0.5.0.1 (2026-07-05)#

💥 Other Notes#

  • Update dependencies to the latest versions.

🏷️ 0.5.0.0 (2026-07-04)#

💥 Other Notes#

  • Split the core projects into smaller ones.

    This led us to create a project for the algebra of concepts operators including concept lattices. (#1)