v1.3.0
This is a minor maintenance release, but with one important change, warranting the version push to 1.3.0 to not catch anyone off guard: The Eigen version in 3rdparty/ is updated from 3.3.4 to the latest 3.4.0.
Full release notes:
- Eigen version in
3rdparty/is updated from 3.3.4 to 3.4.0. The submodule now also uses the official Eigen gitlab.com URL. - Added a script to load the Liverpool-York Head Model (LYHM) (1153e77)
- Added a
CITATION.cfffile to make it easier to correctly cite eos - Updated the
__repr__methods of some Python bindings a bit (9b8b350) - Replaced
ExpressionModelTypeNonewithnonein Python to avoid clashing with Python's keywordNone(85d09d2) - Added a constructor to
eos::core::Mesh's Python bindings to make it more convenient to create aMeshobject (b2f24a1) - Updated pybind11 to 2.9.1
Note: It is quite likely that support for C++14 will be dropped in one of the future releases, and a C++17 compliant compiler will become the minimum requirement to use eos.