Timescale/pgvectorscale: Release 0.3.0
Name: pgvectorscale
Owner: Timescale
Release: 0.3.0
Released: 2024-08-12
License: PostgreSQL
Release Assets:
This release fixes a few bugs, add some safety checks and fixes an issue with storing many nodes in the same location. The latter should improve recall for low-dimension data.
What's Changed
- Build on ARM by @cevian in https://github.com/timescale/pgvectorscale/pull/102
- Fix handling of many graph nodes at the same location by @cevian in https://github.com/timescale/pgvectorscale/pull/111
- Fix hot update handling by @cevian in https://github.com/timescale/pgvectorscale/pull/117
- Panic if AVX or FMA is missing by @cevian in https://github.com/timescale/pgvectorscale/pull/119
New Contributors
- @mcadariu made their first contribution in https://github.com/timescale/pgvectorscale/pull/89
Full Changelog: https://github.com/timescale/pgvectorscale/compare/0.2.0...0.3.0