Skip to content

Commit

Permalink
Bump version to 1.7.0. (#1652)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #1652

Reviewed By: mdouze

Differential Revision: D26077948

Pulled By: beauby

fbshipit-source-id: 599ee61edd2425250948577cb55d145d9179ab25
  • Loading branch information
beauby authored and facebook-github-bot committed Jan 27, 2021
1 parent bc35be3 commit 7c2d238
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -4,7 +4,9 @@ Faiss is a library for efficient similarity search and clustering of dense vecto

## NEWS

*NEW: version 1.6.5 (2020-11-20) pytorch / faiss interoperability improvements *
*NEW: version 1.7.0 (2021-01-27) Support for in-register 4-bit PQ search*

*NEW: version 1.6.5 (2020-11-20) pytorch / faiss interoperability improvements*

*NEW: version 1.6.4 (2020-10-20) Move to cmake -- Windows support*

Expand Down
4 changes: 2 additions & 2 deletions faiss/Index.h
Expand Up @@ -17,8 +17,8 @@
#include <sstream>

#define FAISS_VERSION_MAJOR 1
#define FAISS_VERSION_MINOR 6
#define FAISS_VERSION_PATCH 5
#define FAISS_VERSION_MINOR 7
#define FAISS_VERSION_PATCH 0

/**
* @namespace faiss
Expand Down
2 changes: 1 addition & 1 deletion faiss/python/setup.py
Expand Up @@ -37,7 +37,7 @@
"""
setup(
name='faiss',
version='1.6.5',
version='1.7.0',
description='A library for efficient similarity search and clustering of dense vectors',
long_description=long_description,
url='https://github.com/facebookresearch/faiss',
Expand Down

0 comments on commit 7c2d238

Please sign in to comment.