Skip to content

DiskANN v0.58.0

Choose a tag to compare

@hildebrandmw hildebrandmw released this 08 Sep 23:17
· 24 commits to main since this release
149ce76

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