Skip to content

Releases: lancedb/lance

v0.17.0-beta.7

20 Aug 02:16
18fbd7a
Compare
Choose a tag to compare
v0.17.0-beta.7 Pre-release
Pre-release

What's Changed

New Features 🎉

  • feat: pushdown limit & offset into file reader if there is no filter by @westonpace in #2747

Bug Fixes 🐛

  • fix: fix two cases in the v2 decoder where the decode order didn't match the scheduling priority by @westonpace in #2754
  • fix: fix several situations where we were incorrectly inferring the storage version by @westonpace in #2756

Performance Improvements 🚀

  • perf: various fixes to improve shuffling performance at high scales by @westonpace in #2710

Full Changelog: v0.17.0-beta.6...v0.17.0-beta.7

v0.17.0-beta.6

17 Aug 16:13
7284521
Compare
Choose a tag to compare
v0.17.0-beta.6 Pre-release
Pre-release

What's Changed

New Features 🎉

Documentation 📚

Full Changelog: v0.17.0-beta.5...v0.17.0-beta.6

v0.17.0-beta.5

16 Aug 17:15
d639008
Compare
Choose a tag to compare
v0.17.0-beta.5 Pre-release
Pre-release

What's Changed

New Features 🎉

Bug Fixes 🐛

  • fix: raise exception if user passes unsorted indices to take_rows() of lance file api by @raunaks13 in #2729
  • fix: flaky test caused by PQ distortion by @BubbleCal in #2732
  • fix: don't panic when v2 scans end early (reader is dropped) by @westonpace in #2690
  • fix: fix a crash that could sometimes happen reading largish string/binary data in a list by @westonpace in #2731

Documentation 📚

  • docs: clean up quickstart notebook and add tags example usage by @dsgibbons in #2735

Performance Improvements 🚀

New Contributors

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

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