Skip to content

v1.0.0-beta.15

Pre-release
Pre-release

Choose a tag to compare

@lance-community lance-community released this 01 Dec 21:18
· 2194 commits to main since this release

What's Changed

Breaking Changes 🛠

Critical Fixes ‼️

New Features 🎉

Bug Fixes 🐛

Documentation 📚

Performance Improvements 🚀

  • perf: speed up filtered scan by up to 18.9× by moving the heavy CPU task out by @Xuanwo in #5165
  • perf: parallelize split job assigning by @BubbleCal in #5265
  • perf: use CPU pool to run WAND algo by @BubbleCal in #5363

Other Changes

  • refactor: move blob version as a table level config by @Xuanwo in #5220
  • refactor: add helper functions to delta.rs tests by @yanghua in #5298
  • refactor: move LanceNamespace interface to pylance and java lance-core by @jackye1995 in #5345
  • refactor: allow datafiles to contain columns without field id by @Xuanwo in #5348
  • refactor: rename RowIdSelection to RowAddrSelection by @yanghua in #5263
  • refactor: separate out python and java LanceNamespace interface by @jackye1995 in #5364
  • refactor: align with blob v2 logical types change by @Xuanwo in #5375

New Contributors

Full Changelog: release-root/1.0.0-beta.N...v1.0.0-beta.15