Skip to content

DiskANN 0.58.0 - #1385

Merged
Mark Hildebrand (hildebrandmw) merged 1 commit into
mainfrom
mhildebr/v0.58.0
Sep 8, 2026
Merged

DiskANN 0.58.0#1385
Mark Hildebrand (hildebrandmw) merged 1 commit into
mainfrom
mhildebr/v0.58.0

Conversation

@hildebrandmw

@hildebrandmwMark Hildebrand (hildebrandmw) commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Breaking Changes since 0.57.0

• Restored support for reference-counted (Arc) PQ distance tables via a new internal Shared<'a, FixedChunkPQTable> enum, unblocking code paths that still depend on owned/shared tables ahead of a full PQ replacement. (#1382)

What's Changed

Full Changelog: v0.57.0...v0.58.0

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The PR description references functional PQ/Arc/Shared<'a, T> changes, but the diff only contains version/lockfile updates, so the description (or the included commits) needs to be corrected for consistency.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR appears to be a release/version bump for the DiskANN Rust workspace, updating internal crate versions and lockfile entries to 0.58.0.

Changes:

  • Bumped [workspace.package] version from 0.57.0 to 0.58.0.
  • Updated all workspace internal dependency versions to 0.58.0.
  • Refreshed Cargo.lock to reflect the 0.58.0 crate versions.
File summaries
FileDescription
Cargo.tomlUpdates workspace/package and internal workspace dependency versions to 0.58.0.
Cargo.lockUpdates locked package entries to 0.58.0 for DiskANN workspace crates.
Review details
  • Files reviewed: 1/2 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment threadCargo.toml
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.54%. Comparing base (2e1fc7e) to head (6e5cff1).

Additional details and impacted files

Impacted file tree graph

@@ Coverage Diff @@## main #1385 +/- ##
==========================================
+ Coverage 91.43% 92.54% +1.11% 
==========================================
Files 522 522 Lines 100766 100766 ==========================================
+ Hits 92134 93258 +1124 + Misses 8632 7508 -1124 
FlagCoverage Δ
miri92.54% <ø> (+1.11%)⬆️
unittests92.49% <ø> (+1.25%)⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 46 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hildebrandmw
Mark Hildebrand (hildebrandmw) merged commit 149ce76 into mainSep 8, 2026
30 checks passed
@hildebrandmw
Mark Hildebrand (hildebrandmw) deleted the mhildebr/v0.58.0 branch September 8, 2026 23:16
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@hildebrandmw@codecov-commenter@harsha-simhadri@suhasjs