Skip to content

Commit

Permalink
Prepare for v1.7.2 release. (#2151)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #2151

Reviewed By: mdouze

Differential Revision: D33157463

Pulled By: beauby

fbshipit-source-id: 8f8580a7ad953484f41fbbb2d001f3484fab4c3d
  • Loading branch information
beauby authored and facebook-github-bot committed Dec 16, 2021
1 parent d68ff42 commit c08cbff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -9,6 +9,8 @@ We try to indicate most contributions here with the contributor names who are no
the Facebook Faiss team. Feel free to add entries here if you submit a PR.

## [Unreleased]

## [1.7.2] - 2021-12-15
### Added
- Support LSQ on GPU (by @KinglittleQ)
- Support for exact 1D kmeans (by @KinglittleQ)
Expand Down Expand Up @@ -204,7 +206,8 @@ by conda install -c pytorch faiss-gpu cudatoolkit=10.0.
- C bindings.
- Extended tutorial to GPU indices.

[Unreleased]: https://github.com/facebookresearch/faiss/compare/v1.7.1...HEAD
[Unreleased]: https://github.com/facebookresearch/faiss/compare/v1.7.2...HEAD
[1.7.2]: https://github.com/facebookresearch/faiss/compare/v1.7.1...v1.7.2
[1.7.1]: https://github.com/facebookresearch/faiss/compare/v1.7.0...v1.7.1
[1.7.0]: https://github.com/facebookresearch/faiss/compare/v1.6.5...v1.7.0
[1.6.5]: https://github.com/facebookresearch/faiss/compare/v1.6.4...v1.6.5
Expand Down
2 changes: 1 addition & 1 deletion faiss/Index.h
Expand Up @@ -18,7 +18,7 @@

#define FAISS_VERSION_MAJOR 1
#define FAISS_VERSION_MINOR 7
#define FAISS_VERSION_PATCH 1
#define FAISS_VERSION_PATCH 2

/**
* @namespace faiss
Expand Down
2 changes: 1 addition & 1 deletion faiss/python/setup.py
Expand Up @@ -49,7 +49,7 @@
"""
setup(
name='faiss',
version='1.7.1',
version='1.7.2',
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 c08cbff

Please sign in to comment.