Faiss 1.5.3
Bugfixes:
- slow scanning of inverted lists (#836).
Features:
- add basic support for 6 new metrics in CPU
IndexFlatandIndexHNSW(#848); - add support for
IndexIDMap/IndexIDMap2with binary indexes (#780).
Misc:
- throw python exception for OOM (#758);
- make
DistanceComputeravailable for all random access indexes; - gradually moving from
longtoint64_tfor portability.