Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps the DiskANN version from 0.45.0 to 0.46.0, incorporating numerous API breaking changes, additions, bug fixes, documentation improvements, performance optimizations, dependency updates, and infrastructure enhancements as detailed in the release notes.
Changes:
- Updated workspace version from 0.45.0 to 0.46.0 in Cargo.toml
- Updated all 14 workspace dependency versions in Cargo.toml
- Updated all 15 workspace crate versions in Cargo.lock
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Cargo.toml | Updated workspace.package.version and all 14 workspace dependency versions from 0.45.0 to 0.46.0 |
| Cargo.lock | Updated all 15 workspace crate versions from 0.45.0 to 0.46.0 to reflect the version bump |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
harsha-simhadri
approved these changes
Feb 13, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #776 +/- ##
==========================================
+ Coverage 88.98% 89.00% +0.01%
==========================================
Files 428 428
Lines 78417 78417
==========================================
+ Hits 69783 69793 +10
+ Misses 8634 8624 -10
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's Changed
API Breaking Changes
experimental_avx512feature. by @hildebrandmw in Remove theexperimental_avx512feature. #732Standardwon't overflow in its constructor. by @hildebrandmw in [multi-vector] VerifyStandardwon't overflow in its constructor. #757Additions
Matand friends. by @hildebrandmw in [multi-vector] Enable cloning ofMatand friends. #759as_raw_ptr. by @hildebrandmw in [quantization] Addas_raw_ptr. #774Bug Fixes
diskanncompilation without default-features and add CI tests. by @hildebrandmw in Fixdiskanncompilation without default-features and add CI tests. #722Docs and Comments
diskann-benchmarkby @hildebrandmw in Add performance diagnostic todiskann-benchmark#744diskann-wideby @hildebrandmw in [doc] Fix lots of little typos indiskann-wide#771Performance
load_simd_firstfor 8-bit and 16-bit element types. by @hildebrandmw in [diskann-wide] Optimizeload_simd_firstfor 8-bit and 16-bit element types. #747Dependencies
PruneKindingraph::config::Builder. by @hildebrandmw in [diskann] Add note on the selection ofPruneKindingraph::config::Builder. #734vfsandserde_jsonoptional. by @hildebrandmw in [diskann-providers] Remove the LRU dependency and makevfsandserde_jsonoptional. #733Infrastructure
diskann-wide. by @hildebrandmw in Add initial QEMU tests fordiskann-wide. #719New Contributors
Full Changelog: 0.45.0...0.46.0