Skip to content

Releases: tensorchord/pgvecto.rs

v0.4.0

21 Nov 11:52
06e1c76
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.4.0-alpha.2

23 Sep 03:31
22904a6
Compare
Choose a tag to compare
v0.4.0-alpha.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.0-alpha.1...v0.4.0-alpha.2

v0.4.0-alpha.1

05 Sep 08:36
8abfd82
Compare
Choose a tag to compare
v0.4.0-alpha.1 Pre-release
Pre-release
fix: set correct svecf32 header while creating SVecf32Output (#590)

Signed-off-by: usamoi <[email protected]>

v0.3.0

20 Jun 05:53
4360cac
Compare
Choose a tag to compare
chore: remove prefilter, stand-alone-test and default feature (#505)

* chore: remove prefilter, stand-alone-test and default feature

Signed-off-by: usamoi <[email protected]>

* fix: simplify hnsw entry

Signed-off-by: usamoi <[email protected]>

---------

Signed-off-by: usamoi <[email protected]>

v0.3.0-alpha.2

01 Jun 00:01
13e4245
Compare
Choose a tag to compare
v0.3.0-alpha.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.0-alpha.1...v0.3.0-alpha.2

v0.3.0-alpha.1

20 Mar 12:52
402916d
Compare
Choose a tag to compare
v0.3.0-alpha.1 Pre-release
Pre-release

alpha release for 0.3.0

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.3.0-alpha.1

v0.2.1

04 Mar 14:48
4fa370c
Compare
Choose a tag to compare

Improvements

  • NULL Support: NULL can now be safely inserted into vector columns without error. They will be skipped during pgvecto.rs index creation, but exist in the table. A query on a vector column will never return a result containing a NULL.
  • Signal Handler Fix: Now we use SIGQUIT instead of SIGHUP to trigger a peaceful exit, since SIGHUP is defined as configure reload by Postgres.
  • Upgrade Script Refine: Due to some symbol renaming, the upgrade path from v0.1.10 to v0.2.0 is broken. Users can now upgrade directly to v0.2.1 if they are currently using v0.1.10.

v0.0.0-nightly

26 Feb 05:45
Compare
Choose a tag to compare
v0.0.0-nightly Pre-release
Pre-release

DO NOT use this version. Internal use only.

v0.2.1-alpha.2

21 Feb 10:03
44f295c
Compare
Choose a tag to compare
v0.2.1-alpha.2 Pre-release
Pre-release

DO NOT use this version. Internal use only.

v0.2.1-alpha.1

21 Feb 07:35
16c8f2c
Compare
Choose a tag to compare
v0.2.1-alpha.1 Pre-release
Pre-release

DO NOT use this version. Internal use only.