New features:
- Distributed tree: add support for a nearest query with a callback [EXPERIMENTAL] #1075
- Distributed tree: add support for a spatial query only taking a callback #733
Build Changes:
- Require Kokkos 4.2.00 #1054
Enhancements:
- Implement box-triangle intersection #1059
- Add tetrahedron geometry [EXPERIMENTAL] #1079
- Expand KDOP to support different dimensions and precision [EXPERIMENTAL] #982
- Add 2D KDOP geometries [EXERIMENTAL] #1088
- Improve performance of the distributed algorithms #1098, #1103
- Add
make_ordered_intersects
helper function to implicitly construct ordered intersect queries for a set of geometries [EXPERIMENTAL] #1117
Backward incompatible changes:
Deprecations:
Fixed bugs: