Skip to content

Releases: jmsgrogan/PyChaste

PyBind11 Migration

24 Sep 17:45
Compare
Choose a tag to compare

[3.4.3] - PyBind11 Migration

  • Cell generators no longer take cell lists as input and now return cell lists as output
  • Moved from Boost Python to PyBind11, Boost Python is no longer a dependency
  • Moved wrapper generation code from Py++ to cppwg
  • A C++11 compatible compiler is now required to build the Python modules
  • Remains up-to-date with the Chaste development branch
  • Minor tidying of tutorials, moving closer to PEP8