Skip to content

Commit 8295dd2

Browse files
chore: updating CHANGELOG for v0.32.dev0
1 parent 79f6710 commit 8295dd2

31 files changed

+124
-30
lines changed

doc/changelog.d/3872.added.md

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

doc/changelog.d/3919.added.md

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

doc/changelog.d/3944.fixed.md

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

doc/changelog.d/3962.documentation.md

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

doc/changelog.d/3964.documentation.md

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

doc/changelog.d/3966.documentation.md

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

doc/changelog.d/3974.maintenance.md

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

doc/changelog.d/3977.maintenance.md

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

doc/changelog.d/3978.maintenance.md

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

doc/changelog.d/3981.maintenance.md

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

doc/changelog.d/3982.maintenance.md

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

doc/changelog.d/3984.maintenance.md

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

doc/changelog.d/3986.maintenance.md

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

doc/changelog.d/3988.added.md

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

doc/changelog.d/3994.fixed.md

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

doc/changelog.d/3995.maintenance.md

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

doc/changelog.d/3996.fixed.md

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

doc/changelog.d/4001.documentation.md

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

doc/changelog.d/4003.fixed.md

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

doc/changelog.d/4007.documentation.md

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

doc/changelog.d/4013.documentation.md

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

doc/changelog.d/4015.added.md

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

doc/changelog.d/4016.maintenance.md

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

doc/changelog.d/4018.maintenance.md

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

doc/changelog.d/4021.fixed.md

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

doc/changelog.d/4024.added.md

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

doc/changelog.d/4025.documentation.md

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

doc/changelog.d/4029.maintenance.md

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

doc/changelog.d/4031.test.md

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

doc/changelog.d/4033.added.md

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

doc/source/changelog.rst

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,130 @@ This document contains the release notes for the project.
99
1010
.. towncrier release notes start
1111
12+
`0.32.dev0 <https://github.com/ansys/pyfluent/releases/tag/v0.32.dev0>`_ - May 22, 2025
13+
=======================================================================================
14+
15+
.. tab-set::
16+
17+
18+
.. tab-item:: Added
19+
20+
.. list-table::
21+
:header-rows: 0
22+
:widths: auto
23+
24+
* - Docker compose support
25+
- `#3872 <https://github.com/ansys/pyfluent/pull/3872>`_
26+
27+
* - Update launch function API design
28+
- `#3919 <https://github.com/ansys/pyfluent/pull/3919>`_
29+
30+
* - physical quantities baseline code
31+
- `#3988 <https://github.com/ansys/pyfluent/pull/3988>`_
32+
33+
* - physical quantities 2
34+
- `#4015 <https://github.com/ansys/pyfluent/pull/4015>`_
35+
36+
* - Check if fluent exe exists in AWP_ROOT path while determining the Fluent version to launch
37+
- `#4024 <https://github.com/ansys/pyfluent/pull/4024>`_
38+
39+
* - Extend use of VariableCatalog
40+
- `#4033 <https://github.com/ansys/pyfluent/pull/4033>`_
41+
42+
43+
.. tab-item:: Fixed
44+
45+
.. list-table::
46+
:header-rows: 0
47+
:widths: auto
48+
49+
* - manual stage for add-license-header [skip tests]
50+
- `#3944 <https://github.com/ansys/pyfluent/pull/3944>`_
51+
52+
* - Handle exceptions from third-party libraries during docker call
53+
- `#3994 <https://github.com/ansys/pyfluent/pull/3994>`_
54+
55+
* - Fix server-side error in builtin settings objects
56+
- `#3996 <https://github.com/ansys/pyfluent/pull/3996>`_
57+
58+
* - Improve subprocess.Popen handling
59+
- `#4003 <https://github.com/ansys/pyfluent/pull/4003>`_
60+
61+
* - Decorator warning message
62+
- `#4021 <https://github.com/ansys/pyfluent/pull/4021>`_
63+
64+
65+
.. tab-item:: Documentation
66+
67+
.. list-table::
68+
:header-rows: 0
69+
:widths: auto
70+
71+
* - Update meshing doc after switching to solver
72+
- `#3962 <https://github.com/ansys/pyfluent/pull/3962>`_
73+
74+
* - Update ``CONTRIBUTORS.md`` with the latest contributors
75+
- `#3964 <https://github.com/ansys/pyfluent/pull/3964>`_, `#4013 <https://github.com/ansys/pyfluent/pull/4013>`_
76+
77+
* - Adding Mixing Tank Example [skip tests]
78+
- `#3966 <https://github.com/ansys/pyfluent/pull/3966>`_
79+
80+
* - Add Docker and Podman compose docs [skip tests]
81+
- `#4001 <https://github.com/ansys/pyfluent/pull/4001>`_
82+
83+
* - Show deprecated APIs
84+
- `#4007 <https://github.com/ansys/pyfluent/pull/4007>`_
85+
86+
* - use variable catalog
87+
- `#4025 <https://github.com/ansys/pyfluent/pull/4025>`_
88+
89+
90+
.. tab-item:: Maintenance
91+
92+
.. list-table::
93+
:header-rows: 0
94+
:widths: auto
95+
96+
* - update CHANGELOG for v0.31.dev1
97+
- `#3974 <https://github.com/ansys/pyfluent/pull/3974>`_
98+
99+
* - Fix code style [skip tests]
100+
- `#3977 <https://github.com/ansys/pyfluent/pull/3977>`_, `#3978 <https://github.com/ansys/pyfluent/pull/3978>`_
101+
102+
* - update CHANGELOG for v0.30.5
103+
- `#3981 <https://github.com/ansys/pyfluent/pull/3981>`_
104+
105+
* - Update error message for attribute errors from Solver.
106+
- `#3982 <https://github.com/ansys/pyfluent/pull/3982>`_
107+
108+
* - Search for undocumented fields in codebase
109+
- `#3984 <https://github.com/ansys/pyfluent/pull/3984>`_
110+
111+
* - v0.30.5 changelog [skip tests]
112+
- `#3986 <https://github.com/ansys/pyfluent/pull/3986>`_
113+
114+
* - Add a file describing the columns of field_level_help.csv
115+
- `#3995 <https://github.com/ansys/pyfluent/pull/3995>`_
116+
117+
* - Refactor settings_root
118+
- `#4016 <https://github.com/ansys/pyfluent/pull/4016>`_
119+
120+
* - Minor improvements.
121+
- `#4018 <https://github.com/ansys/pyfluent/pull/4018>`_
122+
123+
* - Fix datatype in field_level_help.csv [skip tests]
124+
- `#4029 <https://github.com/ansys/pyfluent/pull/4029>`_
125+
126+
127+
.. tab-item:: Test
128+
129+
.. list-table::
130+
:header-rows: 0
131+
:widths: auto
132+
133+
* - Update test w.r.t. recent exposure flag changes in data-model.
134+
- `#4031 <https://github.com/ansys/pyfluent/pull/4031>`_
135+
12136

13137
`0.31.dev1 <https://github.com/ansys/pyfluent/releases/tag/v0.31.dev1>`_ - April 29, 2025
14138
=========================================================================================

0 commit comments

Comments
 (0)