|
1 | | -## [0.15.1](https://github.com/ansys/pyaedt/releases/tag/v0.15.1) - March 13, 2025 |
2 | | - |
3 | | - |
4 | | -.. tab-set:: |
5 | | - |
6 | | - .. tab-item:: Fixed |
7 | | - |
8 | | - .. list-table:: |
9 | | - :header-rows: 0 |
10 | | - :widths: auto |
11 | | - |
12 | | - |
13 | | - * - Unstable test fix due to FilterSolutions DLL |
14 | | - - [#5843](https://github.com/ansys/pyaedt/pull/5843) |
15 | | - |
16 | | - * - Licensingclient path update for version 252 |
17 | | - - [#5854](https://github.com/ansys/pyaedt/pull/5854) |
18 | | - |
19 | | - .. tab-item:: Maintenance |
20 | | - |
21 | | - .. list-table:: |
22 | | - :header-rows: 0 |
23 | | - :widths: auto |
24 | | - |
25 | | - |
26 | | - * - Ensure bot uses upper case |
27 | | - - [#5899](https://github.com/ansys/pyaedt/pull/5899) |
28 | | - |
29 | | - * - Fix release workflow |
30 | | - - [#5900](https://github.com/ansys/pyaedt/pull/5900) |
31 | | - |
32 | | -## [0.15.1](https://github.com/ansys/pyaedt/releases/tag/v0.15.1) - March 12, 2025 |
33 | | - |
34 | | -No significant changes. |
35 | | -## [0.15.1](https://github.com/ansys/pyaedt/releases/tag/v0.15.1) - March 11, 2025 |
36 | | - |
37 | | - |
38 | | -.. tab-set:: |
39 | | - |
40 | | - .. tab-item:: Added |
41 | | - |
42 | | - .. list-table:: |
43 | | - :header-rows: 0 |
44 | | - :widths: auto |
45 | | - |
46 | | - |
47 | | - * - Identify port in get coupling in range |
48 | | - - [#5817](https://github.com/ansys/pyaedt/pull/5817) |
49 | | - |
50 | | - * - Add AEDT File Management tests |
51 | | - - [#5879](https://github.com/ansys/pyaedt/pull/5879) |
52 | | - |
53 | | - * - Add excitations by type for Circuit interface ports |
54 | | - - [#5880](https://github.com/ansys/pyaedt/pull/5880) |
55 | | - |
56 | | - .. tab-item:: Dependencies |
57 | | - |
58 | | - .. list-table:: |
59 | | - :header-rows: 0 |
60 | | - :widths: auto |
61 | | - |
62 | | - |
63 | | - * - update ipython requirement from <8.34,>=7.30.0 to >=7.30.0,<9.1 |
64 | | - - [#5884](https://github.com/ansys/pyaedt/pull/5884) |
65 | | - |
66 | | - * - update mock requirement from <5.2,>=5.1.0 to >=5.1.0,<5.3 |
67 | | - - [#5885](https://github.com/ansys/pyaedt/pull/5885) |
68 | | - |
69 | | - .. tab-item:: Documentation |
70 | | - |
71 | | - .. list-table:: |
72 | | - :header-rows: 0 |
73 | | - :widths: auto |
74 | | - |
75 | | - |
76 | | - * - Add the changelog feature |
77 | | - - [#5612](https://github.com/ansys/pyaedt/pull/5612) |
78 | | - |
79 | | - .. tab-item:: Fixed |
80 | | - |
81 | | - .. list-table:: |
82 | | - :header-rows: 0 |
83 | | - :widths: auto |
84 | | - |
85 | | - |
86 | | - * - Created a new visualization folder |
87 | | - - [#5881](https://github.com/ansys/pyaedt/pull/5881) |
88 | | - |
89 | | - * - Back compatibility with Example repository |
90 | | - - [#5888](https://github.com/ansys/pyaedt/pull/5888) |
91 | | - |
92 | | - * - Update imported traces to trace property |
93 | | - - [#5893](https://github.com/ansys/pyaedt/pull/5893) |
94 | | - |
95 | | - .. tab-item:: Maintenance |
96 | | - |
97 | | - .. list-table:: |
98 | | - :header-rows: 0 |
99 | | - :widths: auto |
100 | | - |
101 | | - |
102 | | - * - Remove nightly unit test pre-release |
103 | | - - [#5891](https://github.com/ansys/pyaedt/pull/5891) |
104 | | - |
105 | | - * - Add mandatory token to github release step |
106 | | - - [#5895](https://github.com/ansys/pyaedt/pull/5895) |
107 | | - |
108 | | - .. tab-item:: Miscellaneous |
109 | | - |
110 | | - .. list-table:: |
111 | | - :header-rows: 0 |
112 | | - :widths: auto |
113 | | - |
114 | | - |
115 | | - * - Pathlib refactor: circuit.py |
116 | | - - [#5842](https://github.com/ansys/pyaedt/pull/5842) |
117 | | - |
118 | 1 | # CHANGELOG |
119 | 2 |
|
120 | 3 | This project uses [towncrier](https://towncrier.readthedocs.io/) to generate changelogs. |
|
0 commit comments