Skip to content

Python LanceDB v0.24.2

Choose a tag to compare

@github-actions github-actions released this 25 Jul 20:32
· 946 commits to main since this release

馃帀 New Features

馃悰 Bug Fixes

  • fix: excessive object storage handle creation in create_table by @wkalt in #2505
  • fix: handle input with missing columns when using embedding functions by @wjones127 in #2516
  • fix: use import stubs to prevent MLX doctest collection failures by @tristanz in #2536
  • fix: correct grammar in LanceDB cloud connection error message by @tristanz in #2537
  • fix: use local random state in FTS test fixtures to prevent flaky failures by @tristanz in #2532
  • fix: resolve flaky Node.js integration test for mirrored store by @tristanz in #2539
  • fix: to_pydantic typing by @chenkovsky in #2517
  • fix: replace broken documentation URLs in error messages by @tristanz in #2533
  • fix(python): correct type annotations in EmbeddingFunctionRegistry by @aniaan in #2478
  • fix: can not build on python3.9 for dev by @yihong0618 in #2477
  • fix(python): expose register function in embeddings module by @tristanz in #2544
  • fix: handle empty list with schema in table creation by @tristanz in #2548

馃敡 Build and CI

  • ci: enable trust publishing for rust crates by @Xuanwo in #2529