Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 479 Bytes

CHANGELOG.md

File metadata and controls

12 lines (9 loc) · 479 Bytes

Changelog

[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

[3.4.2] - First Release