Skip to content

Commit 4a29fef

Browse files
chore: update CHANGELOG for v0.14.2 (#1200)
1 parent b8c4dbe commit 4a29fef

File tree

9 files changed

+24
-9
lines changed

9 files changed

+24
-9
lines changed

doc/source/changelog.rst

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ 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-
=======================================================================================
10+
`0.14.2 <https://github.com/ansys/pyansys-heart/releases/tag/v0.14.2>`_ (August 08, 2025)
11+
=========================================================================================
1212

1313
.. tab-set::
1414

@@ -25,6 +25,9 @@ Release notes
2525
* - Refactor and improve zerop post
2626
- `#1166 <https://github.com/ansys/pyansys-heart/pull/1166>`_
2727

28+
* - Support pim fluent launch mode
29+
- `#1188 <https://github.com/ansys/pyansys-heart/pull/1188>`_
30+
2831

2932
.. tab-item:: Fixed
3033

@@ -50,6 +53,9 @@ Release notes
5053
* - Fix issues introduced by refactoring post processing of stress free results
5154
- `#1167 <https://github.com/ansys/pyansys-heart/pull/1167>`_
5255

56+
* - Missing input files when Fluent is launched in PIM Mode
57+
- `#1189 <https://github.com/ansys/pyansys-heart/pull/1189>`_
58+
5359

5460
.. tab-item:: Documentation
5561

@@ -94,6 +100,9 @@ Release notes
94100
* - Relax httpx version
95101
- `#1181 <https://github.com/ansys/pyansys-heart/pull/1181>`_
96102

103+
* - Avoid ansys-dpf-core 0.14.0
104+
- `#1198 <https://github.com/ansys/pyansys-heart/pull/1198>`_
105+
97106

98107
.. tab-item:: Maintenance
99108

@@ -159,6 +168,18 @@ Release notes
159168
* - Deprecate element_ids attribute in part class
160169
- `#1150 <https://github.com/ansys/pyansys-heart/pull/1150>`_
161170

171+
* - Improve error handling
172+
- `#1193 <https://github.com/ansys/pyansys-heart/pull/1193>`_
173+
174+
* - Improve unpacking tarball
175+
- `#1194 <https://github.com/ansys/pyansys-heart/pull/1194>`_
176+
177+
* - Improve calls to subprocess
178+
- `#1195 <https://github.com/ansys/pyansys-heart/pull/1195>`_
179+
180+
* - Replace exit by exceptions
181+
- `#1197 <https://github.com/ansys/pyansys-heart/pull/1197>`_
182+
162183

163184
`0.13.3 <https://github.com/ansys/pyansys-heart/releases/tag/v0.13.3>`_ (June 17, 2025)
164185
=======================================================================================

doc/source/changelog/1188.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/source/changelog/1189.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/source/changelog/1193.miscellaneous.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/source/changelog/1194.miscellaneous.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/source/changelog/1195.miscellaneous.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/source/changelog/1197.miscellaneous.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/source/changelog/1198.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update CHANGELOG for v0.14.2

0 commit comments

Comments
 (0)