Skip to content

v0.2.0

Compare
Choose a tag to compare
@dillondaudert dillondaudert released this 22 Jan 17:30
· 119 commits to master since this release

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.