Skip to content

v0.8.21

Choose a tag to compare

@wjones127 wjones127 released this 13 Dec 23:17
· 4256 commits to main since this release

New features

Bug fixes

  • fix: do not use residual vector for cosine similarity by @eddyxu in #1708
  • fix: update list_indices to report if an index is vector or scalar by @westonpace in #1710
  • revert: use eplison to handle all zero cosine values (#1696) by @eddyxu in #1715

Performance improvements

  • perf: allow take to process multiple fragments in parallel by @westonpace in #1713
  • perf: make sure we use multiple threads when scanning by @wjones127 in #1705

Other changes

  • chore: kmeans fit takes pyarrow FixedSizeListArray by @eddyxu in #1714
  • chore: add ruff copyright check by @eddyxu in #1716

Full Changelog: v0.8.20...v0.8.21