Releases: FALCONN-LIB/FALCONN
Releases · FALCONN-LIB/FALCONN
version 1.3.1
This release brings a few major changes in addition to fixing several minor bugs:
- Python wrapper now uses pybind11 instead of SWIG, which makes it way more portable.
- We decouple query objects from the rest of the data structure. This allows to query the data structure from several threads. As a result, both C++ and Python APIs have been updated.
version 1.2.2
version 1.2.1
The main point of this minor release is to fix the version of swig
used for the PyPi package. However, along the way, we made several minor fixes to documentation and updated the versions of external libraries.
version 1.2
- New, more memory-efficient inner tables
- Multithreaded table setup
- Performance improvements (no sorting of candidates)
version 1.1
- Added a Python wrapper (together with docs)
- Created a pypi package (can be readily installed via
pip install FALCONN
) - Fixed a couple of bugs
version 1.0
First version of FALCONN!
This release contains the core C++ library with a convenient C++ wrapper interface. We have implemented hyperplane and cross-polytope LSH (both with multiprobe) for dense and sparse data.