forked from unum-cloud/usearch
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.12.0](unum-cloud/usearch@v2.11.7...v2.12.0) (2024-04-29) ### Add * String-search example ([6dc574f](unum-cloud@6dc574f)) ### Docs * Log running test stages ([48ef5e8](unum-cloud@48ef5e8)) * ObjC & Swift SDK ([b16d85a](unum-cloud@b16d85a)) * Recommend SwiftPM for ObjC ([da84fa2](unum-cloud@da84fa2)) ### Fix * `/EHc` effect on exceptions in MSVC ([d1be7d5](unum-cloud@d1be7d5)) * `metric_jaccard_gt` out-of-bounds ([11e344a](unum-cloud@11e344a)) * Overload resolution in MSVC ([62f9b61](unum-cloud@62f9b61)) * UBSan alignment complaints ([813e992](unum-cloud@813e992)) ### Improve * Safeguard against uninitialized buffers ([689fe19](unum-cloud@689fe19)), closes [ClickHouse/ClickHouse#61780](ClickHouse/ClickHouse#61780) * Test obscure initializations ([a9525d5](unum-cloud@a9525d5)) * Tests for variable length sets ([7b3b13a](unum-cloud@7b3b13a)) ### Make * Move benchmark docs ([a22ab47](unum-cloud@a22ab47))
- Loading branch information
1 parent
f7535f9
commit 5ea48c8
Showing
9 changed files
with
84 additions
and
33 deletions.
There are no files selected for viewing
This file contains 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 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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,6 +1,6 @@ | ||
[package] | ||
name = "usearch" | ||
version = "2.11.7" | ||
version = "2.12.0" | ||
authors = ["Ash Vardanian <[email protected]>"] | ||
description = "Smaller & Faster Single-File Vector Search Engine from Unum" | ||
edition = "2021" | ||
|
This file contains 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 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 +1 @@ | ||
2.11.7 | ||
2.12.0 |
This file contains 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 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 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