Skip to content

version 1.3.1

Latest
Compare
Choose a tag to compare
@ilyaraz ilyaraz released this 14 Sep 22:12
· 62 commits to master since this release

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.