File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ We try to indicate most contributions here with the contributor names who are no
9
9
the Facebook Faiss team. Feel free to add entries here if you submit a PR.
10
10
11
11
## [ Unreleased]
12
+
13
+ ## [ 1.7.2] - 2021-12-15
12
14
### Added
13
15
- Support LSQ on GPU (by @KinglittleQ )
14
16
- Support for exact 1D kmeans (by @KinglittleQ )
@@ -204,7 +206,8 @@ by conda install -c pytorch faiss-gpu cudatoolkit=10.0.
204
206
- C bindings.
205
207
- Extended tutorial to GPU indices.
206
208
207
- [ Unreleased ] : https://github.com/facebookresearch/faiss/compare/v1.7.1...HEAD
209
+ [ Unreleased ] : https://github.com/facebookresearch/faiss/compare/v1.7.2...HEAD
210
+ [ 1.7.2 ] : https://github.com/facebookresearch/faiss/compare/v1.7.1...v1.7.2
208
211
[ 1.7.1 ] : https://github.com/facebookresearch/faiss/compare/v1.7.0...v1.7.1
209
212
[ 1.7.0 ] : https://github.com/facebookresearch/faiss/compare/v1.6.5...v1.7.0
210
213
[ 1.6.5 ] : https://github.com/facebookresearch/faiss/compare/v1.6.4...v1.6.5
Original file line number Diff line number Diff line change 18
18
19
19
#define FAISS_VERSION_MAJOR 1
20
20
#define FAISS_VERSION_MINOR 7
21
- #define FAISS_VERSION_PATCH 1
21
+ #define FAISS_VERSION_PATCH 2
22
22
23
23
/* *
24
24
* @namespace faiss
Original file line number Diff line number Diff line change 49
49
"""
50
50
setup (
51
51
name = 'faiss' ,
52
- version = '1.7.1 ' ,
52
+ version = '1.7.2 ' ,
53
53
description = 'A library for efficient similarity search and clustering of dense vectors' ,
54
54
long_description = long_description ,
55
55
url = 'https://github.com/facebookresearch/faiss' ,
You can’t perform that action at this time.
0 commit comments