[release] Set version to 0.59.0 - #1392
Merged
Merged
Conversation
Mark Hildebrand (hildebrandmw)
requested review from
a team
and
a lite review from Copilot
September 11, 2026 19:45
Copilot started reviewing on behalf of
Mark Hildebrand (hildebrandmw)
September 11, 2026 19:46
View session
Magdalen Dobson Manohar (magdalendobson)
approved these changes
Sep 11, 2026
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
No unresolved review comments remain.
Pull request overview
Updates DiskANN workspace metadata for the 0.59.0 release.
Changes:
- Bumps workspace and internal package versions to 0.59.0.
- Synchronizes locked package versions.
File summaries
| File | Description |
|---|---|
Cargo.toml |
Updates workspace and dependency versions. |
Cargo.lock |
Synchronizes workspace package metadata. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1392 +/- ##
==========================================
- Coverage 92.62% 91.51% -1.11%
==========================================
Files 525 525
Lines 102473 102473
==========================================
- Hits 94914 93780 -1134
- Misses 7559 8693 +1134
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Aditya Krishnan (arkrishn94)
approved these changes
Sep 11, 2026
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.
This change is backwards compatible with 0.58.0 outside of the following breaking changes to
diskann-disk:diskann_disk::search::pq::quantizer_preprocessremoved. It has been removed and its logic folded into a privatePQScratch::prepare_query/preprocess_querymethod as part of migrating disk PQ flat scan onto the new flat-scan API (Migrate disk PQ flat scan to flat API #1341).What's Changed
continue_search()by Jack Moffitt (@metajack) in [diskann-garnet] Implementcontinue_search()#1357BetaAccessor. by Mark Hildebrand (@hildebrandmw) in Allow access to the inner accessor inBetaAccessor. #1391Full Changelog: v0.58.0...v0.59.0