-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.8.0](v0.7.0...v0.8.0) (2023-05-25) ### Add * `stats()` gathering interface ([ce0080e](ce0080e)) * New tests and parameter tuning benchmarks ([c110a68](c110a68)) ### Fix * Safe misaligned data access ([1996614](1996614)) * UB, wrong length passed ([56936e9](56936e9)) ### Make * Default Python to NEON on Arm, AVX2 on x86 ([7a25a89](7a25a89)) * Produce test builds ([d7d1095](d7d1095)) * Un-nest binary output path ([4e9658e](4e9658e)) * Updated Python package layout ([eb91f86](eb91f86)) ### Refactor * Clean pre-release ([1b18637](1b18637)) * Expose `config()` reference ([d7de510](d7de510)) * Using a single atomic bitset ([10044d8](10044d8))
- Loading branch information
1 parent
e528307
commit fd565db
Showing
4 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "usearch" | ||
version = "0.7.0" | ||
version = "0.8.0" | ||
authors = ["Ashot 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.7.0 | ||
0.8.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