Skip to content
Snippets Groups Projects
Verified Commit a5966f81 authored by Bradford D. Boyle's avatar Bradford D. Boyle
Browse files

Prepare new upstream release 0.7.0

parent 7850dc50
No related branches found
No related tags found
No related merge requests found
Pipeline #672091 passed
pgvector (0.7.0-1) UNRELEASED; urgency=medium
* New Upstream Release
- Features:
* Added `halfvec` type
* Added `sparsevec` type
* Added support for indexing `bit` type
* Added support for indexing L1 distance with HNSW
* Added `binary_quantize` function
* Added `hamming_distance` function
* Added `jaccard_distance` function
* Added `l2_normalize` function
* Added `subvector` function
* Added concatenate operator for vectors
* Added CPU dispatching for distance functions on Linux x86-64
- Improvements:
* Updated comparison operators to support vectors with different
dimensions
-- Bradford D. Boyle <bradford.d.boyle@gmail.com> Wed, 01 May 2024 05:59:22 +0000
pgvector (0.6.2-1) unstable; urgency=medium
* New upstream version 0.6.2.
......
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
@@ -11,7 +11,7 @@
REGRESS_OPTS = --inputdir=test --load-extension=$(EXTENSION)
# To compile for portability, run: make OPTFLAGS=""
-OPTFLAGS = -march=native
+#OPTFLAGS = -march=native
# Mac ARM doesn't support -march=native
# Mac ARM doesn't always support -march=native
ifeq ($(shell uname -s), Darwin)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment