Skip to content

4.1.0

Latest
Compare
Choose a tag to compare
@haifengl haifengl released this 12 Jan 14:22
  1. Refactor Graph API
  2. Add Prim's algorithm for MST
  3. Add Held-Karp algorithm, Christofides algorithm, branch-and-bound TSP, 2-opt algorithm, and various heuristics algorithms for TSP
  4. Add random projection tree and random projection forest
  5. Add nearest neighbor descent algorithm
  6. UMAP is 6X faster on large data
  7. Refactor manifold algorithm APIs
  8. Add Pairing Heap data structure
  9. Bug fixes