Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
180 changes: 180 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,186 @@ Release notes

.. towncrier release notes start

`0.15.0 <https://github.com/ansys/pyansys-heart/releases/tag/v0.15.0>`_ (November 06, 2025)
===========================================================================================

.. tab-set::


.. tab-item:: Added

.. list-table::
:header-rows: 0
:widths: auto

* - Add right atrium appendage landmarks
- `#1202 <https://github.com/ansys/pyansys-heart/pull/1202>`_

* - Use pydantic for materials
- `#1233 <https://github.com/ansys/pyansys-heart/pull/1233>`_

* - Allow unknown caps in model
- `#1261 <https://github.com/ansys/pyansys-heart/pull/1261>`_

* - Rework ventricular fiber settings
- `#1264 <https://github.com/ansys/pyansys-heart/pull/1264>`_


.. tab-item:: Fixed

.. list-table::
:header-rows: 0
:widths: auto

* - Import of LaunchMode
- `#1208 <https://github.com/ansys/pyansys-heart/pull/1208>`_

* - Fix ansys-fluent-core
- `#1210 <https://github.com/ansys/pyansys-heart/pull/1210>`_

* - Improve subprocess
- `#1211 <https://github.com/ansys/pyansys-heart/pull/1211>`_

* - D-RBM fiber generation
- `#1227 <https://github.com/ansys/pyansys-heart/pull/1227>`_

* - Missing conduction system for biventricle models
- `#1231 <https://github.com/ansys/pyansys-heart/pull/1231>`_

* - Link-check for ansys downloads
- `#1247 <https://github.com/ansys/pyansys-heart/pull/1247>`_


.. tab-item:: Documentation

.. list-table::
:header-rows: 0
:widths: auto

* - Update ``contributors.md`` with the latest contributors
- `#1190 <https://github.com/ansys/pyansys-heart/pull/1190>`_

* - Update LICENSE and AUTHORS file
- `#1199 <https://github.com/ansys/pyansys-heart/pull/1199>`_

* - Update docstrings of settings
- `#1267 <https://github.com/ansys/pyansys-heart/pull/1267>`_

* - Standardize docstrings
- `#1268 <https://github.com/ansys/pyansys-heart/pull/1268>`_

* - Standardization of docstrings
- `#1271 <https://github.com/ansys/pyansys-heart/pull/1271>`_


.. tab-item:: Dependencies

.. list-table::
:header-rows: 0
:widths: auto

* - Exclude vtk 9.4
- `#1180 <https://github.com/ansys/pyansys-heart/pull/1180>`_

* - Bump trame-vtk from 2.9.0 to 2.9.1
- `#1191 <https://github.com/ansys/pyansys-heart/pull/1191>`_

* - Relax ansys-dpf-core dep
- `#1201 <https://github.com/ansys/pyansys-heart/pull/1201>`_

* - Bump lower limit of ansys-fluent-core to 0.34.2
- `#1214 <https://github.com/ansys/pyansys-heart/pull/1214>`_

* - Bump pytest from 8.4.1 to 8.4.2
- `#1228 <https://github.com/ansys/pyansys-heart/pull/1228>`_

* - Bump pytest-cov from 6.2.1 to 7.0.0
- `#1237 <https://github.com/ansys/pyansys-heart/pull/1237>`_

* - Bump trame-vtk from 2.9.1 to 2.10.0
- `#1253 <https://github.com/ansys/pyansys-heart/pull/1253>`_


.. tab-item:: Maintenance

.. list-table::
:header-rows: 0
:widths: auto

* - Update changelog for v0.14.0
- `#1177 <https://github.com/ansys/pyansys-heart/pull/1177>`_

* - Bump dev version to 0.15dev0
- `#1179 <https://github.com/ansys/pyansys-heart/pull/1179>`_

* - Update changelog for v0.14.1
- `#1183 <https://github.com/ansys/pyansys-heart/pull/1183>`_

* - Bump the actions group with 2 updates
- `#1192 <https://github.com/ansys/pyansys-heart/pull/1192>`_, `#1235 <https://github.com/ansys/pyansys-heart/pull/1235>`_

* - Update CHANGELOG for v0.14.2
- `#1200 <https://github.com/ansys/pyansys-heart/pull/1200>`_

* - Bump the actions group with 3 updates
- `#1204 <https://github.com/ansys/pyansys-heart/pull/1204>`_

* - Add security jobs
- `#1213 <https://github.com/ansys/pyansys-heart/pull/1213>`_

* - Update CHANGELOG for v0.14.3
- `#1225 <https://github.com/ansys/pyansys-heart/pull/1225>`_

* - Bump the actions group across 1 directory with 5 updates
- `#1230 <https://github.com/ansys/pyansys-heart/pull/1230>`_

* - Bump ansys/actions from 10.1.0 to 10.1.2 in the actions group
- `#1248 <https://github.com/ansys/pyansys-heart/pull/1248>`_

* - Ensure consistent isort behavior between ruff and pre-commit
- `#1251 <https://github.com/ansys/pyansys-heart/pull/1251>`_

* - Use index-url on vtk-osmesa
- `#1255 <https://github.com/ansys/pyansys-heart/pull/1255>`_


.. tab-item:: Miscellaneous

.. list-table::
:header-rows: 0
:widths: auto

* - Improve try except pass
- `#1209 <https://github.com/ansys/pyansys-heart/pull/1209>`_

* - Refactor objects.py for maintainability
- `#1216 <https://github.com/ansys/pyansys-heart/pull/1216>`_

* - Landmark management
- `#1217 <https://github.com/ansys/pyansys-heart/pull/1217>`_

* - Use pydantic-based modules for materials
- `#1242 <https://github.com/ansys/pyansys-heart/pull/1242>`_

* - Use pydantic-based materials module
- `#1244 <https://github.com/ansys/pyansys-heart/pull/1244>`_

* - Add a material factory module
- `#1246 <https://github.com/ansys/pyansys-heart/pull/1246>`_

* - Simplify default material models
- `#1256 <https://github.com/ansys/pyansys-heart/pull/1256>`_

* - Remove material settings from settings class
- `#1257 <https://github.com/ansys/pyansys-heart/pull/1257>`_

* - Use pydantic for the settings module
- `#1259 <https://github.com/ansys/pyansys-heart/pull/1259>`_

* - Cleanup test structure
- `#1262 <https://github.com/ansys/pyansys-heart/pull/1262>`_


`0.14.3 <https://github.com/ansys/pyansys-heart/releases/tag/v0.14.3>`_ (August 28, 2025)
=========================================================================================

Expand Down
1 change: 0 additions & 1 deletion doc/source/changelog/1177.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1179.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1180.dependencies.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1183.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1190.documentation.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1191.dependencies.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1192.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1199.documentation.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1200.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1201.dependencies.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1202.added.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1204.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1208.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1209.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1210.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1211.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1213.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1214.dependencies.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1216.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1217.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1225.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1227.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1228.dependencies.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1230.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1231.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1233.added.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1235.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1237.dependencies.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1242.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1244.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1246.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1247.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1248.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1251.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1253.dependencies.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1255.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1256.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1257.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1259.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1261.added.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1262.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1264.added.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1267.documentation.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1268.documentation.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/changelog/1271.documentation.md

This file was deleted.

1 change: 1 addition & 0 deletions doc/source/changelog/1272.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update CHANGELOG for v0.15.0
Loading