Skip to content

Commit 471ddad

Browse files
mnorris11meta-codesync[bot]
authored andcommitted
Increment to next release, v1.14.1 (facebookresearch#4861)
Summary: need new version to include Python 3.14 change so we can fix the backwards compatibility tests - Increment version to 1.14.1 - Update CHANGELOG.md with 7 commits since v1.14.0 - Bump version in CMakeLists.txt, setup.py, Index.h, INSTALL.md - Fix 6 missing CHANGELOG comparison links (1.12.0–1.14.0) Pull Request resolved: facebookresearch#4861 Test Plan: - [ ] CI passes - [ ] Backward compatibility test uses correct version - [ ] CHANGELOG entries are correctly categorized Reviewed By: junjieqi Differential Revision: D95254574 Pulled By: mnorris11 fbshipit-source-id: c6650fa1783b888c4000e4700da9c8bf01150176
1 parent 1cb3d46 commit 471ddad

5 files changed

Lines changed: 31 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
## [1.14.1] - 2026-03-04
7+
8+
Added
9+
- 5cf2c4203f0e52f67504f154ae4dbea84906bc1f Expose IndexBinaryFlat to the C API. (#4834)
10+
- db9ba35118d5230f92d466e17e19f5019ff8601d add hadamard transformation as an index for IVF (#4856)
11+
12+
Changed
13+
- d2f8d3514003986ec9ed37c9b29d70818ccf686a removed conda-forge install documentation (#4843)
14+
- c90c9dc544a8a82108d6499d7fafb3c3dc6fda2f Update python to include 3.13 and 3.14 (#4859)
15+
- 8af77fe730f141d58fa7b0de8d3a33663e8c4b23 SIMD-optimize multi-bit RaBitQ inner product (#4850)
16+
- ccc934f58660f42da677d5c253b550e61b153d5f ScalarQuantizer: split SIMD specializations into per-SIMD TUs + DD dispatch (#4839)
17+
18+
Fixed
19+
- 28f79bd98efcb00c2bbf50a7eb30abc507ae49b6 Fix SWIG 4.4 multi-phase init: replace import_array() with import_array1(-1) (#4846)
20+
21+
622
## [1.14.0] - 2026-03-02
723

824
Added
@@ -906,7 +922,13 @@ by conda install -c pytorch faiss-gpu cudatoolkit=10.0.
906922
- C bindings.
907923
- Extended tutorial to GPU indices.
908924

909-
[Unreleased]: https://github.com/facebookresearch/faiss/compare/v1.11.0...HEAD
925+
[Unreleased]: https://github.com/facebookresearch/faiss/compare/v1.14.1...HEAD
926+
[1.14.1]: https://github.com/facebookresearch/faiss/compare/v1.14.0...v1.14.1
927+
[1.14.0]: https://github.com/facebookresearch/faiss/compare/v1.13.2...v1.14.0
928+
[1.13.2]: https://github.com/facebookresearch/faiss/compare/v1.13.1...v1.13.2
929+
[1.13.1]: https://github.com/facebookresearch/faiss/compare/v1.13.0...v1.13.1
930+
[1.13.0]: https://github.com/facebookresearch/faiss/compare/v1.12.0...v1.13.0
931+
[1.12.0]: https://github.com/facebookresearch/faiss/compare/v1.11.0...v1.12.0
910932
[1.11.0]: https://github.com/facebookresearch/faiss/compare/v1.10.0...v1.11.0
911933
[1.10.0]: https://github.com/facebookresearch/faiss/compare/v1.9.0...v1.10.0
912934
[1.9.0]: https://github.com/facebookresearch/faiss/compare/v1.8.0...v1.9.0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if(FAISS_ENABLE_CUVS)
4747
endif()
4848

4949
project(faiss
50-
VERSION 1.14.0
50+
VERSION 1.14.1
5151
DESCRIPTION "A library for efficient similarity search and clustering of dense vectors."
5252
HOMEPAGE_URL "https://github.com/facebookresearch/faiss"
5353
LANGUAGES ${FAISS_LANGUAGES})

INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ To install the latest stable release:
1212

1313
``` shell
1414
# CPU-only version
15-
$ conda install -c pytorch -c conda-forge faiss-cpu=1.14.0
15+
$ conda install -c pytorch -c conda-forge faiss-cpu=1.14.1
1616

1717
# GPU(+CPU) version
18-
$ conda install -c pytorch -c nvidia -c conda-forge faiss-gpu=1.14.0
18+
$ conda install -c pytorch -c nvidia -c conda-forge faiss-gpu=1.14.1
1919

2020
# GPU(+CPU) version with NVIDIA cuVS
21-
$ conda install -c pytorch -c nvidia -c rapidsai -c conda-forge libnvjitlink faiss-gpu-cuvs=1.14.0
21+
$ conda install -c pytorch -c nvidia -c rapidsai -c conda-forge libnvjitlink faiss-gpu-cuvs=1.14.1
2222

2323
# GPU(+CPU) version using AMD ROCm not yet available
2424
```
@@ -36,7 +36,7 @@ Nightly pre-release packages can be installed as follows:
3636
$ conda install -c pytorch/label/nightly -c conda-forge faiss-cpu
3737

3838
# GPU(+CPU) version
39-
$ conda install -c pytorch/label/nightly -c nvidia -c conda-forge faiss-gpu=1.14.0
39+
$ conda install -c pytorch/label/nightly -c nvidia -c conda-forge faiss-gpu=1.14.1
4040

4141
# GPU(+CPU) version with NVIDIA cuVS (package built with CUDA 12.6)
4242
conda install -c pytorch -c rapidsai -c rapidsai-nightly -c conda-forge -c nvidia pytorch/label/nightly::faiss-gpu-cuvs 'cuda-version=12.6'

faiss/Index.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
#include <cstdio>
1717

1818
#define FAISS_VERSION_MAJOR 1
19-
#define FAISS_VERSION_MINOR 13
20-
#define FAISS_VERSION_PATCH 2
19+
#define FAISS_VERSION_MINOR 14
20+
#define FAISS_VERSION_PATCH 1
2121

2222
// Macro to combine the version components into a single string
2323
#ifndef FAISS_STRINGIFY

faiss/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"""
115115
setup(
116116
name="faiss",
117-
version="1.14.0",
117+
version="1.14.1",
118118
description="A library for efficient similarity search and clustering of dense vectors",
119119
long_description=long_description,
120120
long_description_content_type="text/plain",

0 commit comments

Comments
 (0)