Skip to content

v0.1.18

Choose a tag to compare

@github-actions github-actions released this 17 Apr 13:45
· 196 commits to main since this release
06b6e3e

GeometryOps v0.1.18

Diff since v0.1.17

  • Add AdaptivePredicates as the exact backend for orient. At some point we should switch to an ecosystem wide (DelaunayTriangulation + GeometryOps + ...) representation for predicate kernels (Exact, Adaptive, Auto (choose adaptive if available and exact if not), and Fast).
  • Fix touches for multi geometries

https://github.com/JuliaGeometry/AdaptivePredicates.jl is a library that implements adaptive predicates - substantially faster, BUT harder to construct, than exact predicates. Adaptive predicates are valid through the range of coordinates that geometries usually have, but we may need exact predicates if they are not.

Merged pull requests: