Skip to content

abspy v0.2.3

Compare
Choose a tag to compare
@chenzhaiyu chenzhaiyu released this 03 May 12:34
· 43 commits to main since this release

This release comes with cumulative small changes as follows:

Added

  • Issue templates.
  • GitHub workflow to publish package.
  • Animation GIF in README.
  • Download stats badge in README.
  • License attribute in setup.cfg.
  • AdjacencyGraph.to_uids()
  • option location=random_t and location=boundary in CellComplex.cell_representatives
  • environment.yml
  • CellComplex.cells_boundary()

Removed

  • Download stats in README.

Changed

  • Fix docs autofunction names __init__.
  • Fix planar segment extraction from VertexGroupReference
  • Clean Misc section in README.
  • Rename location=random to location=random_r (rejection-based) in CellComplex.cell_representatives()

abspy can be installed as a package from PyPI:

pip install abspy

Full Changelog