Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,14 @@ jobs:
with:
python-version: ${{ env.MAIN_PYTHON_VERSION }}
target: "all"
whitelist-license-check: "attrs" # This has MIT license but fails the check

docs-style:
name: Documentation Style Check
runs-on: ubuntu-latest
steps:
- name: PyAnsys documentation style checks
uses: ansys/actions/doc-style@v7
uses: ansys/actions/doc-style@v8
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -127,12 +128,13 @@ jobs:

steps:
- name: Build wheelhouse and perform smoke test
uses: ansys/actions/build-wheelhouse@v7
uses: ansys/actions/build-wheelhouse@v8
with:
library-name: ${{ env.PACKAGE_NAME }}
operating-system: ${{ runner.os }}
python-version: ${{ matrix.python-version }}
target: "all"
whitelist-license-check: "attrs" # This has MIT license but fails the check

- name: List dependencies (pip freeze)
run: |
Expand Down
4 changes: 2 additions & 2 deletions doc/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PyAnsys packages API reference

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

.. grid-item-card:: PyAnsys Geometry
Expand Down Expand Up @@ -88,7 +88,7 @@ PyAnsys packages API reference

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

.. grid-item-card:: PyEDB - Core
Expand Down
4 changes: 2 additions & 2 deletions doc/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PyAnsys packages examples

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

.. grid-item-card:: PyAnsys Geometry
Expand Down Expand Up @@ -77,7 +77,7 @@ PyAnsys packages examples

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

.. grid-item-card:: PyEDB - Core
Expand Down
6 changes: 3 additions & 3 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ it is now a collection of many Python packages for using Ansys products through

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

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

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

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

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

Pythonic interface to Ansys Electronics Database (EDB)
Expand Down
4 changes: 2 additions & 2 deletions doc/source/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ PyAnsys packages user guides

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

.. grid-item-card:: PyAnsys Geometry
Expand Down Expand Up @@ -80,7 +80,7 @@ PyAnsys packages user guides

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

.. grid-item-card:: PyEDB - Core
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"ansys-dpf-post==0.8.0",
"ansys-dyna-core==0.4.15",
"ansys-dynamicreporting-core==0.6.0",
"ansys-edb-core==0.1.6",
"ansys-edb-core==0.1.9",
"ansys-fluent-core==0.22.0",
"ansys-geometry-core==0.6.6",
"ansys-hps-client==0.8.0",
Expand All @@ -55,8 +55,8 @@ dependencies = [
"ansys-systemcoupling-core==0.6.0",
"ansys-turbogrid-core==0.4.1",
"ansys-workbench-core==0.6.0",
"pyaedt==0.9.11",
"pyedb==0.23.0",
"pyaedt==0.12.0",
"pyedb==0.34.3",
"pygranta==2024.2.0",
"pytwin==0.7.0",
]
Expand Down
Loading