Skip to content

v0.14.0

Compare
Choose a tag to compare
@wjones127 wjones127 released this 06 Jul 19:02
· 465 commits to main since this release
1fdcdd9

What's Changed

Breaking Changes 🛠

New Features 🎉

Bug Fixes 🐛

  • fix: pytorch dot inference pass unwanted parameters by @eddyxu in #2539
  • fix: show underlying cause of DynamoDB service error by @wjones127 in #2541
  • fix: build HNSW with wrong distance type by @BubbleCal in #2533
  • fix: propagate storage_options to LanceFragment.create and LanceDataset.commit by @jiachengdb in #2547
  • fix: propagate shuffle_partition_concurrency from Python SDK by @jiachengdb in #2564
  • fix: avoid multiple threads loading same index partition by @albertlockett in #2559
  • fix: failed to return index stats if the first partition is empty by @BubbleCal in #2565
  • fix: propagate storage_options to create_index for reading precomputed partition file by @jiachengdb in #2568

Documentation 📚

Performance Improvements 🚀

  • perf: avoid allocating bitvec for each insertion while indexing HNSW by @BubbleCal in #2527

Other Changes

  • refactor: move IVF_HNSW_SQ & IVF_FLAT to new buliding & search path by @BubbleCal in #2469
  • refactor: flat search to use datafusion top k by @eddyxu in #2535
  • refactor: remove generic PQ impl and trait by @BubbleCal in #2529

New Contributors

Full Changelog: v0.13.0...v0.14.0