Skip to content

Release v0.9.0

Latest
Compare
Choose a tag to compare
@janbridley janbridley released this 16 Sep 19:27
· 6 commits to master since this release
f868ed8

v0.9.0 - 2024-09-13

Breaking

  • The private TabulatedShapeFamily class has been removed, with functionality moved to TabulatedGSDShapeFamily.

Added

  • TabulatedGSDShapeFamilies are now iterable, allowing easier access to shapes.
  • New UniformPrismFamily, UniformAntiprismFamily, UniformPyramidFamily, and UniformDipyramidFamily
  • New documentation to help users initialize common geometries.
  • New methods to export Polyhedra as OBJ, OFF, STL, PLY, VTK, X3D, and HTML files.

Changed

  • The data in DOI_SHAPE_REPOSITORIES for source :cite:Damasceno2012 is now sorted to match the order described in the paper.

Deprecated

  • The PrismAntiprismFamily and PyramidDipyramidFamily have been deprecated in favor of the new families added above, which are faster, more consistent, and present a simplified interface.
    The deprecated code was retained for backwards compatibility, but is no longer included in the documentation.