Commit Graph

  • d022ece948 chore: update lance dependency to v8.0.0-rc.2 codex/update-lance-8-0-0-rc-2 lancedb automation 2026-06-29 15:36:50 +00:00
  • 2d7b8f6173 feat(listing): soft-delete root tables via an embedded V1 namespace soft-delete-listing-database Will Jones 2026-06-30 17:08:16 -07:00
  • 99a1c04d2a chore: temporarily pin lance to soft-delete PR rev Will Jones 2026-06-30 17:08:07 -07:00
  • 3b70fc4c9d fix(python): route async namespace connections through rust (#3603) main Jack Ye 2026-06-30 17:03:23 -07:00
  • 3a7b02119b Bump version: 0.31.0-beta.4 → 0.31.0-beta.5 Lance Release 2026-06-30 22:24:24 +00:00
  • d2c7e8117f Bump version: 0.31.0-beta.4 → 0.31.0-beta.5 v0.31.0-beta.5 Lance Release 2026-06-30 22:24:24 +00:00
  • bcbc0da090 Bump version: 0.34.0-beta.4 → 0.34.0-beta.5 python-v0.34.0-beta.5 Lance Release 2026-06-30 22:23:43 +00:00
  • 9bead9f53d fix(python): route sync namespace connections through rust (#3598) Jack Ye 2026-06-30 14:46:23 -07:00
  • 0351b77984 feat(remote): monotonic reads via x-lancedb-min-read-version watermark (#3597) Jack Ye 2026-06-30 11:22:00 -07:00
  • f6c9d31f98 feat: add polars dataframe integration (#3584) Weston Pace 2026-06-30 08:28:41 -07:00
  • b9249881bb chore: update lance dependency to v8.0.0-rc.3 codex/update-lance-8-0-0-rc-3 lancedb automation 2026-06-30 13:42:40 +00:00
  • a8f1c5a69f feat: add skill to work with branches better (#3596) Dan Tasse 2026-06-30 09:27:21 -04:00
  • bff911a65d chore: point lance dependency at jack branch jack/sophon-pr-6325 Jack Ye 2026-06-29 22:46:07 -07:00
  • 3a4cdb7aff fix(udf): JobHandle.wait() terminates on failed jobs Wyatt Alt 2026-06-19 14:54:33 -07:00
  • 142ac835d3 client: job_history() and errors() over REST (SHOW JOB HISTORY / SHOW ERRORS) Wyatt Alt 2026-06-19 09:50:16 -07:00
  • 3f44f93e92 job wait(): poll by id via get_job (point access) instead of list_jobs Wyatt Alt 2026-06-17 14:08:03 -07:00
  • 9dfa43a9de fix: sync Connection.lineage delegates to AsyncConnection.lineage Wyatt Alt 2026-06-16 09:47:00 -07:00
  • 03e895fa5c Merge integration submodule (refresh_column JobHandle / create_mv fix) into lineage Wyatt Alt 2026-06-16 08:58:52 -07:00
  • c31e53088e client: slice 4 -- Python lineage surface Wyatt Alt 2026-06-16 08:31:23 -07:00
  • 434a5be187 feat(client): Table.refresh_column returns a JobHandle (like MaterializedView.refresh) Wyatt Alt 2026-06-16 08:43:20 -07:00
  • 78aa005093 client: slice 3 -- thread table_lineage through the remote client + pyo3 Wyatt Alt 2026-06-16 08:27:23 -07:00
  • 6191542cfe fix(mv): MaterializedView.refresh calls the async _refresh (underscore) Wyatt Alt 2026-06-16 08:14:48 -07:00
  • e73d4618d8 fix(mv): create_materialized_view passes query as keyword, not positional Wyatt Alt 2026-06-16 08:13:10 -07:00
  • 6af3088b91 client: make refresh_materialized_view private (reach it via the handle) Wyatt Alt 2026-06-16 05:51:33 -07:00
  • 3d92106394 client: split create_view into create_materialized_view; return job handles Wyatt Alt 2026-06-16 05:42:44 -07:00
  • 5810974b37 feat(client): Table.load_columns() REST client for LOAD COLUMNS Wyatt Alt 2026-06-14 19:44:51 -07:00
  • 8b38500b07 feat(view): full=True force-rebuild on refresh_materialized_view Wyatt Alt 2026-06-14 13:56:08 -07:00
  • fd0a3b97d0 feat(view): materialized views are first-class indexable + searchable Wyatt Alt 2026-06-14 11:04:35 -07:00
  • b9f33ba1c9 feat(refresh): priority as a per-refresh knob; fix batch_size on RemoteTable Wyatt Alt 2026-06-14 09:18:23 -07:00
  • d4f4fef3ba feat(refresh): batch_size is a per-refresh knob (refresh_column), not a function-only option Wyatt Alt 2026-06-14 06:30:08 -07:00
  • fbe6a5a3fd feat(udf): computed columns as expressions -- add_columns(computed={col: fn("input")}) Wyatt Alt 2026-06-13 20:51:54 -07:00
  • 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