8000 Releases · arborx/ArborX · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: arborx/ArborX

v2.0

16 Apr 21:28
Compare
Choose a tag to compare

New features:

Build Changes:

Enhancements:

  • Promote ArborX::Triangle from the EXPERIMENTAL namespace #1154
  • Add Segment geometry [EXPERIMENTAL] #1165
  • cmake: make install path configurable #1174
  • Add DefaultIndexableGetter [EXPERIMENTAL] #1181
  • Define ARBORX_VERSION number macro #1190
  • Allow running DBSCAN in different precision #1203
  • Move MinimumSpanningTree to Experimental namespace #1213
  • Add ellipsoid geometry [EXPERIMENTAL] #1222

Backward incompatible changes:

  • Generalize geometries to support any dimension and precision #1100, #1148, #1146, #1154
  • Remove deprecated algorithms from ArborX namespace (e.g., min, max lastElement,clone) #1151
  • Remove old interfaces (APIv1) from indexes #1155, #1157, #1161
  • Remove ArborX::PairIndexRank #1156
  • Remove ArborX::PrimitivesTag and ArborX::PredicatesTag from ArborX::AccessTraits #1172
  • Switch AnyNewerVersion to SameMajorVersion in CMake #1188
  • Add helper functions for predicates construction make_{intersects,nearest} #1232

Fixed bugs:

  • Do not divide by zero when computing ray-AABB intersection #1226

v1.7

04 Sep 02:58
Compare
Choose a tag to compare

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:

  • Remove deprecated InlineCallbackTag #1078
  • Remove deprecated Traits::Access #1078

Deprecations:

  • Deprecate += and reduction_identity for Box #1082
  • Deprecate += in KDOP #982

Fixed bugs:

  • Fix a Kokkos bounds check warning reported when using FDBSCAN-DenseBox #1067
  • Fix DBSCAN test on Intel GPUs #1112
  • Fix policy warning when using CMake 3.30 with Boost #1123
  • Fix geometry traits for const geometries #1129

v1.6

12 Apr 00:37
Compare
Choose a tag to compare
Switch to non-develop version

v1.5

18 Dec 16:19
Compare
Choose a tag to compare
Switch to non-develop version

v1.4.1

08 Jun 16:29
402c9bd
Compare
Choose a tag to compare
Merge pull request #889 from Rombur/changelog

v1.4

05 May 13:39
Compare
Choose a tag to compare
Switch to non-develop version

v1.3

19 Oct 01:28
Compare
Choose a tag to compare
Switch to non-develop version

v1.2

01 Apr 21:27
Compare
Choose a tag to compare
Update ArborX version string

v1.1

29 Sep 15:09
9a51d3c
Compare
Choose a tag to compare
8A85
Merge pull request #549 from masterleinad/update_version_string_relea…

v1.0

15 Mar 21:53
41dff19
Compare
Choose a tag to compare
Merge pull request #490 from aprokop/dbscan_quality_of_life_improvements
0