-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
42 lines (37 loc) · 1.52 KB
/
NEWS
File metadata and controls
42 lines (37 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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)
* dev: add rstudio project, retire StatET Eclipse project
RANN 2.3.0
==========
* remove nn() function since underlying get_NN() had memory leaks (noticed by Brian Ripley)
* make nn2() use input data as query when query not specified)
* add Arya and Mount as authors (in accordance with CRAN policies, again BDR)
* add Arya, Mount and University of Maryland in Copyright line
(in accordance with CRAN policies, again BDR)
* add COPYRIGHT file to make it clear exactly which files are from the ANN
library and therefore subject to that library's copyright.
RANN 2.2.1
==========
* fix yet more warnings for CRAN due to presence in ANN of
exit(), std:cout and std:cerr
RANN 2.2.0
==========
* no user-visible changes in theory
* switch to roxygen2 for documentation
* use this to provide a NAMESPACE as requested for CRAN
* and switch from deprecated .First.lib to useDynLib