Skip to content

Releases: KristofferC/NearestNeighbors.jl

v0.4.16

27 Dec 12:07
bccf45b
Compare
Choose a tag to compare

NearestNeighbors v0.4.16

Diff since v0.4.15

Merged pull requests:

Closed issues:

  • Cannot build KDTree with Subarrays since v0.4.14 (#173)

v0.4.15

10 Dec 12:07
dc04c19
Compare
Choose a tag to compare

NearestNeighbors v0.4.15

Diff since v0.4.14

Merged pull requests:

  • Fix tree construction for vectors without StaticArrays.setindex (#172) (@fredrikekre)

v0.4.14

08 Dec 21:05
2e001fc
Compare
Choose a tag to compare

NearestNeighbors v0.4.14

Diff since v0.4.13

Merged pull requests:

Closed issues:

  • BruteTree SemiMetric support (#99)
  • Benchmarking parallel implementation leads to segfaults (#136)
  • Reverse Cuthill-McKee ordering option (#158)
  • Julia 1.10 is waiting on IO to finish during compilation (#164)
  • It should be possible to make KDNode smaller (#165)
  • KDTree: Wrong results for non-Euclidean metrics (#169)

v0.4.13

21 Dec 16:06
8dac3ec
Compare
Choose a tag to compare

NearestNeighbors v0.4.13

Diff since v0.4.12

Closed issues:

  • [Question] Can you insert new data into an existing KDTree object? (#155)

Merged pull requests:

v0.4.12

01 Oct 12:08
640c991
Compare
Choose a tag to compare

NearestNeighbors v0.4.12

Diff since v0.4.11

Closed issues:

  • AssertionError in kmedoids alg (#148)
  • bug: BoundsError when the skip function returns true for all points (#149)
  • Is there a reason sqeuclidean distance is not supported? (#151)
  • Document that inrangecount also counts the point itself (#153)

Merged pull requests:

v0.4.11

15 Jun 07:06
fb84d15
Compare
Choose a tag to compare

NearestNeighbors v0.4.11

Diff since v0.4.10

Closed issues:

  • Incremental tree build with custom data types. (#110)
  • BallTree and KDTree do not accept Vector{AbstractVector{Float64}} Type. Possible bug. (#144)
  • knn: skipped items output when there is a skip function has always the last index and not 0 index (#145)

Merged pull requests:

v0.4.10

24 Mar 11:10
4d0d8c9
Compare
Choose a tag to compare

NearestNeighbors v0.4.10

Diff since v0.4.9

Closed issues:

  • No constructor for NNTree (#138)
  • Nearest Neighbors in a very large dataset. (#140)

Merged pull requests:

v0.4.9

14 Jun 08:10
ac0338c
Compare
Choose a tag to compare

NearestNeighbors v0.4.9

Diff since v0.4.8

Closed issues:

  • Define function nn (#43)
  • Interpret 1-dimensional array as 1 point (#76)
  • Bounding box (#120)
  • BruteTree with other metrics than Euclidean() (#122)

Merged pull requests:

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