File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ Faiss is a library for efficient similarity search and clustering of dense vecto
44
55## NEWS
66
7- * NEW: version 1.6.5 (2020-11-20) pytorch / faiss interoperability improvements *
7+ * NEW: version 1.7.0 (2021-01-27) Support for in-register 4-bit PQ search*
8+
9+ * NEW: version 1.6.5 (2020-11-20) pytorch / faiss interoperability improvements*
810
911* NEW: version 1.6.4 (2020-10-20) Move to cmake -- Windows support*
1012
Original file line number Diff line number Diff line change 1717#include < sstream>
1818
1919#define FAISS_VERSION_MAJOR 1
20- #define FAISS_VERSION_MINOR 6
21- #define FAISS_VERSION_PATCH 5
20+ #define FAISS_VERSION_MINOR 7
21+ #define FAISS_VERSION_PATCH 0
2222
2323/* *
2424 * @namespace faiss
Original file line number Diff line number Diff line change 3737"""
3838setup (
3939 name = 'faiss' ,
40- version = '1.6.5 ' ,
40+ version = '1.7.0 ' ,
4141 description = 'A library for efficient similarity search and clustering of dense vectors' ,
4242 long_description = long_description ,
4343 url = 'https://github.com/facebookresearch/faiss' ,
You can’t perform that action at this time.
0 commit comments