Skip to content

Release v0.7.0

Compare
Choose a tag to compare
@DomFijan DomFijan released this 18 Sep 18:10
642868c

Release v0.7.0 - 2023-09-18

Fixed

  • Numerical precision issues in tests.
  • GSD spec correctly outputs for Polyhedron objects.
  • Error in __repr__ for polyhedra with multiple face degrees.
  • ReadTheDocs build errors resulting from conda memory usage.

Changed

  • The minimum required Python version is now 3.8.
  • The minimum required NumPy version is now 1.19.
  • [breaking] Sped up point in polygon and point in polyhedron using NumPy.
  • Migrated to pyproject.toml.

Added

  • New edges and edge_vectors properties for polyhedra.
  • New shape families for Archimedean, Catalan, and Johnson shapes.
  • New shape families for regular pyramids and dipyramids, and a selection of regular prisms and antiprisms.