Changelog
Source:NEWS.md
nabor 0.5.1
- pkgdown docs and other doc tweaks
- Add
Authors@Rmetadata requested by CRAN. - Update moved URLs and remove a dead FlyCircuit link.
- Replace Travis CI with GitHub Actions checks, coverage, and a pkgdown site.
nabor 0.4.7
CRAN release: 2017-05-19
- dev: register native routines as recommended for R 3.4.0
- dev: update travis
nabor 0.4.6
CRAN release: 2015-05-28
- make RANN test conditional
- Fix description for R 3.2.0
- roxygen2/Rcpp updates
nabor 0.4.5
- document behaviour for invalid input points to knn (thanks to @cmpop1, see https://github.com/jefferis/nabor/issues/3)
nabor 0.4.4
CRAN release: 2015-01-12
- fixes warning for non-portable Makefile (thanks to Brian Ripley)
nabor 0.4.1
- CRAN release
- insist on RcppEigen >= 0.3.2.2.0 (conservative but should not be restrictive)
nabor 0.4
- corectly handle non-floating point input to knn (and note that WKNN classes must be initialised with floating point input)
- standardise method names of WKNN classes so that they are identical for WKNND and WKNNF objects
- doc: improve main package docs
- dev: templatise WKNN C++ classes