v0.9.16 Minor fixes, faster PQ on avx512f machines
What's Changed
- feat: simple in memory hnsw implementation by @eddyxu in #1933
- chore: take f16 codebook by @eddyxu in #1940
- perf: fast pq lookup by @eddyxu in #1941
- feat: support large types for image ext types by @wjones127 in #1944
- feat: make it possible to only load the row id column by @westonpace in #1949
- fix: allow image extension types to be pickled in PyArrow 12 by @wjones127 in #1955
- fix: do not panic when when_matched condition yields 0 matches by @westonpace in #1952
Full Changelog: v0.9.15...v0.9.16