Skip to content

Commit

Permalink
Build: Released 2.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.11.0](v2.10.5...v2.11.0) (2024-04-08)

### Add

* `b1x8` for Rust ([540fc75](540fc75))
* `filtered_search` API in C & C++ ([5bb38aa](5bb38aa))
* `filtered_search` in Rust ([e1b24e1](e1b24e1))
* Hyper-param configs in C ([c7ed1d4](c7ed1d4))
* Metadata extraction in C ([2c698cd](2c698cd))

### Docs

* Guides for Rust and C ([fe05ad8](fe05ad8))

### Fix

* `-Wdeprecated-this-capture` (#387) ([a233e20](a233e20)), closes [#387](#387)
* Explicit capture ([208e383](208e383))
* Filter the entry point in the 0 layer ([4ff568b](4ff568b))
* JS imports & Doxygen (#384) ([7356158](7356158)), closes [#384](#384)
* More adequate default Rust params ([c4f9e65](c4f9e65))

### Improve

* `metric_punned_t` static methods ([220ef57](220ef57))

### Make

* Configure Rust compilation options ([32c9f3b](32c9f3b)), closes [#378](#378)
* Include sources in Crates ([0d414e4](0d414e4))
  • Loading branch information
semantic-release-bot committed Apr 8, 2024
1 parent a08f669 commit 7917489
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
given-names: "Ash"
orcid: "https://orcid.org/0000-0002-4882-1815"
title: "USearch by Unum Cloud"
version: 2.10.5
version: 2.11.0
doi: 10.5281/zenodo.7949416
date-released: 2023-10-22
url: "https://github.com/unum-cloud/usearch"
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "usearch"
version = "2.10.5"
version = "2.11.0"
authors = ["Ash Vardanian <1983160+ashvardanian@users.noreply.github.com>"]
description = "Smaller & Faster Single-File Vector Search Engine from Unum"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ doi = {10.5281/zenodo.7949416},
author = {Vardanian, Ash},
title = {{USearch by Unum Cloud}},
url = {https://github.com/unum-cloud/usearch},
version = {2.10.5},
version = {2.11.0},
year = {2023},
month = oct,
}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.5
2.11.0
2 changes: 1 addition & 1 deletion csharp/nuget/nuget-package.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Version Condition="'$(Version)' == ''">2.10.5</Version>
<Version Condition="'$(Version)' == ''">2.11.0</Version>

<Authors>Unum</Authors>
<Company>Unum</Company>
Expand Down
4 changes: 2 additions & 2 deletions include/usearch/index.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
#define UNUM_USEARCH_HPP

#define USEARCH_VERSION_MAJOR 2
#define USEARCH_VERSION_MINOR 10
#define USEARCH_VERSION_PATCH 5
#define USEARCH_VERSION_MINOR 11
#define USEARCH_VERSION_PATCH 0

// Inferring C++ version
// https://stackoverflow.com/a/61552074
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "usearch",
"version": "2.10.5",
"version": "2.11.0",
"description": "Smaller & Faster Single-File Vector Search Engine from Unum",
"author": "Ash Vardanian (https://ashvardanian.com/)",
"license": "Apache 2.0",
Expand Down

0 comments on commit 7917489

Please sign in to comment.