Skip to content

Commit 668201b

Browse files
committed
Merge branch 'main' into release/2024.1
2 parents 343ab95 + 6bf9fa3 commit 668201b

File tree

9 files changed

+37
-2
lines changed

9 files changed

+37
-2
lines changed

.github/workflows/create-milestone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
"ansys/pydpf-composites",
2929
"ansys/pydyna",
3030
"ansys/pydynamicreporting",
31+
"ansys/pyedb-core",
3132
"ansys/pyensight",
3233
"ansys/pyfluent",
3334
"ansys/pygranta",

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Welcome to the PyAnsys metapackage repository. The ``pyansys`` metapackage
3434
provides a single package of collected PyAnsys packages that ensures compatibility
3535
of these packages amongst themselves and the Ansys product release that they are linked to.
3636

37+
.. image:: https://raw.githubusercontent.com/ansys/pyansys/main/doc/source/_static/pyansys_dark.png
38+
:target: https://docs.pyansys.com
39+
:alt: PyAnsys
40+
3741
The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages:
3842

3943
- `PyAdditive <https://additive.docs.pyansys.com/>`_: Pythonic interface to the Ansys Additive service.
@@ -45,6 +49,7 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages
4549
- `PyDPF - Composites <https://composites.dpf.docs.pyansys.com/>`_: Pythonic interface for DPF's postprocessing of layered and short-fiber composite models.
4650
- `PyDyna <https://dyna.docs.pyansys.com/>`_: Pythonic interface to build the Ansys DYNA input deck, submit it to the Ansys LS-DYNA solver and postprocess its results.
4751
- `PyDynamicReporting <https://dynamicreporting.docs.pyansys.com/>`_: Pythonic interface to Ansys Dynamic Reporting for service and control of its database and reports.
52+
- `PyEDB - Core <https://edb.core.docs.pyansys.com/>`_: Pythonic interface to the Electronics Database (EDB).
4853
- `PyEnSight <https://ensight.docs.pyansys.com/>`_: Pythonic interface to EnSight, the Ansys simulation postprocessor.
4954
- `PyFluent <https://fluent.docs.pyansys.com/>`_: Pythonic interface to Ansys Fluent.
5055
- `PyFluent - Parametric <https://parametric.fluent.docs.pyansys.com/>`_: Pythonic interface to Ansys Fluent parametric workflows.
@@ -88,6 +93,7 @@ By default, the PyAnsys metapackage installs these core modules:
8893
- `PyDPF - Composites`_
8994
- `PyDyna`_
9095
- `PyDynamicReporting`_
96+
- `PyEDB - Core`_
9197
- `PyEnSight`_
9298
- `PyFluent`_
9399
- `PyGranta`_
53.6 KB
Loading

doc/source/api.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ PyAnsys packages API reference
7575
:text-align: center
7676
:class-title: pyansys-card-title
7777

78+
.. grid-item-card:: PyEDB - Core
79+
:img-top: _static/thumbnails/pyaedt.png
80+
:link: https://edb.core.docs.pyansys.com/version/stable/api/index.html
81+
:text-align: center
82+
:class-title: pyansys-card-title
83+
7884
.. grid-item-card:: PyEnSight
7985
:img-top: _static/thumbnails/pyensight.png
8086
:link: https://ensight.docs.pyansys.com/version/0.7/class_documentation.html

doc/source/examples.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ PyAnsys packages examples
6464
:text-align: center
6565
:class-title: pyansys-card-title
6666

67+
.. grid-item-card:: PyEDB - Core
68+
:img-top: _static/thumbnails/pyaedt.png
69+
:link: https://edb.core.docs.pyansys.com/version/stable/examples/index.html
70+
:text-align: center
71+
:class-title: pyansys-card-title
72+
6773
.. grid-item-card:: PyEnSight
6874
:img-top: _static/thumbnails/pyensight.png
6975
:link: https://ensight.docs.pyansys.com/version/0.7/_examples/index.html

doc/source/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,14 @@ it is now a collection of many Python packages for using Ansys products through
9090

9191
Pythonic interface to Ansys Dynamic Reporting for service and control of its database and reports
9292

93+
.. grid-item-card:: PyEDB - Core
94+
:img-top: _static/thumbnails/pyaedt.png
95+
:link: https://edb.core.docs.pyansys.com/version/stable
96+
:text-align: center
97+
:class-title: pyansys-card-title
98+
99+
Pythonic interface to the Electronics Database (EDB)
100+
93101
.. grid-item-card:: PyEnSight
94102
:img-top: _static/thumbnails/pyensight.png
95103
:link: https://ensight.docs.pyansys.com/version/0.7

doc/source/user_guide.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ PyAnsys packages user guides
6767
:text-align: center
6868
:class-title: pyansys-card-title
6969

70+
.. grid-item-card:: PyEDB - Core
71+
:img-top: _static/thumbnails/pyaedt.png
72+
:link: https://edb.core.docs.pyansys.com/version/stable/user_guide/index.html
73+
:text-align: center
74+
:class-title: pyansys-card-title
75+
7076
.. grid-item-card:: PyEnSight
7177
:img-top: _static/thumbnails/pyensight.png
7278
:link: https://ensight.docs.pyansys.com/version/0.7/user_guide/index.html

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ dependencies = [
3232
"ansys-dpf-core==0.10.1",
3333
"ansys-dpf-post==0.6.0",
3434
"ansys-dpf-gate==0.4.1",
35-
"ansys-dyna-core==0.4.5",
35+
"ansys-dyna-core==0.4.6",
3636
"ansys-dynamicreporting-core==0.5.1",
37-
"ansys-geometry-core==0.4.6",
37+
"ansys-edb-core==0.1.1",
3838
"ansys-fluent-core==0.18.2",
39+
"ansys-geometry-core==0.4.8",
3940
"ansys-mapdl-core==0.67.0",
4041
"ansys-math-core==0.1.3",
4142
"ansys-mechanical-core==0.10.6",

tools/links.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"ansys-dpf-gate": None,
2929
"ansys-dyna-core": "https://dyna.docs.pyansys.com/version/stable",
3030
"ansys-dynamicreporting-core": "https://dynamicreporting.docs.pyansys.com/version/stable", # noqa: E501
31+
"ansys-edb-core": "https://edb.core.docs.pyansys.com/version/stable", # noqa: E501
3132
"ansys-geometry-core": "https://geometry.docs.pyansys.com/version/stable",
3233
"ansys-fluent-core": "https://fluent.docs.pyansys.com/version/stable",
3334
"ansys-mapdl-core": "https://mapdl.docs.pyansys.com/version/stable",

0 commit comments

Comments
 (0)