Commit Graph

  • 127054069a feat(mv): partition_by option on create_materialized_view / create_view Wyatt Alt 2026-06-13 19:08:32 -07:00
  • b20931b8f7 feat: async UDF client ergonomics (AsyncConnection/AsyncTable + AsyncView/AsyncJobHandle) Wyatt Alt 2026-06-13 10:11:14 -07:00
  • 396d68e490 fix: JobHandle resolves the manifest job id from the submission id Wyatt Alt 2026-06-13 10:01:37 -07:00
  • ad37f87387 feat: fold UDF authoring into lancedb (udf module + connection/table ergonomics) Wyatt Alt 2026-06-13 09:52:20 -07:00
  • e93476f0e0 feat: explain_refresh_materialized_view over REST (EXPLAIN REFRESH SDK) Wyatt Alt 2026-06-13 09:15:46 -07:00
  • 2b41fce033 feat: cancel_job over REST (Database::cancel_job + remote impl + pyo3 + python) Wyatt Alt 2026-06-13 07:09:45 -07:00
  • 04948fc4f6 feat: computed columns as a param on add_columns Wyatt Alt 2026-06-12 10:26:55 -07:00
  • ff3c7111b9 feat: SDK surface for functions, materialized views, jobs, refresh_column Wyatt Alt 2026-06-12 10:00:07 -07:00
  • 10fecdf051 feat(node): expose OAuth connection config (#3587) Jack Ye 2026-06-29 16:55:45 -07:00
  • c9ae93a7fa fix: add missing stacklevel=2 to warnings.warn() calls (Fixes #3589) (#3590) Raphael Malikian 2026-06-29 16:36:44 -07:00
  • 05756f0bbf fix(python): raise clear error when permutation API is used on remote tables (Fixes #2934) (#3591) Raphael Malikian 2026-06-29 16:36:01 -07:00
  • 2a0945443e chore: update lance dependency to v9.0.0-beta.10 (#3594) LanceDB Robot 2026-06-29 13:28:47 -07:00
  • 39e819b6a7 feat(python): expose OAuth connection config (#3586) Jack Ye 2026-06-29 12:36:35 -07:00
  • c6115508e3 chore: update lance dependency to v9.0.0-beta.9 codex/update-lance-9-0-0-beta-9 lancedb automation 2026-06-29 17:43:11 +00:00
  • 70126943ff chore(deps): bump the rust-minor-patch group across 1 directory with 6 updates (#3588) dependabot[bot] 2026-06-29 07:44:46 -07:00
  • e01777070d Bump version: 0.31.0-beta.3 → 0.31.0-beta.4 Lance Release 2026-06-29 11:11:46 +00:00
  • 21e4d2d3ba Bump version: 0.31.0-beta.3 → 0.31.0-beta.4 v0.31.0-beta.4 Lance Release 2026-06-29 11:11:46 +00:00
  • 3878adc6dc Bump version: 0.34.0-beta.3 → 0.34.0-beta.4 python-v0.34.0-beta.4 Lance Release 2026-06-29 11:11:05 +00:00
  • f8529b1eac chore: use lance fm index performance branch jack/test-lance-pr-7507 Jack Ye 2026-06-28 22:58:04 -07:00
  • 3df3043563 feat(rust): add OAuth header provider (#3579) Jack Ye 2026-06-26 23:57:16 -07:00
  • 8a5cd74e48 fix: ensure read freshness provider is built into namespace client (#3571) Ryan Green 2026-06-26 02:17:55 -02:30
  • 448d5ec20f Bump version: 0.31.0-beta.2 → 0.31.0-beta.3 Lance Release 2026-06-25 01:54:32 +00:00
  • a038214a93 Bump version: 0.31.0-beta.2 → 0.31.0-beta.3 v0.31.0-beta.3 Lance Release 2026-06-25 01:54:32 +00:00
  • 8718345229 Bump version: 0.34.0-beta.2 → 0.34.0-beta.3 python-v0.34.0-beta.3 Lance Release 2026-06-25 01:53:51 +00:00
  • 026fedc286 chore: update lance dependency to v9.0.0-beta.8 (#3580) LanceDB Robot 2026-06-24 18:52:59 -07:00
  • 027f60a8b2 chore: update lance dependency to v9.0.0-beta.8 lancedb automation 2026-06-24 23:29:23 +00:00
  • fe287dc98c fix(remote): support namespace clients with dynamic headers Jack Ye 2026-06-24 15:30:00 -07:00
  • 411568b72c fix(remote): omit empty api key header (#3573) Jack Ye 2026-06-24 13:25:59 -07:00
  • ebf8d55ede chore: update lance dependency to v9.0.0-beta.4 (#3570) LanceDB Robot 2026-06-24 08:16:29 -07:00
  • 0ba70d96c3 fix: add missing stacklevel=2 to warnings.warn() and fix broken message concatenation (Fixes #3563) (#3564) Raphael Malikian 2026-06-23 13:42:59 -07:00
  • 0749532c3c Bump version: 0.31.0-beta.1 → 0.31.0-beta.2 Lance Release 2026-06-23 16:22:35 +00:00
  • 4c97b6d3ee Bump version: 0.31.0-beta.1 → 0.31.0-beta.2 v0.31.0-beta.2 Lance Release 2026-06-23 16:22:35 +00:00
  • 26481a4b74 Bump version: 0.34.0-beta.1 → 0.34.0-beta.2 python-v0.34.0-beta.2 Lance Release 2026-06-23 16:21:52 +00:00
  • 08596f1644 chore(deps): bump the rust-minor-patch group with 2 updates (#3565) dependabot[bot] 2026-06-23 09:21:05 -07:00
  • f16da19b78 chore: update lance dependency to v9.0.0-beta.2 (#3569) LanceDB Robot 2026-06-23 09:20:13 -07:00
  • 41ac32a344 feat(rust): add blob read and materialization APIs (#3562) Drew Gallardo 2026-06-23 06:58:26 -07:00
  • ba1ef34481 feat(rust): add blob v2 schema declaration and write path (#3528) Drew Gallardo 2026-06-19 12:33:15 -07:00
  • 85d870b397 fix: parse RFC 3339 created_at and improve IndexConfig repr (#3558) Will Jones 2026-06-19 10:40:56 -07:00
  • c46d59d2ee chore: update lance dependency to v8.0.0-rc.1 (#3557) LanceDB Robot 2026-06-19 09:40:38 -07:00
  • 113f187c2d Bump version: 0.31.0-beta.0 → 0.31.0-beta.1 Lance Release 2026-06-19 16:00:27 +00:00
  • 35078aa174 Bump version: 0.31.0-beta.0 → 0.31.0-beta.1 v0.31.0-beta.1 Lance Release 2026-06-19 16:00:27 +00:00
  • 3b279f5705 Bump version: 0.34.0-beta.0 → 0.34.0-beta.1 python-v0.34.0-beta.1 Lance Release 2026-06-19 15:59:43 +00:00
  • e1334954d7 fix: overflow using sys.maxsize for k in query with namespace connection (#3561) Ryan Green 2026-06-19 12:57:10 -02:30
  • 01e97ac326 chore: update lance dependency to v8.0.0-rc.1 codex/update-lance-8-0-0-rc-1 lancedb automation 2026-06-18 21:43:33 +00:00
  • 2f65a233fe chore: update lance dependency to v8.0.0-beta.19 (#3555) LanceDB Robot 2026-06-18 12:16:57 -07:00
  • e81356089a Bump version: 0.30.1-beta.2 → 0.31.0-beta.0 Lance Release 2026-06-18 18:42:46 +00:00
  • 64e58bae4c Bump version: 0.30.1-beta.2 → 0.31.0-beta.0 v0.31.0-beta.0 Lance Release 2026-06-18 18:42:46 +00:00
  • 4f4cce3f64 Bump version: 0.33.1-beta.2 → 0.34.0-beta.0 python-v0.34.0-beta.0 Lance Release 2026-06-18 18:42:07 +00:00
  • c1c19cd133 chore: update lance dependency to v8.0.0-beta.17 (#3552) LanceDB Robot 2026-06-17 16:08:09 -07:00
  • ce5dadd386 fix(ci): allow shell pre-commit hooks in bumpversion configs (#3554) Will Jones 2026-06-17 15:22:05 -07:00
  • 1f8ebef3cd fix(rust): return typed errors instead of panicking in Bedrock embedding path (#3512) Armaan Sandhu 2026-06-18 03:36:44 +05:30
  • 999b31b4a6 chore: update lance dependency to v8.0.0-beta.18 codex/update-lance-8-0-0-beta-18 lancedb automation 2026-06-17 21:38:42 +00:00
  • 217fd8491d fix(python): clarify single dictionary input error (#3537) whitewooood 2026-06-18 03:55:55 +08:00
  • 9128dbcd7a fix(util): escape single quotes in struct field names in value_to_sql (#3548) JSap0914 2026-06-18 04:55:43 +09:00
  • 394bb34fa2 fix(rust): report local write progress bytes from Lance (#3422) Ghxst ☠️ 2026-06-17 21:05:59 +02:00
  • b2ae763254 fix(python): raise clear TypeError for bare List/Tuple in pydantic schema conversion (#3511) Armaan Sandhu 2026-06-18 00:28:48 +05:30
  • 1bead6960c fix: pin mock clock in eventual consistency test (#3547) Drew Gallardo 2026-06-17 11:56:40 -07:00
  • 0abf641733 feat: send read-freshness signal on the lance-namespace path (#3551) Brendan Clement 2026-06-17 13:30:53 -04:00
  • 7ff72022dd feat(query): add approx mode to vector queries (#3549) yang/approx-mode-beta16 Yang Cen 2026-06-17 19:28:36 +08:00
  • 976edeb2ff feat(query): add approx mode to vector queries (#3549) Yang Cen 2026-06-17 19:28:42 +08:00
  • b46a44f873 feat(query): add approx mode to vector queries (#3549) Yang Cen 2026-06-17 19:28:36 +08:00
  • b2e0aa0588 chore: update lance dependency to v8.0.0-beta.16 codex/update-lance-8-0-0-beta-16 lancedb automation 2026-06-17 01:41:42 +00:00
  • f76b075d13 feat: add table branch support to remote tables and Python/TS bindings (#3540) Brendan Clement 2026-06-15 18:07:40 -04:00
  • 393ec981bf chore: update lance dependency to v8.0.0-beta.14 (#3546) LanceDB Robot 2026-06-15 13:56:16 -07:00
  • 6219975222 perf: drop N+1 in RemoteTable::list_indices (#3535) Will Jones 2026-06-15 09:21:17 -07:00
  • d9f9a51668 feat: skills to connect and update column metadata (#3541) Dan Tasse 2026-06-15 11:42:01 -04:00
  • c187ff7712 chore: ignore pyo3 advisories RUSTSEC-2026-0176/0177 in cargo-deny (#3542) Brendan Clement 2026-06-15 06:37:03 -07:00
  • dfbe5becaa chore: update lance dependency to v8.0.0-beta.12 (#3538) LanceDB Robot 2026-06-11 15:03:33 -07:00
  • 49815da933 refactor: extract create_index module from table.rs (#3521) Xuanyi Li 2026-06-11 14:06:44 -07:00
  • f8caef3aca feat(bindings): expose new IndexConfig fields in Python and Node.js (#3534) Will Jones 2026-06-11 13:37:39 -07:00
  • 40f3e22600 feat: support rename_table on LanceNamespaceDatabase (#3520) nuthalapativarun 2026-06-11 11:41:07 -07:00
  • f66285dd3c feat: expand IndexConfig with rich per-index metadata will/index-config-metadata-sophon-compat-v3 Will Jones 2026-06-10 10:22:05 -07:00
  • 04480c274a test(python): add nested field regression matrix tests (#3518) nuthalapativarun 2026-06-11 08:06:04 -07:00
  • ae7f2cbfe8 feat(python): accept Expr in Table.delete and merge when_not_matched_by_source_delete (#3524) Trenton H 2026-06-11 07:59:49 -07:00
  • 4fb7c92e86 chore: update lance dependency to v8.0.0-beta.11 (#3533) LanceDB Robot 2026-06-10 17:53:58 -07:00
  • f03abc27e3 feat: expand IndexConfig with rich per-index metadata (#3497) Will Jones 2026-06-10 16:14:33 -07:00
  • 7ef49beaa8 chore: update lance dependency to v8.0.0-beta.11 lancedb automation 2026-06-10 22:52:01 +00:00
  • 85d9c1ce63 feat: adds isin support to the 'Expr' builder (#3523) Trenton H 2026-06-10 15:28:19 -07:00
  • d786e39fdc chore(deps): bump the rust-minor-patch group across 1 directory with 7 updates (#3531) dependabot[bot] 2026-06-10 15:27:16 -07:00
  • 92e4e57f61 feat: expand IndexConfig with rich per-index metadata will/index-config-metadata-sophon-compat-v2 Will Jones 2026-06-10 10:22:05 -07:00
  • 8373318e89 feat: support FM-Index scalar index for substring search (#3532) Jack Ye 2026-06-10 12:28:20 -07:00
  • 8308cca05e chore: update lance dependency to v8.0.0-beta.9 (#3527) LanceDB Robot 2026-06-10 10:10:11 -07:00
  • 566b67a634 fix: support LargeList label list indexes (#3529) Xuanwo 2026-06-10 23:53:56 +08:00
  • 9c12fb6437 fix(nodejs): treat NAPI_RS_FORCE_WASI as truthy only when set to 'true' (#3519) nuthalapativarun 2026-06-09 15:59:30 -07:00
  • f260d3bf12 fix(util): convert numpy scalars in value_to_sql (#3522) devteamaegis 2026-06-09 18:57:02 -04:00
  • d9018067b3 feat: support checking out a version on a branch (#3504) Brendan Clement 2026-06-08 17:36:38 -07:00
  • 53517b3aaa feat: add table branch support (#3490) Brendan Clement 2026-06-08 16:26:46 -07:00
  • 3347c3afcf chore: update lance dependency to v8.0.0-beta.7 codex/update-lance-8-0-0-beta-7 lancedb automation 2026-06-08 20:51:28 +00:00
  • 3e25f584eb fix(python): push down namespace full reads (#3516) Yang Cen 2026-06-08 19:48:40 +08:00
  • 59fbfd4158 chore: update lance dependency to v8.0.0-beta.6 (#3510) LanceDB Robot 2026-06-05 16:55:16 -07:00
  • f37e698e2f chore: update lance dependency to v8.0.0-beta.5 (#3508) LanceDB Robot 2026-06-05 10:20:08 -07:00
  • 09b1bbc12a refactor!: drop unused loss field from IndexStatistics (#3496) Will Jones 2026-06-05 07:52:40 -07:00
  • c484b24e51 chore: update lance dependency to v8.0.0-beta.4 (#3507) LanceDB Robot 2026-06-05 06:28:14 -07:00
  • 5a9ef0d8ef chore: update lance dependency to v8.0.0-beta.4 codex/update-lance-8-0-0-beta-4 lancedb automation 2026-06-05 12:01:29 +00:00
  • 3868965413 fix(python): run AsyncTable.search embeddings on a dedicated executor (#3459) Armaan Sandhu 2026-06-05 10:27:16 +05:30
  • c6f9607820 feat(remote): implement set/unset_lsm_write_spec REST variant wal-table-config/rest-lsm-write-spec-beta1 Daniel Rammer 2026-06-04 11:06:16 -05:00
  • c13ebc6796 feat(remote): implement set/unset_lsm_write_spec REST variant (#3501) Dan Rammer 2026-06-04 21:47:52 -05:00
  • fe22f8cf43 feat: align IndexConfig fields with lance-namespace IndexContent will/index-config-metadata-sophon-compat Will Jones 2026-06-04 15:05:28 -07:00
  • a6cfbc9606 feat: expand IndexConfig with rich per-index metadata Will Jones 2026-06-03 11:56:07 -07:00
  • 4b287fd9c4 chore: update lance dependency to v8.0.0-beta.2 (#3500) LanceDB Robot 2026-06-04 10:26:04 -07:00