Releases: jefferislab/RANN
Releases · jefferislab/RANN
CRAN 2.6.2
RANN v2.6.2
- define R_NO_REMAP and switch to Rf_* functions at the request of CRAN by
@jefferis in #32 - Use namespacing to isolate ann library and vendor source by @krlmlr in #30
(this could be used to provide the L1 metric in the same package in future) - switch to github actions by @jefferis in #33
- dev: switch GitHub repo to jefferislab/RANN
Full Changelog: v2.6.1...v2.6.2
CRAN 2.6.1
CRAN 2.6.0
- remove register key word from libANN code (at request of CRAN, #23)
CRAN v2.5
RANN k nearest neighbour search v2.3.0
An R package to find the k nearest neighbours for every point in a given dataset in O(N log N) time using Arya and Mount's ANN library (v1.1.3). There is support for approximate as well as exact searches, fixed radius searches and bd as well as kd trees. For further details on the underlying ANN library, see http://www.cs.umd.edu/~mount/ANN.