Moved to PYBIND11 for wrapper generation, from the earlier Boost.Python wrappers. PYBIND11 is a header-only library that is much easier to install and has faster compile- and run-time performance than Boost.Python. Also dropped support for Python2 to reduce the maintenance overhead.