Releases: dillondaudert/NearestNeighborDescent.jl
Releases · dillondaudert/NearestNeighborDescent.jl
v0.3.6
NearestNeighborDescent v0.3.6
Closed issues:
- Make new release (#28)
Merged pull requests:
- Replace LightGraphs.jl with Graphs.jl (#29) (@rasmushenningsson)
v0.3.5
NearestNeighborDescent v0.3.5
Merged pull requests:
- CompatHelper: bump compat for "Reexport" to "1.0" (#27) (@github-actions[bot])
v0.3.4
v0.3.3
NearestNeighborDescent v0.3.3
Merged pull requests:
- CompatHelper: bump compat for "Distances" to "0.10" (#24) (@github-actions[bot])
v0.3.2
NearestNeighborDescent v0.3.2
v0.3.1
NearestNeighborDescent v0.3.1
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
v0.3.0 (2019-12-10)
Closed issues:
Merged pull requests:
- V0.3.0 (#16) (dillondaudert)
- Merge master into v0.3 (#14) (dillondaudert)
- CompatHelper: add new compat entry for "Distances" at version "0.8" (#12) (github-actions[bot])
- CompatHelper: bump compat for "DataStructures" to "0.17" (#11) (github-actions[bot])
v0.2.1
v0.2.0
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
Improve memory usage of make_knn_heaps
Update to DataStructures 0.15