Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Nov 19, 2021
1 parent ba039e3 commit 84ca1ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org).


## [2.0.0] - 2021-11-19

### Added
* add in memory autofaiss support

### Changed
* improve API by removing the Quantizer class
* quantize -> build_index
* make index_path explicit

## [1.10.1] - 2021-11-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion autofaiss/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pylint: disable=all

__version__ = "1.10.1"
__version__ = "2.0.0"
__author__ = "Criteo"


Expand Down

0 comments on commit 84ca1ac

Please sign in to comment.