Commit Graph

  • 122dcd0f66 chore: ignore RUSTSEC-2026-0194 and RUSTSEC-2026-0195 in cargo deny (#3616) main Weston Pace 2026-07-02 16:54:34 -07:00
  • e6661a7285 fix: handle empty/wrong-length vectors returned by embedding functions (#3192) Eric B 2026-07-02 13:31:16 -07:00
  • 1ffd8df2ed docs(java): fill Java API reference gaps codex/java-doc-gaps prrao87 2026-07-02 15:37:40 -04:00
  • 0996c143f9 chore: update lance dependency to v9.0.0-beta.11 codex/update-lance-9-0-0-beta-11 lancedb automation 2026-07-02 19:22:16 +00:00
  • 3446d02f4e fix(python): fill bad vector values element-wise codex/fix-bad-vector-fill prrao87 2026-07-02 15:05:33 -04:00
  • 875cb60045 Bump version: 0.31.0-beta.7 → 0.31.0 yang/lancedb-stable-lance-v8.0.0 Lance Release 2026-07-02 16:00:13 +00:00
  • 3f8d76817e Bump version: 0.31.0-beta.7 → 0.31.0 v0.31.0 Lance Release 2026-07-02 16:00:13 +00:00
  • 7f32a5fd02 Bump version: 0.31.0-beta.6 → 0.31.0-beta.7 Lance Release 2026-07-02 16:00:08 +00:00
  • 1545bd4b4f Bump version: 0.34.0-beta.7 → 0.34.0 python-v0.34.0 Lance Release 2026-07-02 15:59:10 +00:00
  • 589331d86b Bump version: 0.34.0-beta.6 → 0.34.0-beta.7 Lance Release 2026-07-02 15:59:09 +00:00
  • 56f856569c feat: update lance dependency to v8.0.0 BubbleCal 2026-07-02 23:00:26 +08:00
  • 37466a0390 Bump version: 0.31.0-beta.5 → 0.31.0-beta.6 Lance Release 2026-07-02 11:33:23 +00:00
  • 67dd2b2875 Bump version: 0.31.0-beta.5 → 0.31.0-beta.6 v0.31.0-beta.6 Lance Release 2026-07-02 11:33:23 +00:00
  • bfce8a510d Bump version: 0.34.0-beta.5 → 0.34.0-beta.6 python-v0.34.0-beta.6 Lance Release 2026-07-02 11:32:45 +00:00
  • a1261e6299 fix(python): average MRR reciprocal ranks over all rankings (#3599) Armaan Sandhu 2026-07-02 04:06:56 +05:30
  • 5406e3c7c2 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
  • 17c499177f docs(python): add missing parameter documentation for when_matched_update_all (#3536) Neo-X7 2026-07-01 22:58:58 +05:30
  • d889321b5e fix!: combine repeated where filters with AND instead of replacing (#3585) Will Jones 2026-07-01 10:11:58 -07:00
  • 8a37f2ad77 feat(rust): re-export arrow and datafusion crates from lancedb (#3576) Will Jones 2026-07-01 10:10:55 -07:00
  • f94673ae5e ci: update deprecated GitHub Actions to latest versions (Fixes #3577) (#3608) Raphael Malikian 2026-07-01 09:38:26 -07:00
  • 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
  • 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) 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