Skip to content

Commit 73279ec

Browse files
chore: updating CHANGELOG for v0.5.0
1 parent ae83469 commit 73279ec

31 files changed

+129
-30
lines changed

doc/changelog.d/500.dependencies.md

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

doc/changelog.d/551.added.md

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

doc/changelog.d/552.maintenance.md

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

doc/changelog.d/558.maintenance.md

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

doc/changelog.d/559.maintenance.md

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

doc/changelog.d/560.maintenance.md

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

doc/changelog.d/562.dependencies.md

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

doc/changelog.d/563.dependencies.md

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

doc/changelog.d/564.miscellaneous.md

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

doc/changelog.d/566.dependencies.md

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

doc/changelog.d/567.maintenance.md

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

doc/changelog.d/568.documentation.md

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

doc/changelog.d/570.fixed.md

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

doc/changelog.d/571.dependencies.md

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

doc/changelog.d/572.documentation.md

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

doc/changelog.d/573.maintenance.md

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

doc/changelog.d/574.maintenance.md

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

doc/changelog.d/576.documentation.md

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

doc/changelog.d/577.maintenance.md

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

doc/changelog.d/578.maintenance.md

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

doc/changelog.d/579.fixed.md

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

doc/changelog.d/580.documentation.md

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

doc/changelog.d/581.added.md

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

doc/changelog.d/582.maintenance.md

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

doc/changelog.d/584.dependencies.md

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

doc/changelog.d/585.maintenance.md

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

doc/changelog.d/587.dependencies.md

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

doc/changelog.d/590.maintenance.md

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

doc/changelog.d/591.maintenance.md

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

doc/changelog.d/596.maintenance.md

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

doc/source/changelog.rst

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,135 @@ This document contains the release notes for the PySpeos project.
99
1010
.. towncrier release notes start
1111
12+
`0.5.0 <https://github.com/ansys/pyspeos/releases/tag/v0.5.0>`_ - May 26, 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+
* - geopath property
25+
- `#551 <https://github.com/ansys/pyspeos/pull/551>`_
26+
27+
* - bsdf
28+
- `#581 <https://github.com/ansys/pyspeos/pull/581>`_
29+
30+
31+
.. tab-item:: Dependencies
32+
33+
.. list-table::
34+
:header-rows: 0
35+
:widths: auto
36+
37+
* - update protobuf requirement from <6,>=3.20 to >=3.20,<7 in the grpc-deps group
38+
- `#500 <https://github.com/ansys/pyspeos/pull/500>`_
39+
40+
* - update pyvista requirement from <0.45,>=0.40.0 to >=0.40.0,<0.46
41+
- `#562 <https://github.com/ansys/pyspeos/pull/562>`_
42+
43+
* - update pyvista[jupyter] requirement from <0.45,>=0.43 to >=0.43,<0.46
44+
- `#563 <https://github.com/ansys/pyspeos/pull/563>`_
45+
46+
* - bump notebook from 7.3.3 to 7.4.1
47+
- `#566 <https://github.com/ansys/pyspeos/pull/566>`_
48+
49+
* - bump the doc-deps group across 1 directory with 2 updates
50+
- `#571 <https://github.com/ansys/pyspeos/pull/571>`_
51+
52+
* - bump notebook from 7.4.1 to 7.4.2 in the jupyter-deps group
53+
- `#584 <https://github.com/ansys/pyspeos/pull/584>`_
54+
55+
* - bump the doc-deps group across 1 directory with 3 updates
56+
- `#587 <https://github.com/ansys/pyspeos/pull/587>`_
57+
58+
59+
.. tab-item:: Documentation
60+
61+
.. list-table::
62+
:header-rows: 0
63+
:widths: auto
64+
65+
* - Update ``CONTRIBUTORS.md`` with the latest contributors
66+
- `#568 <https://github.com/ansys/pyspeos/pull/568>`_
67+
68+
* - improve project example
69+
- `#572 <https://github.com/ansys/pyspeos/pull/572>`_
70+
71+
* - Adjust prism example to new style
72+
- `#576 <https://github.com/ansys/pyspeos/pull/576>`_
73+
74+
* - adjust part.py example to match new style
75+
- `#580 <https://github.com/ansys/pyspeos/pull/580>`_
76+
77+
78+
.. tab-item:: Fixed
79+
80+
.. list-table::
81+
:header-rows: 0
82+
:widths: auto
83+
84+
* - Integration direction display and adjust docstrings
85+
- `#570 <https://github.com/ansys/pyspeos/pull/570>`_
86+
87+
* - unittest update based on bug 1229712
88+
- `#579 <https://github.com/ansys/pyspeos/pull/579>`_
89+
90+
91+
.. tab-item:: Maintenance
92+
93+
.. list-table::
94+
:header-rows: 0
95+
:widths: auto
96+
97+
* - pre-commit autoupdate
98+
- `#552 <https://github.com/ansys/pyspeos/pull/552>`_, `#578 <https://github.com/ansys/pyspeos/pull/578>`_, `#585 <https://github.com/ansys/pyspeos/pull/585>`_, `#591 <https://github.com/ansys/pyspeos/pull/591>`_
99+
100+
* - update CHANGELOG for v0.4.0
101+
- `#558 <https://github.com/ansys/pyspeos/pull/558>`_
102+
103+
* - bump dev version
104+
- `#559 <https://github.com/ansys/pyspeos/pull/559>`_
105+
106+
* - bump ansys/actions from 9.0.2 to 9.0.6 in the actions group
107+
- `#560 <https://github.com/ansys/pyspeos/pull/560>`_
108+
109+
* - bump the actions group with 2 updates
110+
- `#567 <https://github.com/ansys/pyspeos/pull/567>`_
111+
112+
* - bump ansys action version with quarto fix
113+
- `#573 <https://github.com/ansys/pyspeos/pull/573>`_
114+
115+
* - update dependabot configuration
116+
- `#574 <https://github.com/ansys/pyspeos/pull/574>`_
117+
118+
* - update code owners
119+
- `#577 <https://github.com/ansys/pyspeos/pull/577>`_
120+
121+
* - bump ansys/actions from 9.0.7 to 9.0.9
122+
- `#582 <https://github.com/ansys/pyspeos/pull/582>`_
123+
124+
* - bump codecov/codecov-action from 5.4.2 to 5.4.3
125+
- `#590 <https://github.com/ansys/pyspeos/pull/590>`_
126+
127+
* - bump ansys/actions from 9.0.9 to 9.0.11
128+
- `#596 <https://github.com/ansys/pyspeos/pull/596>`_
129+
130+
131+
.. tab-item:: Miscellaneous
132+
133+
.. list-table::
134+
:header-rows: 0
135+
:widths: auto
136+
137+
* - improve type hints
138+
- `#564 <https://github.com/ansys/pyspeos/pull/564>`_
139+
140+
12141
`0.4.0 <https://github.com/ansys/pyspeos/releases/tag/v0.4.0>`_ - April 17, 2025
13142
================================================================================
14143

0 commit comments

Comments
 (0)