You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardexpand all lines: CHANGELOG.md
+10
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,16 @@ the Facebook Faiss team. Feel free to add entries here if you submit a PR.
17
17
- Support for fast accumulation of 4-bit LSQ and RQ
18
18
- Added product additive quantization
19
19
- 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)
0 commit comments