Fix/v0.1.1 release audit - #68
Merged
Merged
Conversation
- use sizeof(T) when serializing MatrixRotator data - correct inaccurate and misspelled comments
- replace dynamically allocated Eigen storage with fixed-size std::array buffers
- manage IVF initializers with unique ownership - safely replace buffers during reconstruction and loading - normalize OpenMP thread counts and avoid null extra-code pointer arithmetic - validate Python build and search inputs - use explicit sentinels for unfilled search results - add Python regressions for incomplete results and search-before-build
- require graph degrees to be positive multiples of 32 - reject degrees that cannot exclude the current vertex - enforce the search-buffer point-ID limit - normalize zero thread requests to one worker - validate Python k and ef search parameters - correct the graph-building iteration diagnostic - add configuration and rotator-lifecycle regression tests
- reject invalid data counts, empty centroids, and out-of-range cluster IDs - prevent searches before the index is built or loaded - validate requested neighbor counts - initialize unfilled results with explicit sentinels - add a regression test for search-before-build
- return finite factors for zero-residual one-bit and extra-bit quantization - handle zero-range scalar quantization without producing NaNs - fully initialize codes and factors for one-bit-only quantization - assert positive residual-code inner-product invariants - add regressions for degenerate inputs and poisoned output storage
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.
No description provided.