Skip to content

Releases: dillondaudert/NearestNeighborDescent.jl

v0.3.6

16 May 15:03
Compare
Choose a tag to compare

NearestNeighborDescent v0.3.6

Diff since v0.3.5

Closed issues:

  • Make new release (#28)

Merged pull requests:

v0.3.5

03 Jan 18:39
Compare
Choose a tag to compare

NearestNeighborDescent v0.3.5

Diff since v0.3.4

Merged pull requests:

  • CompatHelper: bump compat for "Reexport" to "1.0" (#27) (@github-actions[bot])

v0.3.4

06 Jan 00:17
Compare
Choose a tag to compare

NearestNeighborDescent v0.3.4

Diff since v0.3.3

Closed issues:

  • Support instantiating KNNGraph with matrix data (#25)

v0.3.3

12 Oct 20:09
Compare
Choose a tag to compare

NearestNeighborDescent v0.3.3

Diff since v0.3.2

Merged pull requests:

  • CompatHelper: bump compat for "Distances" to "0.10" (#24) (@github-actions[bot])

v0.3.2

20 Aug 16:06
Compare
Choose a tag to compare

NearestNeighborDescent v0.3.2

Diff since v0.3.1

v0.3.1

29 May 19:04
Compare
Choose a tag to compare

NearestNeighborDescent v0.3.1

Diff since v0.3.0

Closed issues:

  • String distances (#5)
  • Implementing AbstractGraph interface (from LightGraph) (#7)
  • Reimplement with KNNGraphs (#9)
  • Multithreading (#10)

Merged pull requests:

  • Install TagBot as a GitHub Action (#18) (@JuliaTagBot)
  • CompatHelper: bump compat for "Distances" to "0.9" (#20) (@github-actions[bot])

v0.3.0

11 Dec 02:19
v0.3.0
8dbc084
Compare
Choose a tag to compare

v0.3.0 (2019-12-10)

Diff since v0.2.1

Closed issues:

  • Is there a way to increase precision of NN search? (#8)
  • Pass data and queries as matrices (#3)

Merged pull requests:

v0.2.1

12 Aug 13:47
v0.2.1
c4bfff3
Compare
Choose a tag to compare

v0.2.1 (2019-08-09)

Diff since v0.2.0

Closed issues:

  • Re-implement heaps as min-max heap (#4)

v0.2.0

22 Jan 17:30
Compare
Choose a tag to compare

Fix UUID.
Split the DescentGraph.graph property, a matrix of (idx, dist) tuples, into two properties: indices and distances.
Replace MutableBinaryHeap with BinaryHeap; modest performance improvements.

v0.1.4

11 Jan 00:14
Compare
Choose a tag to compare

Improve memory usage of make_knn_heaps
Update to DataStructures 0.15