Skip to content

v0.5.8

Compare
Choose a tag to compare
@nwlandry nwlandry released this 15 May 17:57
  • Formatted the codebase with ruff #346 (@leotrs).
  • Improved the performance of flag_complex and random_flag_complex #355 (@maximelucas).
  • Moved the IDDict class to utilities and removed unnecessary arguments in the IDView constructor #353 (@nwlandry).
  • Up-versioned sphinx to v6.xxx and up-versioned sphinx-rtd-theme to >= 1.2 to be compatible with Sphinx v6.xxx. Updated the contribution guide and the GH, PyPI, and RTD landing pages #350 (@nwlandry).
  • Fixed a bug in the double edge swap method #349 (@nwlandry)
  • Updated the convert module methods to be able to return a hypergraph, addressing Issue #327. Now the conversion from a simplicial complex to a hypergraph only includes maximal faces #345 (@thomasrobiglio)
  • Place a ceiling on IPython so that it is Python 3.8 compatible #344 (@nwlandry).
  • Started fixing the cross references in the "See Also" section in the function/class docstrings #343 (@nwlandry).
  • Feature: added complete_hypergraph #337 (@maximelucas).
  • Updated the quickstart notebook #338 (@nwlandry).
  • Added strict keyword to the maximal() method #332 (@nwlandry).
  • Feature: added trivial hypergraph #335 (@maximelucas).