Skip to content

Releases: jefferislab/RANN

CRAN 2.6.2

25 Aug 15:53
Compare
Choose a tag to compare

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

01 Jan 09:57
Compare
Choose a tag to compare
  • Fix Solaris compile error (as requested by BDR, #25)
  • Correct usage for compiler vs preprocessor flags (#26)

CRAN 2.6.0

01 Jan 09:56
Compare
Choose a tag to compare
  • remove register key word from libANN code (at request of CRAN, #23)

CRAN v2.5

20 Apr 16:34
Compare
Choose a tag to compare

Essentially cosmetic changes, but prepares for RANN1 (uses L1 distance)

RANN k nearest neighbour search v2.3.0

04 Jun 11:04
Compare
Choose a tag to compare

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.