Skip to content

Commit b5742b1

Browse files
Build: Released 0.11.0 [skip ci]
# [0.11.0](v0.10.0...v0.11.0) (2023-05-30) ### Add * File headers for future format upgrades ([ae2272f](ae2272f)) * JIT compilation wrapper for Python ([7b2bc19](7b2bc19)) * Reversed label->ID maps, vector exports ([f14112f](f14112f)) ### Fix * `build_docs` action "Upload docs to release" step ([c799c8e](c799c8e)) * Name resolution for Compiled Python modules ([114c68b](114c68b)) * Obtaining immutable references ([9f9cd0c](9f9cd0c)) ### Improve * Native Python interface to wrap bindings ([995fcf4](995fcf4)) * Support for NumPy type notation ([177cc0d](177cc0d)), closes [#70](#70) ### Make * Robin Map dependency for deletions ([d050cf1](d050cf1))
1 parent 946b7d1 commit b5742b1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "usearch"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = ["Ashot Vardanian <[email protected]>"]
55
description = "Smaller & Faster Single-File Vector Search Engine from Unum"
66
edition = "2021"

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.0
1+
0.11.0

conanfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class USearchConan(ConanFile):
55

66
name = 'USearch'
7-
version = '0.10.0'
7+
version = '0.11.0'
88
license = 'Apache 2.0'
99
url = 'https://github.com/unum-cloud/usearch'
1010
description = 'Smaller & Faster Single-File Vector Search Engine from Unum'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "usearch",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "Smaller & Faster Single-File Vector Search Engine from Unum",
55
"author": "Ashot Vardanian",
66
"license": "Apache 2.0",

0 commit comments

Comments
 (0)