Skip to content

Commit f78c4e3

Browse files
authored
feat: bump PyAEDT and PyEDB in 24R2 release (#789)
* feat: bump PyAEDT in 24R2 release * feat: bump PyEDB and PyEDB Core * ci: bump docs style version * fix: whitelisting attrs package
1 parent def3f99 commit f78c4e3

File tree

6 files changed

+16
-14
lines changed

6 files changed

+16
-14
lines changed

.github/workflows/ci-build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,14 @@ jobs:
5151
with:
5252
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5353
target: "all"
54+
whitelist-license-check: "attrs" # This has MIT license but fails the check
5455

5556
docs-style:
5657
name: Documentation Style Check
5758
runs-on: ubuntu-latest
5859
steps:
5960
- name: PyAnsys documentation style checks
60-
uses: ansys/actions/doc-style@v7
61+
uses: ansys/actions/doc-style@v8
6162
with:
6263
token: ${{ secrets.GITHUB_TOKEN }}
6364

@@ -127,12 +128,13 @@ jobs:
127128

128129
steps:
129130
- name: Build wheelhouse and perform smoke test
130-
uses: ansys/actions/build-wheelhouse@v7
131+
uses: ansys/actions/build-wheelhouse@v8
131132
with:
132133
library-name: ${{ env.PACKAGE_NAME }}
133134
operating-system: ${{ runner.os }}
134135
python-version: ${{ matrix.python-version }}
135136
target: "all"
137+
whitelist-license-check: "attrs" # This has MIT license but fails the check
136138

137139
- name: List dependencies (pip freeze)
138140
run: |

doc/source/api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PyAnsys packages API reference
3838

3939
.. grid-item-card:: PyAEDT
4040
:img-top: _static/thumbnails/pyaedt.png
41-
:link: https://aedt.docs.pyansys.com/version/0.9/API/index.html
41+
:link: https://aedt.docs.pyansys.com/version/0.12/API/index.html
4242
:class-title: pyansys-card-title
4343

4444
.. grid-item-card:: PyAnsys Geometry
@@ -88,7 +88,7 @@ PyAnsys packages API reference
8888

8989
.. grid-item-card:: PyEDB
9090
:img-top: _static/thumbnails/pyedb.png
91-
:link: https://edb.docs.pyansys.com/version/0.23/api/index.html
91+
:link: https://edb.docs.pyansys.com/version/0.34/api/index.html
9292
:class-title: pyansys-card-title
9393

9494
.. grid-item-card:: PyEDB - Core

doc/source/examples.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ PyAnsys packages examples
2727

2828
.. grid-item-card:: PyAEDT
2929
:img-top: _static/thumbnails/pyaedt.png
30-
:link: https://aedt.docs.pyansys.com/version/0.9/examples/index.html
30+
:link: https://examples.aedt.docs.pyansys.com/
3131
:class-title: pyansys-card-title
3232

3333
.. grid-item-card:: PyAnsys Geometry
@@ -77,7 +77,7 @@ PyAnsys packages examples
7777

7878
.. grid-item-card:: PyEDB
7979
:img-top: _static/thumbnails/pyedb.png
80-
:link: https://edb.docs.pyansys.com/version/0.23/examples/index.html
80+
:link: https://edb.docs.pyansys.com/version/0.34/examples/index.html
8181
:class-title: pyansys-card-title
8282

8383
.. grid-item-card:: PyEDB - Core

doc/source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ it is now a collection of many Python packages for using Ansys products through
4242

4343
.. grid-item-card:: PyAEDT
4444
:img-top: _static/thumbnails/pyaedt.png
45-
:link: https://aedt.docs.pyansys.com/version/0.9
45+
:link: https://aedt.docs.pyansys.com/version/0.12
4646
:class-title: pyansys-card-title
4747

4848
Pythonic interface to Ansys Electronics Desktop (AEDT)
@@ -112,14 +112,14 @@ it is now a collection of many Python packages for using Ansys products through
112112

113113
.. grid-item-card:: PyEDB
114114
:img-top: _static/thumbnails/pyedb.png
115-
:link: https://edb.docs.pyansys.com/version/0.23
115+
:link: https://edb.docs.pyansys.com/version/0.34
116116
:class-title: pyansys-card-title
117117

118118
Pythonic interface to the Ansys Electronics Database (EDB) client library
119119

120120
.. grid-item-card:: PyEDB - Core
121121
:img-top: _static/thumbnails/pyedb.png
122-
:link: https://edb.docs.pyansys.com/version/0.23
122+
:link: https://edb.docs.pyansys.com/version/0.34
123123
:class-title: pyansys-card-title
124124

125125
Pythonic interface to Ansys Electronics Database (EDB)

doc/source/user_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PyAnsys packages user guides
3030

3131
.. grid-item-card:: PyAEDT
3232
:img-top: _static/thumbnails/pyaedt.png
33-
:link: https://aedt.docs.pyansys.com/version/0.9/User_guide/index.html
33+
:link: https://aedt.docs.pyansys.com/version/0.12/User_guide/index.html
3434
:class-title: pyansys-card-title
3535

3636
.. grid-item-card:: PyAnsys Geometry
@@ -80,7 +80,7 @@ PyAnsys packages user guides
8080

8181
.. grid-item-card:: PyEDB
8282
:img-top: _static/thumbnails/pyedb.png
83-
:link: https://edb.docs.pyansys.com/version/0.23/user_guide/index.html
83+
:link: https://edb.docs.pyansys.com/version/0.34/user_guide/index.html
8484
:class-title: pyansys-card-title
8585

8686
.. grid-item-card:: PyEDB - Core

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"ansys-dpf-post==0.8.0",
3535
"ansys-dyna-core==0.4.15",
3636
"ansys-dynamicreporting-core==0.6.0",
37-
"ansys-edb-core==0.1.6",
37+
"ansys-edb-core==0.1.9",
3838
"ansys-fluent-core==0.22.0",
3939
"ansys-geometry-core==0.6.6",
4040
"ansys-hps-client==0.8.0",
@@ -55,8 +55,8 @@ dependencies = [
5555
"ansys-systemcoupling-core==0.6.0",
5656
"ansys-turbogrid-core==0.4.1",
5757
"ansys-workbench-core==0.6.0",
58-
"pyaedt==0.9.11",
59-
"pyedb==0.23.0",
58+
"pyaedt==0.12.0",
59+
"pyedb==0.34.3",
6060
"pygranta==2024.2.0",
6161
"pytwin==0.7.0",
6262
]

0 commit comments

Comments
 (0)