Skip to content

Commit

Permalink
[simsimd] update to 5.4.1 (microsoft#41091)
Browse files Browse the repository at this point in the history
  • Loading branch information
c8ef authored Sep 20, 2024
1 parent 4efb299 commit e85eecf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/simsimd/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ashvardanian/SimSIMD
REF "v${VERSION}"
SHA512 cb1d190218dc86cc39f6343ebd7d396006d5d97eeba3f6eabac8c17bbbe9903e8e215d9968e9c3be35af475dc14579e746183216e56fa94118dc4d6e6adc17a1
SHA512 b4c0150d0a679f6ff5eb7d0a8816f713f9d72a4cbc5e230d9553584283deba2090d13ececddda22a8242d1923ca4f3771b3bea60e3dc40b77c546197d0d1ce6a
HEAD_REF main
PATCHES
export-target.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/simsimd/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simsimd",
"version": "5.4.0",
"version": "5.4.1",
"description": "Fastest similarity-measures and distance functions on the Wild West – vectors, strings, short molecules, and even DNA sequences. All with a pinch of SIMD for both x86 and ARM.",
"homepage": "https://github.com/ashvardanian/SimSIMD",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8325,7 +8325,7 @@
"port-version": 0
},
"simsimd": {
"baseline": "5.4.0",
"baseline": "5.4.1",
"port-version": 0
},
"sjpeg": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/simsimd.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6ccf891a395b5acb9b95e9120e646169ded5c142",
"version": "5.4.1",
"port-version": 0
},
{
"git-tree": "4a743669d8336cd1aaf4fb8ca23ec6a0b98e3a09",
"version": "5.4.0",
Expand Down

0 comments on commit e85eecf

Please sign in to comment.