Skip to content

Releases: KristofferC/NearestNeighbors.jl

v0.4.8

02 Dec 10:21
534d763
Compare
Choose a tag to compare

NearestNeighbors v0.4.8

Diff since v0.4.7

Closed issues:

  • Suggestion: Make KDTree interruptible (#113)

Merged pull requests:

v0.4.7

09 Oct 13:00
d1fcf6e
Compare
Choose a tag to compare
debump version

v0.4.6

08 Jun 14:57
b30fc13
Compare
Choose a tag to compare
bump version

v0.4.5

22 May 15:45
fd82dbe
Compare
Choose a tag to compare
adapt to Distances v0.9, include weighted metrics to Minkowski (#106)

* adapt to Distances v0.9, include weighted metrics to Minkowski

* make it a patch release

* test on currently stable Julia version

v0.4.4

27 Nov 09:48
v0.4.4
Compare
Choose a tag to compare

v0.4.4 (2019-11-27)

Diff since v0.4.3

Closed issues:

  • Weird behaviour with Periodic Euclidean metric (#96)
  • One-off EXCEPTION_ILLEGAL_INSTRUCTION in ball_tree.jl (#95)
  • sqrt error with knn on BallTree (#93)
  • inrange returning indices ordered by distance (#86)

Merged pull requests:

v0.4.3

09 Jan 11:33
e8a6e5b
Compare
Choose a tag to compare
Update Project.toml

v0.4.2

10 Sep 14:47
ba4f598
Compare
Choose a tag to compare
fix inbounds to be on correct block (#72)

v0.4.1: Depwarns and CI for julia 1.0 (#70)

17 Aug 11:59
Compare
Choose a tag to compare
* project file: new test dependency format

* CI test on 1.0

appveyor.yml switched to template from AppVeyor.jl

* fix isbits to isbitstype deprecation

* update REQUIRE to the 0.7 release

* fix IOError: unlink: operation not permitted (EPERM)

v0.4.0: Update to 0.7 (#61)

27 Jun 12:53
Compare
Choose a tag to compare
* copy upon reinterpret

* missed one!

* static T

* @noinline reinterpret_or_copy

* @compat Array{T}(uninitialized, ...), needed for performance

* deleted scratch.jl

* more 0.7 updates

v0.3.0

17 May 08:52
Compare
Choose a tag to compare
remove using compat (#47)