arborx / ArborX

Performance-portable geometric search library
BSD 3-Clause "New" or "Revised" License
184 stars 39 forks source link

Get rid of APIv1 in DistributedTree #1157

Closed aprokop closed 1 month ago

aprokop commented 1 month ago

I am punting on testing in this PR. I made all previous testing work by constructing a DistributedTree based on PairIndexRank with a custom indexable getter. This way, I didn't need to change any of the distributed queries and results comparisons here.

A better testing framework for APIv2 will be developed after I get rid of APIv1.