Bump version to 0.46.0 - #776
Conversation
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.
Aditya Krishnan (arkrishn94)
left a comment
There was a problem hiding this comment.
Nice :)
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:
|
What's Changed
API Breaking Changes
experimental_avx512feature. by Mark Hildebrand (@hildebrandmw) in Remove theexperimental_avx512feature. #732Standardwon't overflow in its constructor. by Mark Hildebrand (@hildebrandmw) in [multi-vector] VerifyStandardwon't overflow in its constructor. #757Additions
Matand friends. by Mark Hildebrand (@hildebrandmw) in [multi-vector] Enable cloning ofMatand friends. #759as_raw_ptr. by Mark Hildebrand (@hildebrandmw) in [quantization] Addas_raw_ptr. #774Bug Fixes
diskanncompilation without default-features and add CI tests. by Mark Hildebrand (@hildebrandmw) in Fixdiskanncompilation without default-features and add CI tests. #722Docs and Comments
diskann-benchmarkby Mark Hildebrand (@hildebrandmw) in Add performance diagnostic todiskann-benchmark#744diskann-wideby Mark Hildebrand (@hildebrandmw) in [doc] Fix lots of little typos indiskann-wide#771Performance
load_simd_firstfor 8-bit and 16-bit element types. by Mark Hildebrand (@hildebrandmw) in [diskann-wide] Optimizeload_simd_firstfor 8-bit and 16-bit element types. #747Dependencies
PruneKindingraph::config::Builder. by Mark Hildebrand (@hildebrandmw) in [diskann] Add note on the selection ofPruneKindingraph::config::Builder. #734vfsandserde_jsonoptional. by Mark Hildebrand (@hildebrandmw) in [diskann-providers] Remove the LRU dependency and makevfsandserde_jsonoptional. #733Infrastructure
diskann-wide. by Mark Hildebrand (@hildebrandmw) in Add initial QEMU tests fordiskann-wide. #719New Contributors
Full Changelog: 0.45.0...0.46.0