Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

v0.5.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@KristofferC KristofferC released this 05 Mar 19:19
· 38 commits to master since this release
  • Deprecated the function names k_nearest_neighbour and query_ball_point. These are now called knn and inball respectively. This is for them to be a bit more Julian.
  • Added dual tree range querying. This is when the query points are put in a separate tree and both trees are traversed at the same time. It is however not well optimized yet.
  • Added option to sort or not sort the results from range searches.
  • Improved speed of knn for larger dimensions.