Skip to content

v3.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@lance-community lance-community released this 04 Feb 03:36
· 1917 commits to main since this release

What's Changed

New Features 馃帀

Bug Fixes 馃悰

  • fix: support system columns in dataset.take* operations by @hamersaw in #5722
  • fix: skip missing indices in compaction rewrite by @AndreaBozzo in #5739
  • fix(lance-linalg): check fp16kernels feature before arch-specific code by @durch in #5747
  • refactor: align blob behavior that write via file format version, read via layout by @Xuanwo in #5752
  • fix: fix deletion when using file-object-store:// by @cmccabe in #5760
  • fix: remove unreasonable nullable check for data types in hash_joiner during merge operation by @zhangyue19921010 in #5784
  • fix: allow unused_unsafe for __cpuid to support both stable and nightly by @jackye1995 in #5793
  • fix: set JUnit dependency as test scope by @bryanck in #5815
  • fix: fix remap so that it handles deletions correctly by @westonpace in #5828
  • fix: inconsistent transposed pq code and metadata when build ivf_pq index distributedly by @yanghua in #5834
  • fix(java): panic when reading CreateIndex transaction by @majin1102 in #5853
  • fix: fix mini-block dictionary bitpacking panic by @Xuanwo in #5860
  • fix: fix boolean inline constant decoding by @Xuanwo in #5862
  • fix: flaky test test_ann_prefilter for HNSW by @BubbleCal in #5870
  • fix(java): init allocator for new dataset when checkout branch/tag by @fangbo in #5876

Documentation 馃摎

  • docs: fix issues in HF integration docs by @prrao87 in #5778
  • docs: fix MkDocs protobuf reference for ConstantLayout by @Xuanwo in #5833

Performance Improvements 馃殌

Other Changes

  • refactor: change reader's get_range result to be a static future by @westonpace in #5755
  • refactor(python): migrate torch.jit.script to torch.compile by @wjones127 in #5759
  • test: fix tests broken by pandas 3 release by @westonpace in #5786

Full Changelog: release-root/3.0.0-beta.N...v3.0.0-beta.1