Investigate alternative Py bindings
Investigate alternatives to Swig, especially in view of callback function support for parameter distributions.
- pybind11/binder => not fully convinced, insufficient support for binder, concerns about speed and quality of error messages
- cppyy => first assessment in closed issue #548 (closed).
- Cython