Skip to content
v0.2.1

Fixes:
* One may specify python module directory in CMake if needed.
* Code coverage is now disabled by default to prevent static-link
  errors.

Features:
* NBTP command line utility now supports reading from standard input.
  This allows one to do `cat map_0.dat | gunzip | nbtp-cli -`.

???:
* C++ standard is raised to C++20.