Skip to content

v0.1.42

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jul 22:53
d2084f4

GeometryOps v0.1.42

Diff since v0.1.41

  • Add n-dimensional, static R-tree implementation, with STR and Hilbert packing orders. These new trees are also type stable and single-typed in the node type. This means one can now implement stack-based tree descent algorithms, like nearest neighbour and distance kernels, in a fast way. #431
  • Improve NaturalIndex performance by amortizing lookup cost in tree cursor #431.
  • Add DimensionalData extension for polygonize (but only for area based lookups) #429
  • Fix off-by-one indexing bug in DouglasPeucker simplify #387

Merged pull requests:

Closed issues:

  • Simplify indexing bug (#386)