Compare commits

...

4 Commits

Author SHA1 Message Date
Lance Release
e08d45e090 Bump version: 0.23.1-beta.0 → 0.23.1-beta.1 2025-06-17 23:22:00 +00:00
Will Jones
2e3ddb8382 ci: fix lockfile failure for vectordb node (#2443)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated release workflow to set a specific Git user name and email for
automated commits during the package publishing process.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-06-17 15:14:11 -07:00
Wyatt Alt
627ca4c810 chore: update lance to v0.29.1-beta.2 (#2442)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Chores**
- Updated internal dependencies to use a newer version of the Lance
library.
- **New Features**
- Added support for a new query occurrence type labeled "MUST NOT" in
search filters.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-06-17 14:02:13 -07:00
Lance Release
f8dae4ffe9 Bump version: 0.20.0 → 0.20.1-beta.0 2025-06-16 16:30:14 +00:00
25 changed files with 79 additions and 74 deletions

View File

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

View File

@@ -542,7 +542,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Update package-lock.json
run: bash ci/update_lockfiles.sh
run: |
git config user.name 'Lance Release'
git config user.email 'lance-dev@lancedb.com'
bash ci/update_lockfiles.sh
- name: Push new commit
uses: ad-m/github-push-action@master
- name: Notify Slack Action

36
Cargo.lock generated
View File

@@ -2836,7 +2836,7 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
[[package]]
name = "fsst"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"rand 0.8.5",
]
@@ -3929,7 +3929,7 @@ dependencies = [
[[package]]
name = "lance"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow",
"arrow-arith",
@@ -3993,7 +3993,7 @@ dependencies = [
[[package]]
name = "lance-arrow"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow-array",
"arrow-buffer",
@@ -4011,7 +4011,7 @@ dependencies = [
[[package]]
name = "lance-core"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow-array",
"arrow-buffer",
@@ -4048,7 +4048,7 @@ dependencies = [
[[package]]
name = "lance-datafusion"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow",
"arrow-array",
@@ -4078,7 +4078,7 @@ dependencies = [
[[package]]
name = "lance-datagen"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow",
"arrow-array",
@@ -4094,7 +4094,7 @@ dependencies = [
[[package]]
name = "lance-encoding"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrayref",
"arrow",
@@ -4134,7 +4134,7 @@ dependencies = [
[[package]]
name = "lance-file"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow-arith",
"arrow-array",
@@ -4169,7 +4169,7 @@ dependencies = [
[[package]]
name = "lance-index"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow",
"arrow-array",
@@ -4189,7 +4189,7 @@ dependencies = [
"datafusion-physical-expr",
"datafusion-sql",
"deepsize",
"dirs 5.0.1",
"dirs 6.0.0",
"fst",
"futures",
"half",
@@ -4225,7 +4225,7 @@ dependencies = [
[[package]]
name = "lance-io"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow",
"arrow-arith",
@@ -4265,7 +4265,7 @@ dependencies = [
[[package]]
name = "lance-linalg"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow-array",
"arrow-ord",
@@ -4289,7 +4289,7 @@ dependencies = [
[[package]]
name = "lance-table"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow",
"arrow-array",
@@ -4329,7 +4329,7 @@ dependencies = [
[[package]]
name = "lance-testing"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow-array",
"arrow-schema",
@@ -4340,7 +4340,7 @@ dependencies = [
[[package]]
name = "lancedb"
version = "0.20.0"
version = "0.20.1-beta.0"
dependencies = [
"arrow",
"arrow-array",
@@ -4427,7 +4427,7 @@ dependencies = [
[[package]]
name = "lancedb-node"
version = "0.20.0"
version = "0.20.1-beta.0"
dependencies = [
"arrow-array",
"arrow-ipc",
@@ -4452,7 +4452,7 @@ dependencies = [
[[package]]
name = "lancedb-nodejs"
version = "0.20.0"
version = "0.20.1-beta.0"
dependencies = [
"arrow-array",
"arrow-ipc",
@@ -4472,7 +4472,7 @@ dependencies = [
[[package]]
name = "lancedb-python"
version = "0.23.0"
version = "0.23.1-beta.0"
dependencies = [
"arrow",
"env_logger",

View File

@@ -21,14 +21,14 @@ categories = ["database-implementations"]
rust-version = "1.78.0"
[workspace.dependencies]
lance = { "version" = "=0.29.1", "features" = ["dynamodb"], tag = "v0.29.1-beta.1", git="https://github.com/lancedb/lance.git" }
lance-io = { version = "=0.29.1", tag = "v0.29.1-beta.1", git="https://github.com/lancedb/lance.git" }
lance-index = { version = "=0.29.1", tag = "v0.29.1-beta.1", git="https://github.com/lancedb/lance.git" }
lance-linalg = { version = "=0.29.1", tag = "v0.29.1-beta.1", git="https://github.com/lancedb/lance.git" }
lance-table = { version = "=0.29.1", tag = "v0.29.1-beta.1", git="https://github.com/lancedb/lance.git" }
lance-testing = { version = "=0.29.1", tag = "v0.29.1-beta.1", git="https://github.com/lancedb/lance.git" }
lance-datafusion = { version = "=0.29.1", tag = "v0.29.1-beta.1", git="https://github.com/lancedb/lance.git" }
lance-encoding = { version = "=0.29.1", tag = "v0.29.1-beta.1", git="https://github.com/lancedb/lance.git" }
lance = { "version" = "=0.29.1", "features" = ["dynamodb"], tag = "v0.29.1-beta.2", git="https://github.com/lancedb/lance.git" }
lance-io = { version = "=0.29.1", tag = "v0.29.1-beta.2", git="https://github.com/lancedb/lance.git" }
lance-index = { version = "=0.29.1", tag = "v0.29.1-beta.2", git="https://github.com/lancedb/lance.git" }
lance-linalg = { version = "=0.29.1", tag = "v0.29.1-beta.2", git="https://github.com/lancedb/lance.git" }
lance-table = { version = "=0.29.1", tag = "v0.29.1-beta.2", git="https://github.com/lancedb/lance.git" }
lance-testing = { version = "=0.29.1", tag = "v0.29.1-beta.2", git="https://github.com/lancedb/lance.git" }
lance-datafusion = { version = "=0.29.1", tag = "v0.29.1-beta.2", git="https://github.com/lancedb/lance.git" }
lance-encoding = { version = "=0.29.1", tag = "v0.29.1-beta.2", git="https://github.com/lancedb/lance.git" }
# 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.20.0-final.0</version>
<version>0.20.1-beta.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -6,7 +6,7 @@
<groupId>com.lancedb</groupId>
<artifactId>lancedb-parent</artifactId>
<version>0.20.0-final.0</version>
<version>0.20.1-beta.0</version>
<packaging>pom</packaging>
<name>LanceDB Parent</name>

44
node/package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "vectordb",
"version": "0.20.0",
"version": "0.20.1-beta.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vectordb",
"version": "0.20.0",
"version": "0.20.1-beta.0",
"cpu": [
"x64",
"arm64"
@@ -52,11 +52,11 @@
"uuid": "^9.0.0"
},
"optionalDependencies": {
"@lancedb/vectordb-darwin-arm64": "0.20.0",
"@lancedb/vectordb-darwin-x64": "0.20.0",
"@lancedb/vectordb-linux-arm64-gnu": "0.20.0",
"@lancedb/vectordb-linux-x64-gnu": "0.20.0",
"@lancedb/vectordb-win32-x64-msvc": "0.20.0"
"@lancedb/vectordb-darwin-arm64": "0.20.1-beta.0",
"@lancedb/vectordb-darwin-x64": "0.20.1-beta.0",
"@lancedb/vectordb-linux-arm64-gnu": "0.20.1-beta.0",
"@lancedb/vectordb-linux-x64-gnu": "0.20.1-beta.0",
"@lancedb/vectordb-win32-x64-msvc": "0.20.1-beta.0"
},
"peerDependencies": {
"@apache-arrow/ts": "^14.0.2",
@@ -327,9 +327,9 @@
}
},
"node_modules/@lancedb/vectordb-darwin-arm64": {
"version": "0.20.0",
"resolved": "https://registry.npmjs.org/@lancedb/vectordb-darwin-arm64/-/vectordb-darwin-arm64-0.20.0.tgz",
"integrity": "sha512-PEL4vFY42PaWPPnOfOcFBv1E+zumhZPMlQW7/M00ZA8O2uKiTc1xhajhaPcwVDZBYo36SRSIxUz2eYjXWA9sIw==",
"version": "0.20.1-beta.0",
"resolved": "https://registry.npmjs.org/@lancedb/vectordb-darwin-arm64/-/vectordb-darwin-arm64-0.20.1-beta.0.tgz",
"integrity": "sha512-EZl1nvF/2MbLkB8DkNPg+9SpYWpqnNR9kY5a1JWtNWQWw735oT2VPnH3B2htDKU42gJ/9DJGBdEvIJwzeHT85w==",
"cpu": [
"arm64"
],
@@ -339,9 +339,9 @@
]
},
"node_modules/@lancedb/vectordb-darwin-x64": {
"version": "0.20.0",
"resolved": "https://registry.npmjs.org/@lancedb/vectordb-darwin-x64/-/vectordb-darwin-x64-0.20.0.tgz",
"integrity": "sha512-4A1f9DiyGhziN9P81jSmMgzXSc1XXM9bIJw5q/b2NmDoiqIr8tYv1FKdm0JDhMYjtnzBeNpc67gVy3GlGCuUWA==",
"version": "0.20.1-beta.0",
"resolved": "https://registry.npmjs.org/@lancedb/vectordb-darwin-x64/-/vectordb-darwin-x64-0.20.1-beta.0.tgz",
"integrity": "sha512-1ZkMcsXsysLRohAeHGpbytVHUp4yEU89A34rrh48vcQUNvYtqxbAw+TLjAbN0vvNvOZOI4DRllxSL1O+Dbybbg==",
"cpu": [
"x64"
],
@@ -351,9 +351,9 @@
]
},
"node_modules/@lancedb/vectordb-linux-arm64-gnu": {
"version": "0.20.0",
"resolved": "https://registry.npmjs.org/@lancedb/vectordb-linux-arm64-gnu/-/vectordb-linux-arm64-gnu-0.20.0.tgz",
"integrity": "sha512-A3teZC/zU0tccluIJZsTasP8vBQWhXsmvLOo9UopSeyCrA1sR2vEyvXV9hMRJo7+9QjOrYFLiFWPjXEdFb+/1Q==",
"version": "0.20.1-beta.0",
"resolved": "https://registry.npmjs.org/@lancedb/vectordb-linux-arm64-gnu/-/vectordb-linux-arm64-gnu-0.20.1-beta.0.tgz",
"integrity": "sha512-CxjSGaLJNRYxljdrC8MSirnHu73jctv3S3Q90CbsWMsij9za87zvnrjoiRIn7kv7UNS4ArwS9yyH6gNorCBf6Q==",
"cpu": [
"arm64"
],
@@ -363,9 +363,9 @@
]
},
"node_modules/@lancedb/vectordb-linux-x64-gnu": {
"version": "0.20.0",
"resolved": "https://registry.npmjs.org/@lancedb/vectordb-linux-x64-gnu/-/vectordb-linux-x64-gnu-0.20.0.tgz",
"integrity": "sha512-uREL9YF5iaeyfYh+5uvkSLQquFXYQoJyuDMPMZTwOE/Zghgw3lRl6KHIoMVCOfw+S8tkeyzU8UR4zgrbymbPGg==",
"version": "0.20.1-beta.0",
"resolved": "https://registry.npmjs.org/@lancedb/vectordb-linux-x64-gnu/-/vectordb-linux-x64-gnu-0.20.1-beta.0.tgz",
"integrity": "sha512-WI2XWYYO5ygL0Az7SlX98VpNqrz8hKuTK/xC/PoM99s1xnfcCukM28DaDGZJpXOGnLbVnexcO2RW4daJ2xDPaQ==",
"cpu": [
"x64"
],
@@ -375,9 +375,9 @@
]
},
"node_modules/@lancedb/vectordb-win32-x64-msvc": {
"version": "0.20.0",
"resolved": "https://registry.npmjs.org/@lancedb/vectordb-win32-x64-msvc/-/vectordb-win32-x64-msvc-0.20.0.tgz",
"integrity": "sha512-0G5FD8X9S70hH4QK4S2m7TrWCIlVr4vox4Rjhfqdxk/5QWwYVT6WltvPgTJlektI7sUWeioDNmluHzqLZKDlHQ==",
"version": "0.20.1-beta.0",
"resolved": "https://registry.npmjs.org/@lancedb/vectordb-win32-x64-msvc/-/vectordb-win32-x64-msvc-0.20.1-beta.0.tgz",
"integrity": "sha512-Mxd7V3Y8whEBoQFQZhZGFQi0avq8ujHRI2c0LhjhYTdwGylrBS3bfGD+/nbDGhAjp7dp5U8P4kiBi30QNwoedA==",
"cpu": [
"x64"
],

View File

@@ -1,6 +1,6 @@
{
"name": "vectordb",
"version": "0.20.0",
"version": "0.20.1-beta.0",
"description": " Serverless, low-latency vector database for AI applications",
"private": false,
"main": "dist/index.js",
@@ -89,10 +89,10 @@
}
},
"optionalDependencies": {
"@lancedb/vectordb-darwin-x64": "0.20.0",
"@lancedb/vectordb-darwin-arm64": "0.20.0",
"@lancedb/vectordb-linux-x64-gnu": "0.20.0",
"@lancedb/vectordb-linux-arm64-gnu": "0.20.0",
"@lancedb/vectordb-win32-x64-msvc": "0.20.0"
"@lancedb/vectordb-darwin-x64": "0.20.1-beta.0",
"@lancedb/vectordb-darwin-arm64": "0.20.1-beta.0",
"@lancedb/vectordb-linux-x64-gnu": "0.20.1-beta.0",
"@lancedb/vectordb-linux-arm64-gnu": "0.20.1-beta.0",
"@lancedb/vectordb-win32-x64-msvc": "0.20.1-beta.0"
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.23.1-beta.0"
current_version = "0.23.1-beta.1"
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.23.1-beta.0"
version = "0.23.1-beta.1"
edition.workspace = true
description = "Python bindings for LanceDB"
license.workspace = true

View File

@@ -201,6 +201,7 @@ fn occur_to_str(occur: Occur) -> &'static str {
match occur {
Occur::Must => "MUST",
Occur::Should => "SHOULD",
Occur::MustNot => "MUST NOT",
}
}

View File

@@ -1,6 +1,6 @@
[package]
name = "lancedb-node"
version = "0.20.0"
version = "0.20.1-beta.0"
description = "Serverless, low-latency vector database for AI applications"
license.workspace = true
edition.workspace = true

View File

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

View File

@@ -2318,6 +2318,7 @@ mod tests {
"fuzziness": 0,
"max_expansions": 50,
"operator": "Or",
"prefix_length": 0,
},
}
},