Skip to content

Commit 88fb812

Browse files
committed
Release 2.17.0
1 parent 3ea928f commit 88fb812

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
8+
## [2.17.0] - 2024-01-22
9+
10+
### Changed
11+
* Update pyarrow
12+
* better windows support
13+
* better temporary small indices path by randomizing
14+
715
## [2.16.0] - 2024-01-12
816

917
### Changed

autofaiss/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pylint: disable=all
22

3-
__version__ = "2.16.0"
3+
__version__ = "2.17.0"
44
__author__ = "Criteo"
55

66

0 commit comments

Comments
 (0)