Skip to content

Releases: FALCONN-LIB/FALCONN

version 1.3.1

14 Sep 22:12
Compare
Choose a tag to compare

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

22 Oct 20:42
Compare
Choose a tag to compare

This minor release fixes a bug in the bit packed hash table (see 646b8f0 and 6c0443b for details).

version 1.2.1

14 Oct 01:25
Compare
Choose a tag to compare

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

17 Mar 19:12
Compare
Choose a tag to compare
  • New, more memory-efficient inner tables
  • Multithreaded table setup
  • Performance improvements (no sorting of candidates)

version 1.1

16 Jan 17:26
Compare
Choose a tag to compare
  • 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

18 Jan 23:40
Compare
Choose a tag to compare

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.