-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [0.9.5](v0.9.4...v0.9.5) (2023-05-25) ### Fix * `InterlockedAnd64Release` missing ([d2e77c6](d2e77c6)) * Add NumPy dependency for tests ([0ca1b25](0ca1b25)) * Avoid `M_PI` for MSVC builds ([a5bc587](a5bc587)) * MSVC intrinsics capitalization ([34e2694](34e2694)) * Using x64 Windows API ([d791394](d791394)) ### Make * Disable tests on Windows ([e4abad3](e4abad3)) * Pre-release CI tasks ([a6d764d](a6d764d)) * Require CI on every PR ([23de56d](23de56d)) ### Refactor * Apply Ruff and CppCheck linter ([bf84ba2](bf84ba2))
- Loading branch information
1 parent
00a5eb9
commit b7cd688
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.9.4" | ||
version = "0.9.5" | ||
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.9.4 | ||
0.9.5 |
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