release: cut leann-core/leann-backend-hnsw/leann-backend-diskann 0.3.8 - #387
Open
ASuresh0524 wants to merge 1 commit into
Open
release: cut leann-core/leann-backend-hnsw/leann-backend-diskann 0.3.8#387ASuresh0524 wants to merge 1 commit into
ASuresh0524 wants to merge 1 commit into
Conversation
The HNSW full-rebuild-fallback corpus wipe (any modified/removed file falls back to a full rebuild that only reloads the delta, wiping untouched files) was fixed on main in 956beb5 but never released — PyPI leann-core 0.3.7 is still broken. - Bump leann-core, leann-backend-hnsw, leann-backend-diskann to 0.3.8 (the latter two hard-pin leann-core==0.3.7, so they must move too). - Add tests/test_hnsw_rebuild_fallback.py: regression test that fails against the pre-fix code and passes against the current fix. - Document the fix and release in docs/CHANGELOG.md. Fixes #386.
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.
The HNSW full-rebuild-fallback corpus wipe (any modified/removed file falls back to a full rebuild that only reloads the delta, wiping untouched files) was fixed on main in 956beb5 but never released — PyPI leann-core 0.3.7 is still broken.
Fixes #386.