Skip to content

Commit 0e71200

Browse files
committed
Release 4.0.0-beta.1
1 parent 9143fd3 commit 0e71200

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

UPGRADING.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Upgrading from 3.0.x to 4.0.x
2+
3+
## New features
4+
- Support for Non-uniform Vector Quantization (NVQ, pronounced as "new vec"). This new technique quantizes the values
5+
in each vector with high accuracy by first applying a nonlinear transformation that is individually fit to each
6+
vector. These nonlinearities are designed to be lightweight and have a negligible impact on distance computation
7+
performance.
8+
19
# Upgrading from 3.0.x to 3.0.6
210

311
## API changes
@@ -16,12 +24,6 @@
1624
`CompressedVectors` directly from `encodeAll()`.
1725
- `PQVectors::getProductQuantization` is removed; it duplicated `CompressedVectors::getCompressor` unnecessarily
1826

19-
## New features
20-
- Support for Non-uniform Vector Quantization (NVQ, pronounced as "new vec"). This new technique quantizes the values
21-
in each vector with high accuracy by first applying a nonlinear transformation that is individually fit to each
22-
vector. These nonlinearities are designed to be lightweight and have a negligible impact on distance computation
23-
performance.
24-
2527
# Upgrading from 2.0.x to 3.0.x
2628

2729
## Critical API changes

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<properties>
4242
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4343
<maven.install.skip>true</maven.install.skip>
44-
<revision>3.0.7-SNAPSHOT</revision>
44+
<revision>4.0.0-beta.1</revision>
4545
</properties>
4646
<modules>
4747
<module>jvector-base</module>

0 commit comments

Comments
 (0)