From 8b5671502055452f9db4c5a9e37d61e4430f3c32 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:24:07 +0100 Subject: [PATCH 1/4] feat: bump PyAEDT in 24R2 release --- doc/source/api.rst | 2 +- doc/source/examples.rst | 2 +- doc/source/index.rst | 2 +- doc/source/user_guide.rst | 2 +- pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/api.rst b/doc/source/api.rst index 8b97fa1f..a01dbca1 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -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 diff --git a/doc/source/examples.rst b/doc/source/examples.rst index 569bf0ef..e403048e 100644 --- a/doc/source/examples.rst +++ b/doc/source/examples.rst @@ -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 diff --git a/doc/source/index.rst b/doc/source/index.rst index 03514600..cf26a924 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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) diff --git a/doc/source/user_guide.rst b/doc/source/user_guide.rst index e2034458..aabad5cf 100644 --- a/doc/source/user_guide.rst +++ b/doc/source/user_guide.rst @@ -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 diff --git a/pyproject.toml b/pyproject.toml index bfa94e98..58ec1c47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "ansys-systemcoupling-core==0.6.0", "ansys-turbogrid-core==0.4.1", "ansys-workbench-core==0.6.0", - "pyaedt==0.9.11", + "pyaedt==0.12.0", "pyedb==0.23.0", "pygranta==2024.2.0", "pytwin==0.7.0", From 1abd7aadf3f8a8a142f618eafeb55e409c7c3a6b Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:33:42 +0100 Subject: [PATCH 2/4] feat: bump PyEDB and PyEDB Core --- doc/source/api.rst | 2 +- doc/source/examples.rst | 2 +- doc/source/index.rst | 4 ++-- doc/source/user_guide.rst | 2 +- pyproject.toml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/source/api.rst b/doc/source/api.rst index a01dbca1..79812736 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -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 diff --git a/doc/source/examples.rst b/doc/source/examples.rst index e403048e..2cd471c0 100644 --- a/doc/source/examples.rst +++ b/doc/source/examples.rst @@ -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 diff --git a/doc/source/index.rst b/doc/source/index.rst index cf26a924..e4b2bf6d 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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) diff --git a/doc/source/user_guide.rst b/doc/source/user_guide.rst index aabad5cf..b724847b 100644 --- a/doc/source/user_guide.rst +++ b/doc/source/user_guide.rst @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 58ec1c47..052cb942 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -56,7 +56,7 @@ dependencies = [ "ansys-turbogrid-core==0.4.1", "ansys-workbench-core==0.6.0", "pyaedt==0.12.0", - "pyedb==0.23.0", + "pyedb==0.34.3", "pygranta==2024.2.0", "pytwin==0.7.0", ] From 07b30403c4987ad35a62079aa748538893fb7b71 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:36:24 +0100 Subject: [PATCH 3/4] ci: bump docs style version --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 7cb78a60..76add7b6 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -57,7 +57,7 @@ jobs: 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 }} From bf98067ecbe2610660df202eead669074b8f1ce3 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:41:37 +0100 Subject: [PATCH 4/4] fix: whitelisting attrs package --- .github/workflows/ci-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 76add7b6..3914eae9 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -51,6 +51,7 @@ 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 @@ -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: |