@@ -7,6 +7,159 @@ Release notes
77
88.. towncrier release notes start
99
10+ `0.14.1 <https://github.com/ansys/pyansys-heart/releases/tag/v0.14.1 >`_ (July 30, 2025)
11+ =======================================================================================
12+
13+ .. tab-set ::
14+
15+
16+ .. tab-item :: Added
17+
18+ .. list-table ::
19+ :header-rows: 0
20+ :widths: auto
21+
22+ * - add purkinje myocardium junction
23+ - `#1130 <https://github.com/ansys/pyansys-heart/pull/1130 >`_
24+
25+ * - Refactor and improve zerop post
26+ - `#1166 <https://github.com/ansys/pyansys-heart/pull/1166 >`_
27+
28+
29+ .. tab-item :: Fixed
30+
31+ .. list-table ::
32+ :header-rows: 0
33+ :widths: auto
34+
35+ * - Improve surface id check in cavity creation
36+ - `#959 <https://github.com/ansys/pyansys-heart/pull/959 >`_
37+
38+ * - Fixes for pyvista 0.45 compatibility
39+ - `#1063 <https://github.com/ansys/pyansys-heart/pull/1063 >`_
40+
41+ * - Assign unique surface ids to cavities and patches
42+ - `#1156 <https://github.com/ansys/pyansys-heart/pull/1156 >`_
43+
44+ * - Purkinje on ventricle base
45+ - `#1162 <https://github.com/ansys/pyansys-heart/pull/1162 >`_
46+
47+ * - Atrial ventricular isolation
48+ - `#1164 <https://github.com/ansys/pyansys-heart/pull/1164 >`_
49+
50+ * - Fix issues introduced by refactoring post processing of stress free results
51+ - `#1167 <https://github.com/ansys/pyansys-heart/pull/1167 >`_
52+
53+
54+ .. tab-item :: Documentation
55+
56+ .. list-table ::
57+ :header-rows: 0
58+ :widths: auto
59+
60+ * - Add examples for a user-defined conduction system
61+ - `#1132 <https://github.com/ansys/pyansys-heart/pull/1132 >`_
62+
63+ * - Remove reference to wsl in all examples
64+ - `#1157 <https://github.com/ansys/pyansys-heart/pull/1157 >`_
65+
66+ * - Update prerequisites to include 2025 r2
67+ - `#1175 <https://github.com/ansys/pyansys-heart/pull/1175 >`_
68+
69+
70+ .. tab-item :: Dependencies
71+
72+ .. list-table ::
73+ :header-rows: 0
74+ :widths: auto
75+
76+ * - update numpy requirement from <=2.2.5 to <=2.2.6
77+ - `#1115 <https://github.com/ansys/pyansys-heart/pull/1115 >`_
78+
79+ * - bump ansys-sphinx-theme[autoapi] from 1.4.4 to 1.5.1 in the docs-deps group
80+ - `#1128 <https://github.com/ansys/pyansys-heart/pull/1128 >`_
81+
82+ * - bump pytest from 8.3.5 to 8.4.0
83+ - `#1134 <https://github.com/ansys/pyansys-heart/pull/1134 >`_
84+
85+ * - Bump pytest-cov from 6.1.1 to 6.2.1
86+ - `#1143 <https://github.com/ansys/pyansys-heart/pull/1143 >`_
87+
88+ * - Bump pytest from 8.4.0 to 8.4.1
89+ - `#1151 <https://github.com/ansys/pyansys-heart/pull/1151 >`_
90+
91+ * - Bump trame-vtk from 2.8.17 to 2.9.0
92+ - `#1158 <https://github.com/ansys/pyansys-heart/pull/1158 >`_
93+
94+ * - Relax httpx version
95+ - `#1181 <https://github.com/ansys/pyansys-heart/pull/1181 >`_
96+
97+
98+ .. tab-item :: Maintenance
99+
100+ .. list-table ::
101+ :header-rows: 0
102+ :widths: auto
103+
104+ * - update CHANGELOG for v0.13.0
105+ - `#1111 <https://github.com/ansys/pyansys-heart/pull/1111 >`_
106+
107+ * - bump version
108+ - `#1113 <https://github.com/ansys/pyansys-heart/pull/1113 >`_
109+
110+ * - bump ansys/actions from 9.0.2 to 9.0.9 in the actions group
111+ - `#1114 <https://github.com/ansys/pyansys-heart/pull/1114 >`_
112+
113+ * - update CHANGELOG for v0.13.1
114+ - `#1118 <https://github.com/ansys/pyansys-heart/pull/1118 >`_
115+
116+ * - update CHANGELOG for v0.13.2
117+ - `#1121 <https://github.com/ansys/pyansys-heart/pull/1121 >`_
118+
119+ * - bump the actions group with 2 updates
120+ - `#1126 <https://github.com/ansys/pyansys-heart/pull/1126 >`_
121+
122+ * - Bump ansys/actions from 9.0.11 to 10.0.8 in the actions group
123+ - `#1135 <https://github.com/ansys/pyansys-heart/pull/1135 >`_
124+
125+ * - Update changelog for v0.13.3
126+ - `#1145 <https://github.com/ansys/pyansys-heart/pull/1145 >`_
127+
128+ * - Bump the actions group across 1 directory with 2 updates
129+ - `#1152 <https://github.com/ansys/pyansys-heart/pull/1152 >`_
130+
131+ * - Use monkeypatch to set environment variables in tests
132+ - `#1155 <https://github.com/ansys/pyansys-heart/pull/1155 >`_
133+
134+ * - Use dpf 25r2 for all ci/cd workflows
135+ - `#1171 <https://github.com/ansys/pyansys-heart/pull/1171 >`_
136+
137+ * - Fluent 25r2 image compatibility for ci workflows
138+ - `#1173 <https://github.com/ansys/pyansys-heart/pull/1173 >`_, `#1174 <https://github.com/ansys/pyansys-heart/pull/1174 >`_
139+
140+
141+ .. tab-item :: Miscellaneous
142+
143+ .. list-table ::
144+ :header-rows: 0
145+ :widths: auto
146+
147+ * - refactor part for maintainability
148+ - `#1106 <https://github.com/ansys/pyansys-heart/pull/1106 >`_
149+
150+ * - refactor and cleanup models.py
151+ - `#1124 <https://github.com/ansys/pyansys-heart/pull/1124 >`_
152+
153+ * - refactor and cleanup parts
154+ - `#1127 <https://github.com/ansys/pyansys-heart/pull/1127 >`_
155+
156+ * - Refactor save/load model
157+ - `#1148 <https://github.com/ansys/pyansys-heart/pull/1148 >`_
158+
159+ * - Deprecate element_ids attribute in part class
160+ - `#1150 <https://github.com/ansys/pyansys-heart/pull/1150 >`_
161+
162+
10163`0.13.3 <https://github.com/ansys/pyansys-heart/releases/tag/v0.13.3 >`_ (June 17, 2025)
11164=======================================================================================
12165
0 commit comments