@@ -9,6 +9,152 @@ This document contains the release notes for the project.
99
1010.. towncrier release notes start
1111
12+ `0.10.1 <https://github.com/ansys/pyconceptev/releases/tag/v0.10.1 >`_ - November 17, 2025
13+ =========================================================================================
14+
15+ .. tab-set ::
16+
17+
18+ .. tab-item :: Miscellaneous
19+
20+ .. list-table ::
21+ :header-rows: 0
22+ :widths: auto
23+
24+ * - CHORE: Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0
25+ - `#281 <https://github.com/ansys/pyconceptev/pull/281 >`_
26+
27+
28+ `0.10.0 <https://github.com/ansys/pyconceptev/releases/tag/v0.10.0 >`_ - November 17, 2025
29+ =========================================================================================
30+
31+ .. tab-set ::
32+
33+
34+ .. tab-item :: Dependencies
35+
36+ .. list-table ::
37+ :header-rows: 0
38+ :widths: auto
39+
40+ * - CHORE: Bump sphinx-gallery from 0.18.0 to 0.19.0
41+ - `#201 <https://github.com/ansys/pyconceptev/pull/201 >`_
42+
43+ * - CHORE: Bump pygobject from 3.50.0 to 3.52.3
44+ - `#206 <https://github.com/ansys/pyconceptev/pull/206 >`_
45+
46+ * - CHORE: Bump pre-commit from 4.1.0 to 4.2.0
47+ - `#222 <https://github.com/ansys/pyconceptev/pull/222 >`_
48+
49+ * - CHORE: Bump msal from 1.31.1 to 1.32.3
50+ - `#226 <https://github.com/ansys/pyconceptev/pull/226 >`_
51+
52+ * - CHORE: Bump tenacity from 8.2.3 to 9.1.2
53+ - `#234 <https://github.com/ansys/pyconceptev/pull/234 >`_
54+
55+
56+ .. tab-item :: Miscellaneous
57+
58+ .. list-table ::
59+ :header-rows: 0
60+ :widths: auto
61+
62+ * - Chore: bump ansys/actions from 8 to 10
63+ - `#231 <https://github.com/ansys/pyconceptev/pull/231 >`_, `#239 <https://github.com/ansys/pyconceptev/pull/239 >`_, `#251 <https://github.com/ansys/pyconceptev/pull/251 >`_
64+
65+ * - Chore: bump pytest-asyncio from 0.25.3 to 1.0.0
66+ - `#232 <https://github.com/ansys/pyconceptev/pull/232 >`_
67+
68+ * - Fix/bug-in-job-status
69+ - `#233 <https://github.com/ansys/pyconceptev/pull/233 >`_
70+
71+ * - Chore: bump ansys-optislang-core from 0.10.0 to 1.0.0
72+ - `#235 <https://github.com/ansys/pyconceptev/pull/235 >`_
73+
74+ * - Chore: bump jupyterlab from 4.3.6 to 4.4.3
75+ - `#236 <https://github.com/ansys/pyconceptev/pull/236 >`_
76+
77+ * - Chore: bump ipywidgets from 8.1.5 to 8.1.7
78+ - `#237 <https://github.com/ansys/pyconceptev/pull/237 >`_
79+
80+ * - Feature/new-client-id
81+ - `#238 <https://github.com/ansys/pyconceptev/pull/238 >`_
82+
83+ * - Chore: bump msal-extensions from 1.2.0 to 1.3.1
84+ - `#240 <https://github.com/ansys/pyconceptev/pull/240 >`_
85+
86+ * - Chore: bump pandas from 2.2.3 to 2.3.0
87+ - `#241 <https://github.com/ansys/pyconceptev/pull/241 >`_
88+
89+ * - Chore: bump python-dotenv from 1.0.1 to 1.1.0
90+ - `#242 <https://github.com/ansys/pyconceptev/pull/242 >`_
91+
92+ * - Chore: bump tox from 4.24.2 to 4.27.0
93+ - `#243 <https://github.com/ansys/pyconceptev/pull/243 >`_
94+
95+ * - Chore: bump jupytext from 1.16.7 to 1.17.2
96+ - `#244 <https://github.com/ansys/pyconceptev/pull/244 >`_
97+
98+ * - Group dependencies together
99+ - `#245 <https://github.com/ansys/pyconceptev/pull/245 >`_
100+
101+ * - Chore: bump pytest-mock from 3.14.0 to 3.14.1
102+ - `#250 <https://github.com/ansys/pyconceptev/pull/250 >`_
103+
104+ * - Chore: bump the production-dependencies group with 2 updates
105+ - `#254 <https://github.com/ansys/pyconceptev/pull/254 >`_
106+
107+ * - Chore: bump the development-dependencies group with 5 updates
108+ - `#255 <https://github.com/ansys/pyconceptev/pull/255 >`_
109+
110+ * - Chore: bump the development-dependencies group across 1 directory with 2 updates
111+ - `#259 <https://github.com/ansys/pyconceptev/pull/259 >`_
112+
113+ * - Chore: update dev version
114+ - `#262 <https://github.com/ansys/pyconceptev/pull/262 >`_
115+
116+ * - We need an access token not an id token
117+ - `#264 <https://github.com/ansys/pyconceptev/pull/264 >`_
118+
119+ * - Added missing optional arguments for job start/create
120+ - `#265 <https://github.com/ansys/pyconceptev/pull/265 >`_
121+
122+ * - CHORE: Bump msal from 1.32.3 to 1.33.0 in the production-dependencies group
123+ - `#266 <https://github.com/ansys/pyconceptev/pull/266 >`_
124+
125+ * - CHORE: Bump the development-dependencies group across 1 directory with 4 updates
126+ - `#267 <https://github.com/ansys/pyconceptev/pull/267 >`_
127+
128+
129+ .. tab-item :: Maintenance
130+
131+ .. list-table ::
132+ :header-rows: 0
133+ :widths: auto
134+
135+ * - CHORE: Bump actions/download-artifact from 4.1.9 to 4.3.0
136+ - `#225 <https://github.com/ansys/pyconceptev/pull/225 >`_
137+
138+ * - docs: Update ``CONTRIBUTORS.md `` with the latest contributors
139+ - `#227 <https://github.com/ansys/pyconceptev/pull/227 >`_
140+
141+ * - chore: update CHANGELOG for v0.9.4
142+ - `#229 <https://github.com/ansys/pyconceptev/pull/229 >`_
143+
144+ * - Update to support custom ssl cert
145+ - `#297 <https://github.com/ansys/pyconceptev/pull/297 >`_
146+
147+
148+ .. tab-item :: Test
149+
150+ .. list-table ::
151+ :header-rows: 0
152+ :widths: auto
153+
154+ * - refactor for ocm
155+ - `#220 <https://github.com/ansys/pyconceptev/pull/220 >`_
156+
157+
12158`0.9.4 <https://github.com/ansys/pyconceptev/releases/tag/v0.9.4 >`_ - May 06, 2025
13159==================================================================================
14160
0 commit comments