Skip to content

Commit 5fc28b4

Browse files
CHORE: update CHANGELOG for v0.16.1 (#6098)
1 parent 6319629 commit 5fc28b4

31 files changed

+136
-29
lines changed

doc/changelog.d/5892.miscellaneous.md

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

doc/changelog.d/5955.miscellaneous.md

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

doc/changelog.d/5981.maintenance.md

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

doc/changelog.d/5985.added.md

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

doc/changelog.d/5986.fixed.md

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

doc/changelog.d/5993.fixed.md

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

doc/changelog.d/5997.dependencies.md

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

doc/changelog.d/6002.dependencies.md

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

doc/changelog.d/6055.miscellaneous.md

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

doc/changelog.d/6065.maintenance.md

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

doc/changelog.d/6066.fixed.md

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

doc/changelog.d/6071.fixed.md

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

doc/changelog.d/6073.miscellaneous.md

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

doc/changelog.d/6075.fixed.md

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

doc/changelog.d/6076.added.md

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

doc/changelog.d/6077.added.md

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

doc/changelog.d/6078.documentation.md

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

doc/changelog.d/6079.fixed.md

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

doc/changelog.d/6081.dependencies.md

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

doc/changelog.d/6082.dependencies.md

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

doc/changelog.d/6083.fixed.md

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

doc/changelog.d/6084.documentation.md

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

doc/changelog.d/6086.added.md

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

doc/changelog.d/6088.fixed.md

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

doc/changelog.d/6089.added.md

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

doc/changelog.d/6091.fixed.md

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

doc/changelog.d/6092.fixed.md

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

doc/changelog.d/6094.maintenance.md

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

doc/changelog.d/6096.fixed.md

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

doc/changelog.d/6098.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
update CHANGELOG for v0.16.1

doc/source/changelog.rst

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,141 @@ This document contains the release notes for the project.
99
1010
.. towncrier release notes start
1111
12+
`0.16.1 <https://github.com/ansys/pyaedt/releases/tag/v0.16.1>`_ - May 01, 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+
* - Added DUT Image to the Compliance report
25+
- `#5985 <https://github.com/ansys/pyaedt/pull/5985>`_
26+
27+
* - improved pdf image management
28+
- `#6076 <https://github.com/ansys/pyaedt/pull/6076>`_
29+
30+
* - Add assignment argument to plane wave
31+
- `#6077 <https://github.com/ansys/pyaedt/pull/6077>`_
32+
33+
* - args deprecation decorator
34+
- `#6086 <https://github.com/ansys/pyaedt/pull/6086>`_
35+
36+
* - Add Version manager to main panels
37+
- `#6089 <https://github.com/ansys/pyaedt/pull/6089>`_
38+
39+
40+
.. tab-item:: Dependencies
41+
42+
.. list-table::
43+
:header-rows: 0
44+
:widths: auto
45+
46+
* - Update install targets and dependencies
47+
- `#5997 <https://github.com/ansys/pyaedt/pull/5997>`_
48+
49+
* - Temporary add bound to wheel
50+
- `#6002 <https://github.com/ansys/pyaedt/pull/6002>`_
51+
52+
* - bump actions/setup-python from 5.5.0 to 5.6.0
53+
- `#6081 <https://github.com/ansys/pyaedt/pull/6081>`_
54+
55+
* - bump actions/download-artifact from 4.2.1 to 4.3.0
56+
- `#6082 <https://github.com/ansys/pyaedt/pull/6082>`_
57+
58+
59+
.. tab-item:: Documentation
60+
61+
.. list-table::
62+
:header-rows: 0
63+
:widths: auto
64+
65+
* - Update priority level in doctree removal
66+
- `#6078 <https://github.com/ansys/pyaedt/pull/6078>`_
67+
68+
* - Update ``CONTRIBUTORS.md`` with the latest contributors
69+
- `#6084 <https://github.com/ansys/pyaedt/pull/6084>`_
70+
71+
72+
.. tab-item:: Fixed
73+
74+
.. list-table::
75+
:header-rows: 0
76+
:widths: auto
77+
78+
* - Improve robustness of field summary dictionary to DataFrame conversion
79+
- `#5986 <https://github.com/ansys/pyaedt/pull/5986>`_
80+
81+
* - Copy Design #5623
82+
- `#5993 <https://github.com/ansys/pyaedt/pull/5993>`_
83+
84+
* - fix extension manager + add missing icon fields distribution
85+
- `#6066 <https://github.com/ansys/pyaedt/pull/6066>`_
86+
87+
* - Return value of download_icepak_3d_component
88+
- `#6071 <https://github.com/ansys/pyaedt/pull/6071>`_
89+
90+
* - Return value of download_multiparts
91+
- `#6075 <https://github.com/ansys/pyaedt/pull/6075>`_
92+
93+
* - Speedup extension cutout
94+
- `#6079 <https://github.com/ansys/pyaedt/pull/6079>`_
95+
96+
* - Only force download file if specified
97+
- `#6083 <https://github.com/ansys/pyaedt/pull/6083>`_
98+
99+
* - Fix locale error that happens after matplotlib plot is created
100+
- `#6088 <https://github.com/ansys/pyaedt/pull/6088>`_
101+
102+
* - Remove dummy project fixture
103+
- `#6091 <https://github.com/ansys/pyaedt/pull/6091>`_
104+
105+
* - Schematic name argument optional in edit_external_circuit method
106+
- `#6092 <https://github.com/ansys/pyaedt/pull/6092>`_
107+
108+
* - Added some improvement to VirtualCompliance class
109+
- `#6096 <https://github.com/ansys/pyaedt/pull/6096>`_
110+
111+
112+
.. tab-item:: Maintenance
113+
114+
.. list-table::
115+
:header-rows: 0
116+
:widths: auto
117+
118+
* - update CHANGELOG for v0.15.3
119+
- `#5981 <https://github.com/ansys/pyaedt/pull/5981>`_
120+
121+
* - update CHANGELOG for v0.15.6
122+
- `#6065 <https://github.com/ansys/pyaedt/pull/6065>`_
123+
124+
* - Update package metadata license (PEP 639)
125+
- `#6094 <https://github.com/ansys/pyaedt/pull/6094>`_
126+
127+
128+
.. tab-item:: Miscellaneous
129+
130+
.. list-table::
131+
:header-rows: 0
132+
:widths: auto
133+
134+
* - Improve API and security in Desktop
135+
- `#5892 <https://github.com/ansys/pyaedt/pull/5892>`_
136+
137+
* - split post_common_3d.py application
138+
- `#5955 <https://github.com/ansys/pyaedt/pull/5955>`_
139+
140+
* - Add examples folder and rework download logic
141+
- `#6055 <https://github.com/ansys/pyaedt/pull/6055>`_
142+
143+
* - Refactor virtual compliance class
144+
- `#6073 <https://github.com/ansys/pyaedt/pull/6073>`_
145+
146+
12147
`0.15.6 <https://github.com/ansys/pyaedt/releases/tag/v0.15.6>`_ - April 22, 2025
13148
=================================================================================
14149

0 commit comments

Comments
 (0)