Skip to content

Commit

Permalink
Release 2.15.6 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateagr authored May 4, 2023
1 parent 1e9ed10 commit 0cd8aa7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ 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.15.5] - 2023-06-01
## [2.15.6] - 2023-05-04

### Changed
* methods create_small_index and create_big_index now accepts a list of input embedding directories
and a final output directory that is used to store indexes and metrics

## [2.15.5] - 2023-01-06

### Changed
* build_partitioned_indexes now accepts an optional path to a (pre-trained) index. If provided,
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__ = "2.15.5"
__version__ = "2.15.6"
__author__ = "Criteo"


Expand Down

0 comments on commit 0cd8aa7

Please sign in to comment.