mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-04 03:30:56 +08:00
32 lines
523 B
Markdown
32 lines
523 B
Markdown
## 0.1.6 (unreleased)
|
|
|
|
- Fixed segmentation fault with `COUNT`
|
|
|
|
## 0.1.5 (2021-05-25)
|
|
|
|
- Reduced memory usage during index creation
|
|
|
|
## 0.1.4 (2021-05-09)
|
|
|
|
- Fixed kmeans for inner product
|
|
- Fixed multiple definition error with GCC 10
|
|
|
|
## 0.1.3 (2021-05-06)
|
|
|
|
- Added Dockerfile
|
|
- Fixed version
|
|
|
|
## 0.1.2 (2021-04-26)
|
|
|
|
- Vectorized distance calculations
|
|
- Improved cost estimation
|
|
|
|
## 0.1.1 (2021-04-25)
|
|
|
|
- Added binary representation for `COPY`
|
|
- Marked functions as `PARALLEL SAFE`
|
|
|
|
## 0.1.0 (2021-04-20)
|
|
|
|
- First release
|