Skip to content

Releases: lancedb/lance

v0.21.0

23 Dec 23:47
ae70478
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • fix!: correctly handle nulls in btree and bitmap indices by @westonpace in #3211
  • feat!: support hamming distance & binary vector by @BubbleCal in #3198
  • refactor(python)!: simplify marshalling of Fragment, DataFile, Operation, Transaction by @wjones127 in #3240

New Features 🎉

Bug Fixes 🐛

Documentation 📚

Performance Improvements 🚀

New Contributors

Full Changelog: v0.20.0...v0.21.0

v0.21.0-beta.5

18 Dec 21:17
6cd6ae8
Compare
Choose a tag to compare
v0.21.0-beta.5 Pre-release
Pre-release

What's Changed

New Features 🎉

Bug Fixes 🐛

  • fix: allow LANCE_LOG to be set to trace by @westonpace in #3246
  • fix: list indices always shows vector index type is IVF_PQ even it's not by @BubbleCal in #3258
  • fix: panic when get stats from index over binary vectors by @BubbleCal in #3267
  • fix(rust): adjust scan range to avoid unnecessary warnings by @takaebato in #3248

Documentation 📚

New Contributors

Full Changelog: v0.21.0-beta.4...v0.21.0-beta.5

v0.21.0-beta.4

13 Dec 21:05
c310aee
Compare
Choose a tag to compare
v0.21.0-beta.4 Pre-release
Pre-release

What's Changed

New Features 🎉

Full Changelog: v0.21.0-beta.3...v0.21.0-beta.4

v0.21.0-beta.3

13 Dec 02:30
99ae761
Compare
Choose a tag to compare
v0.21.0-beta.3 Pre-release
Pre-release

What's Changed

New Features 🎉

  • feat(java): support drop columns for dataset by @yanghua in #3237
  • feat(java): expose uri method for Dataset instance by @yanghua in #3231

Bug Fixes 🐛

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

v0.21.0-beta.2

11 Dec 02:36
7ec23f0
Compare
Choose a tag to compare
v0.21.0-beta.2 Pre-release
Pre-release

What's Changed

Breaking Changes 🛠

New Features 🎉

Bug Fixes 🐛

Documentation 📚

New Contributors

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

v0.21.0-beta.1

06 Dec 17:17
0e35ef6
Compare
Choose a tag to compare
v0.21.0-beta.1 Pre-release
Pre-release

What's Changed

Breaking Changes 🛠

  • fix!: correctly handle nulls in btree and bitmap indices by @westonpace in #3211

New Features 🎉

  • feat: enhance repdef utilities to handle empty / null lists by @westonpace in #3200
  • feat: support _rowid meta column for spark connector in java by @SaintBacchus in #3194

Documentation 📚

  • docs: add the documentation about how to install packages for tests by @yanghua in #3213

Performance Improvements 🚀

Full Changelog: v0.20.0...v0.21.0-beta.1

v0.20.0

04 Dec 22:27
955749e
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • feat!: allow passing down existing dataset for write by @wjones127 in #3119
  • fix!: low recall with cosine/dot on v3 index types by @BubbleCal in #3141

New Features 🎉

Bug Fixes 🐛

Performance Improvements 🚀

Other Changes

  • refactor: remove the queue in LanceArrowWriter to reduce memory usage for spark sink by @SaintBacchus in #3110

New Contributors

Full Changelog: v0.19.2...v0.20.0

v0.20.0-beta.3

25 Nov 21:56
e6c2343
Compare
Choose a tag to compare
v0.20.0-beta.3 Pre-release
Pre-release

What's Changed

New Features 🎉

Bug Fixes 🐛

  • fix: fix dynamodb drop table by @LuQQiu in #3152
  • fix: full text search index broken after optimize_indices() by @BubbleCal in #3145
  • fix: fix performance regression introduced during reader refactor by @westonpace in #3170
  • fix: panic if all docs are deleted in a posting list by @BubbleCal in #3163

Performance Improvements 🚀

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

v0.20.0-beta.2

21 Nov 18:27
920b191
Compare
Choose a tag to compare
v0.20.0-beta.2 Pre-release
Pre-release

What's Changed

New Features 🎉

Bug Fixes 🐛

Performance Improvements 🚀

  • perf: optimize reading transactions in commit loop by @wjones127 in #3117

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

v0.20.0-beta.1

20 Nov 20:28
71f323a
Compare
Choose a tag to compare
v0.20.0-beta.1 Pre-release
Pre-release

What's Changed

Breaking Changes 🛠

  • feat!: allow passing down existing dataset for write by @wjones127 in #3119
  • fix!: low recall with cosine/dot on v3 index types by @BubbleCal in #3141

New Features 🎉

Full Changelog: v0.19.3-beta.1...v0.20.0-beta.1