Skip to content

Commit 7c2d238

Browse files
beaubyfacebook-github-bot
authored andcommitted
Bump version to 1.7.0. (#1652)
Summary: Pull Request resolved: #1652 Reviewed By: mdouze Differential Revision: D26077948 Pulled By: beauby fbshipit-source-id: 599ee61edd2425250948577cb55d145d9179ab25
1 parent bc35be3 commit 7c2d238

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

faiss/Index.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
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

faiss/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"""
3838
setup(
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',

0 commit comments

Comments
 (0)