Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-04-09 | 1.2 kB | |
v1.3.0 source code.tar.gz | 2022-04-09 | 4.6 MB | |
v1.3.0 source code.zip | 2022-04-09 | 4.6 MB | |
Totals: 3 Items | 9.2 MB | 2 |
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) (1153e77dab41161f91c1bdeece72650b0956317a)
* Added a CITATION.cff
file to make it easier to correctly cite eos
* Updated the __repr__
methods of some Python bindings a bit (9b8b3509e609be026f56d98073c2cb6699c55978)
* Replaced ExpressionModelType
None
with none
in Python to avoid clashing with Python's keyword None
(85d09d255da4d57817e0263a06aec0626ed38fed)
* Added a constructor to eos::core::Mesh
's Python bindings to make it more convenient to create a Mesh
object (b2f24a12123b0e2409c139cc5d991e3b2a326454)
* 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.