====
Released 2022-04-06
* Features:
- Removes dependency on nlohmann::json. The JSON dependency is intended to
speed up serialization. The Python-native JSON serializer is implemented in
C under the hood, and should be better able to avoid casual
copy-conversions of arguments and results.
- Adds Python test framework. The test framework is a starting point (it does not exercise unhappy
paths or argument variations right now.)