DiskANN v0.48.0
What's Changed
- Expand BetaFilter for External SearchStrategy Implementations by @hailangx in #793
- Enable Miri tests in CI with non-blocking execution by @Copilot in #697
- Increase unit test coverage for diskann-disk crate by @Copilot in #761
- Add code review instructions for license headers by @harsha-simhadri in #801
- Consolidate
load_binsomewhat by @hildebrandmw in #792 - Add RFC process by @suri-kumkaran in #804
- Fix variance issues with
MatandMatMut. by @hildebrandmw in #806 - [Bugfix] NeighborPriorityQueue panics, when it is at capacity and NaN distance is inserted by @arrayka in #796
- Enable
cache_onlymode for the BF-Tree cache by @hildebrandmw in #810 - Enable customization of Tokio runtimes in
diskann-benchmark-coreby @hildebrandmw in #809
New Contributors
Full Changelog: v0.47.0...v0.48.0