Skip to content

Releases: KristofferC/NearestNeighbors.jl

v0.4.18

17 Jun 12:09
cf34439
Compare
Choose a tag to compare

NearestNeighbors v0.4.18

Diff since v0.4.17

Merged pull requests:

Closed issues:

  • Is there any plan to introduce una-dinosauria/Rayuela.jl ?? (#91)
  • Can't do knn on AbstractVector{SVector} (#176)
  • Test benchmarks and have them run on CI (#179)

v0.4.17

13 Jun 13:07
bc645d1
Compare
Choose a tag to compare

NearestNeighbors v0.4.17

Diff since v0.4.16

Merged pull requests:

  • KDTree: SoA the Node struct to avoid paying alignment cost to store the split dimension (#177) (@KristofferC)

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: