Skip to content

Releases: lancedb/lance

v0.25.0-beta.2

13 Mar 04:43
15420d5
Compare
Choose a tag to compare
v0.25.0-beta.2 Pre-release
Pre-release

What's Changed

New Features 🎉

  • feat: expose make_deletions_null to python as include_deleted_rows by @westonpace in #3533

Documentation 📚

  • docs: update ray integration and move schema evolution doc to a separate doc by @eddyxu in #3530
  • docs: fix checklinks by @eddyxu in #3532
  • docs: add example of Dataset.insert by @eddyxu in #3534
  • docs: update README to include new table format and format v2 blogs by @eddyxu in #3535

Performance Improvements 🚀

  • perf: coalesce continuous indices into ranges if possible by @niyue in #3513
  • perf: improve v3 indexing perf by @BubbleCal in #3525

Full Changelog: v0.25.0-beta.1...v0.25.0-beta.2

v0.25.0-beta.1

11 Mar 16:20
c12fc3b
Compare
Choose a tag to compare
v0.25.0-beta.1 Pre-release
Pre-release

What's Changed

Breaking Changes 🛠

New Features 🎉

  • feat: write_dataset from pylist and pydict by @eddyxu in #3527
  • feat: rework how we train ngram indices for better performance by @westonpace in #3518

Documentation 📚

Full Changelog: v0.24.1...v0.25.0-beta.1

v0.24.1

10 Mar 13:44
bcf9e09
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐛

  • fix: the distance for multivector query is not correct by @BubbleCal in #3522

Full Changelog: v0.24.0...v0.24.1

v0.24.0

08 Mar 23:24
e603372
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • feat!: update DataFusion to 45.0 and Arrow to 54.1 by @timsaucer in #3503

New Features 🎉

  • feat: add support for explain analyze by @wkalt in #3484
  • feat(java): support delete rows from the dataset by @yanghua in #3498
  • feat: add support for empty structs to the 2.0 format by @westonpace in #3499
  • feat: cache v3 index partitions in dataset session by @BubbleCal in #3467
  • feat: add support for pickling fragment metadata by @westonpace in #3497
  • feat: support add all null column as metadata-only operation via sql by @albertlockett in #3504
  • feat: ConditionalPutCommitHandler for concurrency on S3, faster commit by @wjones127 in #3483
  • feat: add gcp token-based auth support by @alex766 in #3511
  • feat: emit a trace event when a significant user file is created or deleted by @westonpace in #3519

Bug Fixes 🐛

  • fix: scalar quantization can't work with NaNs by @BubbleCal in #3476
  • fix: ngram bench target not correct by @BubbleCal in #3490
  • fix: bypass the arrow take for struct array by @BubbleCal in #3500
  • fix: prevent despecialization of object store methods by @wjones127 in #3506
  • fix: the IVF/PQ centroids/codebook is with wrong data type if training on GPU by @BubbleCal in #3502
  • fix: pass down correct types when creating indices and items scheduler by @westonpace in #3520

Documentation 📚

  • docs: fix typo in read_and_write.rst by @ascillitoe in #3479
  • docs: add README.md for java module by @yanghua in #3302
  • docs: include create scalar index and drop index to the top level of Python API doc by @eddyxu in #3509

Performance Improvements 🚀

New Contributors

Full Changelog: v0.23.2...v0.24.0

v0.24.0-beta.3

06 Mar 17:23
9a1fdaf
Compare
Choose a tag to compare
v0.24.0-beta.3 Pre-release
Pre-release

What's Changed

New Features 🎉

  • feat: ConditionalPutCommitHandler for concurrency on S3, faster commit by @wjones127 in #3483

Bug Fixes 🐛

  • fix: the IVF/PQ centroids/codebook is with wrong data type if training on GPU by @BubbleCal in #3502

Documentation 📚

  • docs: include create scalar index and drop index to the top level of Python API doc by @eddyxu in #3509

Full Changelog: v0.24.0-beta.2...v0.24.0-beta.3

v0.24.0-beta.2

05 Mar 02:26
5d1c84f
Compare
Choose a tag to compare
v0.24.0-beta.2 Pre-release
Pre-release

What's Changed

New Features 🎉

Bug Fixes 🐛

Performance Improvements 🚀

Full Changelog: v0.24.0-beta.1...v0.24.0-beta.2

v0.24.0-beta.1

03 Mar 02:25
33ae43b
Compare
Choose a tag to compare
v0.24.0-beta.1 Pre-release
Pre-release

What's Changed

New Features 🎉

  • feat: add support for explain analyze by @wkalt in #3484
  • feat(java): support delete rows from the dataset by @yanghua in #3498
  • feat: add support for empty structs to the 2.0 format by @westonpace in #3499

Bug Fixes 🐛

Documentation 📚

New Contributors

Full Changelog: v0.23.3-beta.1...v0.24.0-beta.1

v0.23.3-beta.1

26 Feb 09:45
f69480e
Compare
Choose a tag to compare
v0.23.3-beta.1 Pre-release
Pre-release

What's Changed

Bug Fixes 🐛

Full Changelog: v0.23.2...v0.23.3-beta.1

v0.23.2

26 Feb 01:43
59d6596
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐛

  • fix: flat FTS panic with prefilter by @BubbleCal in #3470
  • fix: temporarily disable spilling when training indices on string columns by @westonpace in #3469

Full Changelog: v0.23.1...v0.23.2

v0.23.2-beta.3

25 Feb 21:21
59d6596
Compare
Choose a tag to compare
v0.23.2-beta.3 Pre-release
Pre-release

What's Changed

New Features 🎉

Full Changelog: v0.23.2-beta.2...v0.23.2-beta.3