Compare commits

..

4 Commits

Author SHA1 Message Date
Lance Release
f744b785f8 Bump version: 0.25.0-beta.2 → 0.25.0 2025-09-04 08:32:44 +00:00
Lance Release
2e3f745820 Bump version: 0.25.0-beta.1 → 0.25.0-beta.2 2025-09-04 08:32:43 +00:00
Jack Ye
683aaed716 chore: upgrade lance to 0.35.0 (#2625) 2025-09-04 01:31:13 -07:00
Lance Release
48f7b20daa Bump version: 0.22.0-beta.0 → 0.22.0-beta.1 2025-09-03 17:51:36 +00:00
21 changed files with 75 additions and 62 deletions

View File

@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.22.0-beta.0"
current_version = "0.22.0-beta.1"
parse = """(?x)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.

77
Cargo.lock generated
View File

@@ -3005,8 +3005,9 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
[[package]]
name = "fsst"
version = "0.34.0"
source = "git+https://github.com/lancedb/lance.git?tag=v0.34.0-beta.4#fd42eb547f869e9f938bbf6e2b33e69580576873"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c9c2b8bb2a1aa18407a8ed0b60496288f3e01ba6d8e215d49bd85f995a12eae"
dependencies = [
"arrow-array",
"rand 0.9.2",
@@ -4183,8 +4184,9 @@ dependencies = [
[[package]]
name = "lance"
version = "0.34.0"
source = "git+https://github.com/lancedb/lance.git?tag=v0.34.0-beta.4#fd42eb547f869e9f938bbf6e2b33e69580576873"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bed718abdd224433ac7df789027b018157796a2038d4912423ef3e2b005a07a"
dependencies = [
"arrow",
"arrow-arith",
@@ -4247,8 +4249,9 @@ dependencies = [
[[package]]
name = "lance-arrow"
version = "0.34.0"
source = "git+https://github.com/lancedb/lance.git?tag=v0.34.0-beta.4#fd42eb547f869e9f938bbf6e2b33e69580576873"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d99ea2fe8e81091008b29cb0e3b4b028328729cec8018c425f99b8e42535170d"
dependencies = [
"arrow-array",
"arrow-buffer",
@@ -4266,8 +4269,9 @@ dependencies = [
[[package]]
name = "lance-bitpacking"
version = "0.34.0"
source = "git+https://github.com/lancedb/lance.git?tag=v0.34.0-beta.4#fd42eb547f869e9f938bbf6e2b33e69580576873"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1403fee0dc51f50497122ac81cbfbb6aa17dc4cb6fd2ed85c3a6e3c5da8036f"
dependencies = [
"arrayref",
"paste",
@@ -4276,8 +4280,9 @@ dependencies = [
[[package]]
name = "lance-core"
version = "0.34.0"
source = "git+https://github.com/lancedb/lance.git?tag=v0.34.0-beta.4#fd42eb547f869e9f938bbf6e2b33e69580576873"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe11e18299e5d95e3f26268504d09b139d6e254493aa50fec1c95bb3ec30b64d"
dependencies = [
"arrow-array",
"arrow-buffer",
@@ -4312,8 +4317,9 @@ dependencies = [
[[package]]
name = "lance-datafusion"
version = "0.34.0"
source = "git+https://github.com/lancedb/lance.git?tag=v0.34.0-beta.4#fd42eb547f869e9f938bbf6e2b33e69580576873"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd1225086ca750870aca9e2f91869a886a3f0f5e05ed75efa5c9a813b36317a8"
dependencies = [
"arrow",
"arrow-array",
@@ -4342,8 +4348,9 @@ dependencies = [
[[package]]
name = "lance-datagen"
version = "0.34.0"
source = "git+https://github.com/lancedb/lance.git?tag=v0.34.0-beta.4#fd42eb547f869e9f938bbf6e2b33e69580576873"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de5bea2c57fc98351f5f6fd9f68905267ae1bb674ac33c38f78a9c319106a07"
dependencies = [
"arrow",
"arrow-array",
@@ -4360,8 +4367,9 @@ dependencies = [
[[package]]
name = "lance-encoding"
version = "0.34.0"
source = "git+https://github.com/lancedb/lance.git?tag=v0.34.0-beta.4#fd42eb547f869e9f938bbf6e2b33e69580576873"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7480da1a6fcf204e90cf3b8c79a2843fdab0949d9afe8cd038d8726ccca725a8"
dependencies = [
"arrow-arith",
"arrow-array",
@@ -4397,8 +4405,9 @@ dependencies = [
[[package]]
name = "lance-file"
version = "0.34.0"
source = "git+https://github.com/lancedb/lance.git?tag=v0.34.0-beta.4#fd42eb547f869e9f938bbf6e2b33e69580576873"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b2c3106776198dcddbfec1df8b828edcb852ac80cc8077d7185dc1e524e3cf3"
dependencies = [
"arrow-arith",
"arrow-array",
@@ -4432,8 +4441,9 @@ dependencies = [
[[package]]
name = "lance-index"
version = "0.34.0"
source = "git+https://github.com/lancedb/lance.git?tag=v0.34.0-beta.4#fd42eb547f869e9f938bbf6e2b33e69580576873"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34a3f8128c200b2d055f71c60a603e0952a248b914c2edbdea9ec7636e4d6d26"
dependencies = [
"arrow",
"arrow-array",
@@ -4458,6 +4468,7 @@ dependencies = [
"futures",
"half",
"itertools 0.13.0",
"jsonb",
"lance-arrow",
"lance-core",
"lance-datafusion",
@@ -4488,8 +4499,9 @@ dependencies = [
[[package]]
name = "lance-io"
version = "0.34.0"
source = "git+https://github.com/lancedb/lance.git?tag=v0.34.0-beta.4#fd42eb547f869e9f938bbf6e2b33e69580576873"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eba4eac3c02e8b8834f7b23d3d3e3c89b5fb614b07569e6aef5bbc1350e94d73"
dependencies = [
"arrow",
"arrow-arith",
@@ -4529,8 +4541,9 @@ dependencies = [
[[package]]
name = "lance-linalg"
version = "0.34.0"
source = "git+https://github.com/lancedb/lance.git?tag=v0.34.0-beta.4#fd42eb547f869e9f938bbf6e2b33e69580576873"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62092af5e1c7cc2168b6abdae44eeddfb6d2ed14c2035173bef20723f84f57b4"
dependencies = [
"arrow-array",
"arrow-buffer",
@@ -4553,8 +4566,9 @@ dependencies = [
[[package]]
name = "lance-table"
version = "0.34.0"
source = "git+https://github.com/lancedb/lance.git?tag=v0.34.0-beta.4#fd42eb547f869e9f938bbf6e2b33e69580576873"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edfa48241aa42250f2b8f90812a3c51030ece2f8226ec99c753553c04468a6f8"
dependencies = [
"arrow",
"arrow-array",
@@ -4592,8 +4606,9 @@ dependencies = [
[[package]]
name = "lance-testing"
version = "0.34.0"
source = "git+https://github.com/lancedb/lance.git?tag=v0.34.0-beta.4#fd42eb547f869e9f938bbf6e2b33e69580576873"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed6887d39beb6e358fae1f25ec3341bc7c61dc7044dd9dc9550b687b83bdc56f"
dependencies = [
"arrow-array",
"arrow-schema",
@@ -4604,7 +4619,7 @@ dependencies = [
[[package]]
name = "lancedb"
version = "0.22.0-beta.0"
version = "0.22.0-beta.1"
dependencies = [
"arrow",
"arrow-array",
@@ -4691,7 +4706,7 @@ dependencies = [
[[package]]
name = "lancedb-nodejs"
version = "0.22.0-beta.0"
version = "0.22.0-beta.1"
dependencies = [
"arrow-array",
"arrow-ipc",
@@ -4711,7 +4726,7 @@ dependencies = [
[[package]]
name = "lancedb-python"
version = "0.25.0-beta.0"
version = "0.25.0-beta.1"
dependencies = [
"arrow",
"env_logger",

View File

@@ -15,14 +15,14 @@ categories = ["database-implementations"]
rust-version = "1.78.0"
[workspace.dependencies]
lance = { "version" = "=0.34.0", default-features = false, "features" = ["dynamodb"], "tag" = "v0.34.0-beta.4", "git" = "https://github.com/lancedb/lance.git" }
lance-io = { "version" = "=0.34.0", default-features = false, "tag" = "v0.34.0-beta.4", "git" = "https://github.com/lancedb/lance.git" }
lance-index = { "version" = "=0.34.0", "tag" = "v0.34.0-beta.4", "git" = "https://github.com/lancedb/lance.git" }
lance-linalg = { "version" = "=0.34.0", "tag" = "v0.34.0-beta.4", "git" = "https://github.com/lancedb/lance.git" }
lance-table = { "version" = "=0.34.0", "tag" = "v0.34.0-beta.4", "git" = "https://github.com/lancedb/lance.git" }
lance-testing = { "version" = "=0.34.0", "tag" = "v0.34.0-beta.4", "git" = "https://github.com/lancedb/lance.git" }
lance-datafusion = { "version" = "=0.34.0", "tag" = "v0.34.0-beta.4", "git" = "https://github.com/lancedb/lance.git" }
lance-encoding = { "version" = "=0.34.0", "tag" = "v0.34.0-beta.4", "git" = "https://github.com/lancedb/lance.git" }
lance = { "version" = "=0.35.0", default-features = false, "features" = ["dynamodb"] }
lance-io = { "version" = "=0.35.0", default-features = false }
lance-index = { "version" = "=0.35.0" }
lance-linalg = { "version" = "=0.35.0" }
lance-table = { "version" = "=0.35.0" }
lance-testing = { "version" = "=0.35.0" }
lance-datafusion = { "version" = "=0.35.0" }
lance-encoding = { "version" = "=0.35.0" }
# Note that this one does not include pyarrow
arrow = { version = "55.1", optional = false }
arrow-array = "55.1"

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>com.lancedb</groupId>
<artifactId>lancedb-parent</artifactId>
<version>0.22.0-beta.0</version>
<version>0.22.0-beta.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>com.lancedb</groupId>
<artifactId>lancedb-parent</artifactId>
<version>0.22.0-beta.0</version>
<version>0.22.0-beta.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -6,7 +6,7 @@
<groupId>com.lancedb</groupId>
<artifactId>lancedb-parent</artifactId>
<version>0.22.0-beta.0</version>
<version>0.22.0-beta.1</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>LanceDB Java SDK Parent POM</description>

View File

@@ -1,7 +1,7 @@
[package]
name = "lancedb-nodejs"
edition.workspace = true
version = "0.22.0-beta.0"
version = "0.22.0-beta.1"
license.workspace = true
description.workspace = true
repository.workspace = true

View File

@@ -1,6 +1,6 @@
{
"name": "@lancedb/lancedb-darwin-arm64",
"version": "0.22.0-beta.0",
"version": "0.22.0-beta.1",
"os": ["darwin"],
"cpu": ["arm64"],
"main": "lancedb.darwin-arm64.node",

View File

@@ -1,6 +1,6 @@
{
"name": "@lancedb/lancedb-darwin-x64",
"version": "0.22.0-beta.0",
"version": "0.22.0-beta.1",
"os": ["darwin"],
"cpu": ["x64"],
"main": "lancedb.darwin-x64.node",

View File

@@ -1,6 +1,6 @@
{
"name": "@lancedb/lancedb-linux-arm64-gnu",
"version": "0.22.0-beta.0",
"version": "0.22.0-beta.1",
"os": ["linux"],
"cpu": ["arm64"],
"main": "lancedb.linux-arm64-gnu.node",

View File

@@ -1,6 +1,6 @@
{
"name": "@lancedb/lancedb-linux-arm64-musl",
"version": "0.22.0-beta.0",
"version": "0.22.0-beta.1",
"os": ["linux"],
"cpu": ["arm64"],
"main": "lancedb.linux-arm64-musl.node",

View File

@@ -1,6 +1,6 @@
{
"name": "@lancedb/lancedb-linux-x64-gnu",
"version": "0.22.0-beta.0",
"version": "0.22.0-beta.1",
"os": ["linux"],
"cpu": ["x64"],
"main": "lancedb.linux-x64-gnu.node",

View File

@@ -1,6 +1,6 @@
{
"name": "@lancedb/lancedb-linux-x64-musl",
"version": "0.22.0-beta.0",
"version": "0.22.0-beta.1",
"os": ["linux"],
"cpu": ["x64"],
"main": "lancedb.linux-x64-musl.node",

View File

@@ -1,6 +1,6 @@
{
"name": "@lancedb/lancedb-win32-arm64-msvc",
"version": "0.22.0-beta.0",
"version": "0.22.0-beta.1",
"os": [
"win32"
],

View File

@@ -1,6 +1,6 @@
{
"name": "@lancedb/lancedb-win32-x64-msvc",
"version": "0.22.0-beta.0",
"version": "0.22.0-beta.1",
"os": ["win32"],
"cpu": ["x64"],
"main": "lancedb.win32-x64-msvc.node",

View File

@@ -1,12 +1,12 @@
{
"name": "@lancedb/lancedb",
"version": "0.22.0-beta.0",
"version": "0.22.0-beta.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@lancedb/lancedb",
"version": "0.22.0-beta.0",
"version": "0.22.0-beta.1",
"cpu": [
"x64",
"arm64"

View File

@@ -11,7 +11,7 @@
"ann"
],
"private": false,
"version": "0.22.0-beta.0",
"version": "0.22.0-beta.1",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",

View File

@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.25.0-beta.1"
current_version = "0.25.0"
parse = """(?x)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.

View File

@@ -1,6 +1,6 @@
[package]
name = "lancedb-python"
version = "0.25.0-beta.1"
version = "0.25.0"
edition.workspace = true
description = "Python bindings for LanceDB"
license.workspace = true

View File

@@ -1,6 +1,6 @@
[package]
name = "lancedb"
version = "0.22.0-beta.0"
version = "0.22.0-beta.1"
edition.workspace = true
description = "LanceDB: A serverless, low-latency vector database for AI applications"
license.workspace = true

View File

@@ -62,10 +62,8 @@ async fn main() -> Result<()> {
.as_any()
.downcast_ref::<StringArray>()
.unwrap();
for text in out.iter() {
if let Some(text) = text {
println!("Result: {}", text);
}
for text in out.iter().flatten() {
println!("Result: {}", text);
}
}