Releases: ComputationalPhysiology/cardiac-geometries
Releases · ComputationalPhysiology/cardiac-geometries
v1.1.0
What's Changed
- Move core package (i.e the meshing part) into
cardiac-geometries-core
, see @finsberg in #20 . This is to make it possible to use in FEniCSx as well. Some work has been started on this as well, see https://github.com/ComputationalPhysiology/cardiac-geometriesx - Add 2D axisymmetric lv ellipsoid see @finsberg in #21. The main motivation behind this is to get the example here to work. However, axisymmetric LV will be very useful for speeding up the computations.
Other changes (primarily for developers)
- Update pre-commit hooks to use
ruff
- Move from
setup.cfg
topyproject.toml
- Move from
bump2version
tobump-my-version
- AHA-zones will no longer be generated by default (this is primarily because this hasn't been implemented fro the 2D case yet)
Full Changelog: v0.11.1...v1.1.0