From 79d7c396819ffd6859edde17c6958c1c3338b29b Mon Sep 17 00:00:00 2001 From: Bokai Yu Date: Mon, 9 May 2022 18:35:12 +0200 Subject: [PATCH] Release 2.14.3 --- CHANGELOG.md | 5 +++++ autofaiss/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec08baa..a01243e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.14.3] - 2022-05-09 + +### Fixed +Fix the estimated number of batches + ## [2.14.2] - 2022-05-06 ### Fixed diff --git a/autofaiss/version.py b/autofaiss/version.py index 3aa242d..c07c0f2 100644 --- a/autofaiss/version.py +++ b/autofaiss/version.py @@ -1,6 +1,6 @@ # pylint: disable=all -__version__ = "2.14.2" +__version__ = "2.14.3" __author__ = "Criteo"