Skip to content

v0.1.15

Choose a tag to compare

@github-actions github-actions released this 22 Feb 23:02
· 207 commits to main since this release
18eb5e9

GeometryOps v0.1.15

Diff since v0.1.14

  • Use GeometryOpsCore (finally!). This version of GeometryOps is restricted to v0.1.2 of GeometryOpsCore only, because we plan to introduce a new algorithm and operation interface in the next version of GeometryOpsCore, which will cause significant code changes in GeometryOps.
  • Refactor segmentize to use Manifold types like Planar and Geodesic (only those two for now). More refactors for other functions to come in future releases of GeometryOps.
  • New function forcexy which is like tuples but removes all Z and M coordinates, and forcexyz which forces all coordinates to be 2.5D with some default z coordinate if the input does not already have one.

Merged pull requests:

Closed issues:

  • Type inference error for GI geometries (#241)