Bug 277752 - databases/pgvector: Update to 0.6.1
Summary: databases/pgvector: Update to 0.6.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Torsten Zuehlsdorff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-17 01:25 UTC by Wen Heping
Modified: 2024-03-31 22:25 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (tz)


Attachments
Update to 0.6.1 (1.42 KB, text/plain)
2024-03-17 01:25 UTC, Wen Heping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wen Heping freebsd_committer freebsd_triage 2024-03-17 01:25:01 UTC
Created attachment 249233 [details]
Update to 0.6.1

Update to 0.6.1
Comment 1 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2024-03-22 09:12:11 UTC
Thank you for the patch! :)

Meanwhile 0.6.2 has been released. I will try to commit an update to it at the weekend :)
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-03-31 22:23:00 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3001deeaded49bea4242807dc7ec56353dc98052

commit 3001deeaded49bea4242807dc7ec56353dc98052
Author:     Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2024-03-31 22:20:34 +0000
Commit:     Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2024-03-31 22:20:34 +0000

    databases/pgvector: Upgrade from 0.6.0 to 0.6.2

      Changelog:

      0.6.2 (2024-03-18)

        Reduced lock contention with parallel HNSW index builds

      0.6.1 (2024-03-04)

        Fixed error with ANALYZE and vectors with different dimensions
        Fixed segmentation fault with shared_preload_libraries
        Fixed vector subtraction being marked as commutative

    PR:             277752
    Reported by:    wen

 databases/pgvector/Makefile  | 2 +-
 databases/pgvector/distinfo  | 6 +++---
 databases/pgvector/pkg-plist | 4 +++-
 3 files changed, 7 insertions(+), 5 deletions(-)
Comment 3 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2024-03-31 22:25:26 UTC
I just committed the update to 0.6.2 :)