Skip to content

Commit c656ffc

Browse files
chore: updating CHANGELOG for v0.3.0
1 parent de8be02 commit c656ffc

16 files changed

+93
-15
lines changed

doc/changelog.d/484.dependencies.md

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

doc/changelog.d/490.maintenance.md

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

doc/changelog.d/492.maintenance.md

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

doc/changelog.d/495.miscellaneous.md

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

doc/changelog.d/503.fixed.md

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

doc/changelog.d/505.fixed.md

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

doc/changelog.d/506.miscellaneous.md

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

doc/changelog.d/507.miscellaneous.md

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

doc/changelog.d/508.added.md

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

doc/changelog.d/509.dependencies.md

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

doc/changelog.d/510.dependencies.md

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

doc/changelog.d/512.miscellaneous.md

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

doc/changelog.d/514.documentation.md

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

doc/changelog.d/518.documentation.md

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

doc/changelog.d/522.documentation.md

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

doc/source/changelog.rst

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,99 @@ This document contains the release notes for the PySpeos project.
99
1010
.. towncrier release notes start
1111
12+
`0.3.0 <https://github.com/ansys/pyspeos/releases/tag/v0.3.0>`_ - March 28, 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+
* - provide a way for the user to limit number of threads
25+
- `#508 <https://github.com/ansys/pyspeos/pull/508>`_
26+
27+
28+
.. tab-item:: Dependencies
29+
30+
.. list-table::
31+
:header-rows: 0
32+
:widths: auto
33+
34+
* - bump pytest from 8.3.4 to 8.3.5
35+
- `#484 <https://github.com/ansys/pyspeos/pull/484>`_
36+
37+
* - bump the doc-deps group across 1 directory with 4 updates
38+
- `#509 <https://github.com/ansys/pyspeos/pull/509>`_
39+
40+
* - bump notebook from 7.3.2 to 7.3.3
41+
- `#510 <https://github.com/ansys/pyspeos/pull/510>`_
42+
43+
44+
.. tab-item:: Documentation
45+
46+
.. list-table::
47+
:header-rows: 0
48+
:widths: auto
49+
50+
* - fix 404 page when download example as python script
51+
- `#514 <https://github.com/ansys/pyspeos/pull/514>`_
52+
53+
* - add example assets button
54+
- `#518 <https://github.com/ansys/pyspeos/pull/518>`_
55+
56+
* - fix path to download assets
57+
- `#522 <https://github.com/ansys/pyspeos/pull/522>`_
58+
59+
60+
.. tab-item:: Fixed
61+
62+
.. list-table::
63+
:header-rows: 0
64+
:widths: auto
65+
66+
* - core layer loading a camera sensor
67+
- `#503 <https://github.com/ansys/pyspeos/pull/503>`_
68+
69+
* - doc: Adjust server launch command
70+
- `#505 <https://github.com/ansys/pyspeos/pull/505>`_
71+
72+
73+
.. tab-item:: Maintenance
74+
75+
.. list-table::
76+
:header-rows: 0
77+
:widths: auto
78+
79+
* - update CHANGELOG for v0.2.0
80+
- `#490 <https://github.com/ansys/pyspeos/pull/490>`_
81+
82+
* - update CHANGELOG for v0.2.1
83+
- `#492 <https://github.com/ansys/pyspeos/pull/492>`_
84+
85+
86+
.. tab-item:: Miscellaneous
87+
88+
.. list-table::
89+
:header-rows: 0
90+
:widths: auto
91+
92+
* - remove ruff E ignores
93+
- `#495 <https://github.com/ansys/pyspeos/pull/495>`_
94+
95+
* - remove ruff ignores F
96+
- `#506 <https://github.com/ansys/pyspeos/pull/506>`_
97+
98+
* - ruff n
99+
- `#507 <https://github.com/ansys/pyspeos/pull/507>`_
100+
101+
* - ruff TD002, TD003
102+
- `#512 <https://github.com/ansys/pyspeos/pull/512>`_
103+
104+
12105
`0.2.1 <https://github.com/ansys/pyspeos/releases/tag/v0.2.1>`_ - March 06, 2025
13106
================================================================================
14107

0 commit comments

Comments
 (0)