This release brings a few major changes in addition to fix 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.