Skip to content

v0.8.18: Table update API, GPU training bug fixes

Compare
Choose a tag to compare
@wjones127 wjones127 released this 30 Nov 19:18
· 878 commits to main since this release

New features

  • feat: add support for update queries by @wjones127 in #1585
  • feat: better warnings when the PQ assignment over cosine distance is wrong by @eddyxu in #1672

Bug fixes

Performance Improvements

  • perf: fast L2 distance table build by @eddyxu in #1639
  • perf: add a fast path for converting bytes into array when the bytes has the correct alignment by @chebbyChefNEQ in #1652
  • perf: minor change to cleanup allowing for size to be collected in parallel by @westonpace in #1649
  • perf: add type coersion for in-list expressions by @westonpace in #1655

Other changes

New Contributors

Full Changelog: v0.8.17...v0.8.18