Skip to content

Commit 19f7696

Browse files
mlomeli1facebook-github-bot
authored andcommitted
Updated changelog with implemented features for 1.7.3 release (#2564)
Summary: This PR adds the features that AbdelrahmanElmeniawy worked on during his internship and the speedups by alexanderguzhva in the CHANGELOG, ahead of the 1.7.3 release Pull Request resolved: #2564 Reviewed By: algoriddle Differential Revision: D41119343 Pulled By: mlomeli1 fbshipit-source-id: b41ce354440dea2a6f8f214bf6654ff453ef10e7
1 parent 771b1a8 commit 19f7696

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ the Facebook Faiss team. Feel free to add entries here if you submit a PR.
1717
- Support for fast accumulation of 4-bit LSQ and RQ
1818
- Added product additive quantization
1919
- Support per-query search parameters for many indexes + filtering by ids
20+
- write_VectorTransform and read_vectorTransform were added to the public API (by @AbdelrahmanElmeniawy)
21+
- Support for IDMap2 in index_factory by adding "IDMap2" to prefix or suffix of the input String (by @AbdelrahmanElmeniawy)
22+
- Support for merging all IndexFlatCodes descendants (by @AbdelrahmanElmeniawy)
23+
- Remove and merge features for IndexFastScan (by @AbdelrahmanElmeniawy)
24+
- Performance improvements: 1) specialized the AVX2 pieces of code speeding up certain hotspots, 2) specialized kernels for vector codecs (this can be found in faiss/cppcontrib)
25+
26+
27+
### Fixed
28+
- Fixed memory leak in OnDiskInvertedLists::do_mmap when the file is not closed (by @AbdelrahmanElmeniawy)
29+
- LSH correctly throws error for metric types other than METRIC_L2 (by @AbdelrahmanElmeniawy)
2030

2131
## [1.7.2] - 2021-12-15
2232
### Added

0 commit comments

Comments
 (0)