- Refactor Graph API
- Add Prim's algorithm for MST
- Add Held-Karp algorithm, Christofides algorithm, branch-and-bound TSP, 2-opt algorithm, and various heuristics algorithms for TSP
- Add random projection tree and random projection forest
- Add nearest neighbor descent algorithm
- UMAP is 6X faster on large data
- Refactor manifold algorithm APIs
- Add Pairing Heap data structure
- Bug fixes