Skip to content

v13.0.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@lance-community lance-community released this 15 Sep 20:56
· 119 commits to main since this release

What's Changed

New Features 馃帀

  • feat(format): define a unified tagged fragment reuse history by @LuQQiu in #9136
  • feat(io): expose Hugging Face resolve cache option by @Xuanwo in #9236

Bug Fixes 馃悰

  • fix(label_list): bound index build memory with a sorted stream by @vivek-bharathan in #8840
  • fix(datafusion): coerce numeric literals to and from Float16 by @LuciferYang in #8847
  • fix(linalg): point length-contract panics at the distance function by @LuciferYang in #8864
  • fix(index): reject RabitQ indices whose dimension is not a multiple of 8 by @LuciferYang in #8869
  • fix(linalg): preserve half-kernel fallback on AVX-512 hosts by @app/lance-gatefixer in #8877
  • fix(index): use writer-side IVF shuffle offsets instead of re-decoding by @XuQianJin-Stars in #8941
  • fix(index): keep the shuffler scratch directory alive for the whole build by @LuciferYang in #8993
  • fix: correct reserved metadata column error message typo by @ziwenzhang in #9248

Performance Improvements 馃殌

  • perf(linalg): let AVX-512 hosts fall back to the AVX2 dist_table kernel by @LuciferYang in #8866

Other Changes

  • refactor(io): simplify single-range object reads by @Xuanwo in #9241

Full Changelog: v13.0.0-beta.1...v13.0.0-beta.2