Skip to content

Releases: lancedb/lance

v0.17.0-beta.4

13 Aug 22:25
711bad7
Compare
Choose a tag to compare
v0.17.0-beta.4 Pre-release
Pre-release

What's Changed

New Features 🎉

  • feat: add max_bytes_per_file and batch_size to CompactionOptions by @westonpace in #2728

Performance Improvements 🚀

Full Changelog: v0.17.0-beta.2...v0.17.0-beta.4

v0.17.0-beta.3

13 Aug 06:16
30b3df7
Compare
Choose a tag to compare
v0.17.0-beta.3 Pre-release
Pre-release

What's Changed

Bug Fixes 🐛

Full Changelog: v0.17.0-beta.1...v0.17.0-beta.3

v0.17.0-beta.2

12 Aug 21:45
30b3df7
Compare
Choose a tag to compare
v0.17.0-beta.2 Pre-release
Pre-release

What's Changed

Bug Fixes 🐛

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

v0.17.0-beta.1

12 Aug 03:30
089716e
Compare
Choose a tag to compare
v0.17.0-beta.1 Pre-release
Pre-release

What's Changed

Breaking Changes 🛠

  • feat!: index_statistics returns the concrete index type by @BubbleCal in #2716

Full Changelog: v0.16.1...v0.17.0-beta.1

v0.16.1

09 Aug 09:04
1ee119c
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: make scalar index training configurable by @dsgibbons in #2686
  • feat: migrate Bitmap & LabelList index file to v2 format by @BubbleCal in #2677
  • feat: make default batch size configurable via environment variable by @westonpace in #2693
  • feat: move-stable row ids in compaction by @wjones127 in #2544
  • feat: load multiple ivf-pq sorted files and commit index into dataset by @raunaks13 in #2681

Bug Fixes 🐛

Performance Improvements 🚀

  • perf: various fixes to improve vector transform performance at high scales by @westonpace in #2703

Full Changelog: v0.16.0...v0.16.1

v0.16.1-beta.4

09 Aug 08:47
1ee119c
Compare
Choose a tag to compare
v0.16.1-beta.4 Pre-release
Pre-release

What's Changed

New Features 🎉

  • feat: load multiple ivf-pq sorted files and commit index into dataset by @raunaks13 in #2681

Bug Fixes 🐛

Performance Improvements 🚀

  • perf: various fixes to improve vector transform performance at high scales by @westonpace in #2703

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

v0.16.1-beta.3

08 Aug 16:49
a7e65f4
Compare
Choose a tag to compare
v0.16.1-beta.3 Pre-release
Pre-release

What's Changed

New Features 🎉

Bug Fixes 🐛

  • fix: optimize cosine IVF_PQ index by @chebbyChefNEQ in #2698
  • fix: search results are not correct after appending index by @BubbleCal in #2701
  • fix: v2 writer used the wrong value to calculate how many rows were available in array by @westonpace in #2704

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

v0.16.1-beta.2

07 Aug 15:00
d5247d0
Compare
Choose a tag to compare
v0.16.1-beta.2 Pre-release
Pre-release

What's Changed

Bug Fixes 🐛

  • fix: out of bounds error in bitpacking by @albertlockett in #2692
  • fix: add fix for slicing single array into many pages but don't have enough rows to do so by @westonpace in #2702

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

v0.16.1-beta.1

06 Aug 16:24
b30f254
Compare
Choose a tag to compare
v0.16.1-beta.1 Pre-release
Pre-release

What's Changed

New Features 🎉

  • feat: make scalar index training configurable by @dsgibbons in #2686
  • feat: migrate Bitmap & LabelList index file to v2 format by @BubbleCal in #2677
  • feat: make default batch size configurable via environment variable by @westonpace in #2693

Full Changelog: v0.16.0...v0.16.1-beta.1

v0.16.0

05 Aug 22:28
508c1a1
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

New Features 🎉

Bug Fixes 🐛

  • fix: correctly encode a list type when all items are empty by @westonpace in #2653
  • fix: improve error message when can't train PQ on too small dataset by @albertlockett in #2644
  • fix: slight cleanups to path handling so that the indices builder tool properly supports Windows by @westonpace in #2689

Documentation 📚

  • docs: schema evolution by @wjones127 in #1911
  • docs: reorg the scalar index python docstring to make the index type clear by @eddyxu in #2678

Performance Improvements 🚀

Other Changes

New Contributors

Full Changelog: v0.15.0...v0.16.0