-
Notifications
You must be signed in to change notification settings - Fork 41
Update version to v0.4.0 #319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
18aa6a6
Update version to v0.4.0
ethanglaser ef3e705
Update news to indicate dropped support for amazonlinux2
ethanglaser 1c70f24
Rename cpp runtime binding validation
ethanglaser dacb37f
Merge branch 'main' into rls/v0.4.0
ethanglaser 77ed6ab
Revert "Rename cpp runtime binding validation"
ethanglaser 4656dee
Merge branch 'main' into rls/v0.4.0
ethanglaser 553dae9
Update NEWS.md with additional news
ethanglaser 566abd0
Merge branch 'main' into rls/v0.4.0
ethanglaser 206ff54
Merge branch 'main' into rls/v0.4.0
ethanglaser File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,21 @@ | ||
| # SVS 0.3.0 Release Notes | ||
| # SVS 0.4.0 Release Notes | ||
|
|
||
| ## Additions and Changes | ||
|
|
||
| * IVF index support added to CPP runtime API (#267, #287, #293) | ||
| * Native serialization support for Indexes (#300) | ||
|
|
||
| * Clang-21 compiler support with gcc-11 headers for shared library builds | ||
|
|
||
| * Amazonlinux2 support for shared/static library dropped | ||
|
|
||
| * Consolidated to publish only minimal necessary shared library (14 -> 6) and runtime bindings (2 -> 1) release artifacts | ||
|
|
||
| * Adaptive batch size heuristic for filtered search in Vamana, with new `filter_stop` early-exit parameter (#309) | ||
|
|
||
| * IVF runtime support for `IDFilter`-based filtered search and dynamic `set_intra_query_threads` adjustment after `train()`/`load()` (#322) | ||
|
|
||
| * IVF inter-query thread pool initialization now validates and clamps thread count against the number of centroids (#329) | ||
|
|
||
| * In-memory (mmap) stream index mapping with new `map_to_file` and `map_to_memory` APIs on `FlatIndex` and `VamanaIndex` (#310) | ||
|
|
||
| * Add get_distance and reconstruct_at to VamanaIndex API (#315) |
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.