Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit13c3fd9

Browse files
author
TinySemVer
committed
Release: v2.21.3 [skip ci]
### Patch- Make: Bump SimSIMD (a2aeae4)
1 parenta2aeae4 commit13c3fd9

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

‎CITATION.cff‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names:"Ash"
66
orcid:"https://orcid.org/0000-0002-4882-1815"
77
title:"USearch by Unum Cloud"
8-
version:2.21.2
8+
version:2.21.3
99
doi:10.5281/zenodo.7949416
1010
date-released:2023-10-22
1111
url:"https://github.com/unum-cloud/usearch"

‎CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cmake_minimum_required(VERSION 3.11 FATAL_ERROR)
44
project(
55
usearch
6-
VERSION 2.21.2
6+
VERSION 2.21.3
77
LANGUAGES C CXX
88
DESCRIPTION"Smaller & Faster Single-File Vector Search Engine from Unum"
99
HOMEPAGE_URL"https://github.com/unum-cloud/usearch"

‎Cargo.lock‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="usearch"
3-
version ="2.21.2"
3+
version ="2.21.3"
44
authors = ["Ash Vardanian <1983160+ashvardanian@users.noreply.github.com>"]
55
description ="Smaller & Faster Single-File Vector Search Engine from Unum"
66
edition ="2021"

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ doi = {10.5281/zenodo.7949416},
552552
author = {Vardanian, Ash},
553553
title = {{USearch by Unum Cloud}},
554554
url = {https://github.com/unum-cloud/usearch},
555-
version = {2.21.2},
555+
version = {2.21.3},
556556
year = {2023},
557557
month = oct,
558558
}

‎VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.21.2
1+
2.21.3

‎conanfile.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
classUSearchConan(ConanFile):
88

99
name="usearch"
10-
version="2.21.2"
10+
version="2.21.3"
1111
license="Apache-2.0"
1212
description="Smaller & Faster Single-File Vector Search Engine from Unum"
1313
homepage="https://github.com/unum-cloud/usearch"

‎csharp/nuget/nuget-package.props‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<VersionCondition="'$(Version)' == ''">2.21.2</Version>
4+
<VersionCondition="'$(Version)' == ''">2.21.3</Version>
55

66
<Authors>Unum</Authors>
77
<Company>Unum</Company>

‎include/usearch/index.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#defineUSEARCH_VERSION_MAJOR2
1111
#defineUSEARCH_VERSION_MINOR21
12-
#defineUSEARCH_VERSION_PATCH2
12+
#defineUSEARCH_VERSION_PATCH3
1313

1414
// Inferring C++ version
1515
// https://stackoverflow.com/a/61552074

‎java/README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
// Task to download USearch JAR from GitHub releases
2020
task downloadUSearchJar {
2121
doLast {
22-
def usearchVersion = '2.21.2'
22+
def usearchVersion = '2.21.3'
2323
def usearchUrl = "https://github.com/unum-cloud/usearch/releases/download/v${usearchVersion}/usearch-${usearchVersion}.jar"
2424
def usearchFile = file("lib/usearch-${usearchVersion}.jar")
2525
@@ -38,7 +38,7 @@ compileJava.dependsOn downloadUSearchJar
3838
3939
dependencies {
4040
// USearch JAR from local lib directory (downloaded automatically)
41-
implementation name: 'usearch', version: '2.21.2', ext: 'jar'
41+
implementation name: 'usearch', version: '2.21.3', ext: 'jar'
4242
}
4343
```
4444

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp