define R_NO_REMAP and switch to Rf_* functions at the request of
CRAN by @jefferis in
https://github.com/jefferislab/RANN/pull/32
Use namespacing to isolate ann library and vendor source by @krlmlr in
https://github.com/jefferislab/RANN/pull/30 (this could be used to
provide the L1 metric in the same package in future)
switch to github actions by @jefferis in
https://github.com/jefferislab/RANN/pull/33
dev: switch GitHub repo to jefferislab/RANN
Full Changelog:
https://github.com/jefferislab/RANN/compare/v2.6.1…v2.6.2
RANN 2.6.1
Fix Solaris compile error (as requested by BDR, #25)
Correct usage for compiler vs preprocessor flags (#26)
RANN 2.6.0
remove register key word from libANN code (at request of CRAN,
#23)
RANN 2.5.1
bug fix wrong result dimensions when query is a vector (#17) thanks
to github user dayey1
bug fix: check query vs data dimensions
register native routines (now a NOTE on R 3.4.0)
fix CRAN URLs in README
RANN 2.5.0
completely remove defunct nn function
add note in README about new RANN1 package offering Manhattan (L1)
metric as an alternative to Euclidean (L2) metric. Note that RANN1 is
only available on github at the time of writing).
dev: use ANN_ROOT macro to unsquare distances
RANN 2.4.1
fix malformed URL field in DESCRIPTION (K. Hornik)
RANN 2.4.0
fix crashing bug when receving N x 0 input matrix (thanks to
Rajaraman V for bug report)
doc: correct documentation of return type and other
clarifications.
dev: switch to testthat for tests
dev: add Travis CI integration
(https://travis-ci.org/jefferis/RANN)