Skip to content

Commit

Permalink
Merge branch 'main' into release/2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Jul 16, 2024
2 parents 9887700 + f65abc7 commit 8b8c753
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
"ansys/pyaedt",
"ansys/pyansys-geometry",
"ansys/pyansys-math",
"ansys/pyansys-sound",
"ansys/pyconceptev",
"ansys/pydpf-core",
"ansys/pydpf-post",
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:

# this validates our github workflow files
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.6
rev: 0.29.0
hooks:
- id: check-github-workflows

Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages
- `PyAEDT <https://aedt.docs.pyansys.com/>`_: Pythonic interface to Ansys Electronics Desktop (AEDT).
- `PyAnsys Geometry <https://geometry.docs.pyansys.com/>`_: Pythonic interface to the Ansys Geometry service.
- `PyAnsys Math <https://math.docs.pyansys.com/>`_: Pythonic interface to PyAnsys Math libraries.
- `PyAnsys Sound <https://sound.docs.pyansys.com/>`_: Pythonic interface to Ansys Sound.
- `PyConceptEV <https://conceptev.docs.pyansys.com/>`_: Pythonic interface to Ansys ConceptEV library.
- `PyDPF - Core <https://dpf.docs.pyansys.com/>`_: Pythonic interface to the Data Processing Framework (DPF) for building advanced and customized workflows.
- `PyDPF - Post <https://post.docs.pyansys.com/>`_: Pythonic interface to access and post process Ansys solver result files.
Expand Down Expand Up @@ -107,6 +108,7 @@ By default, the PyAnsys metapackage installs these core modules:
- `PyAEDT`_
- `PyAnsys Geometry`_
- `PyAnsys Math`_
- `PyAnsys Sound`_
- `PyConceptEV`_
- `PyDPF - Core`_
- `PyDPF - Post`_
Expand Down
Binary file added doc/source/_static/thumbnails/pyansys-sound.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions doc/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ PyAnsys packages API reference
:text-align: center
:class-title: pyansys-card-title

.. grid-item-card:: PyAnsys Sound
:img-top: _static/thumbnails/pyansys-sound.png
:link: https://sound.docs.pyansys.com/version/stable/api/index.html
:text-align: center
:class-title: pyansys-card-title

.. grid-item-card:: PyConceptEV
:img-top: _static/thumbnails/pyconceptev.png
:link: https://conceptev.docs.pyansys.com/version/0.1/api_ref.html
Expand Down
6 changes: 6 additions & 0 deletions doc/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ PyAnsys packages examples
:text-align: center
:class-title: pyansys-card-title

.. grid-item-card:: PyAnsys Sound
:img-top: _static/thumbnails/pyansys-sound.png
:link: https://sound.docs.pyansys.com/version/stable/examples/index.html
:text-align: center
:class-title: pyansys-card-title

.. grid-item-card:: PyConceptEV
:img-top: _static/thumbnails/pyconceptev.png
:link: https://conceptev.docs.pyansys.com/version/0.1/examples/index.html
Expand Down
8 changes: 8 additions & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ it is now a collection of many Python packages for using Ansys products through

Pythonic interface to PyAnsys Math libraries

.. grid-item-card:: PyAnsys Sound
:img-top: _static/thumbnails/pyansys-sound.png
:link: https://sound.docs.pyansys.com/version/stable
:text-align: center
:class-title: pyansys-card-title

Pythonic interface to Ansys Sound

.. grid-item-card:: PyConceptEV
:img-top: _static/thumbnails/pyconceptev.png
:link: https://conceptev.docs.pyansys.com/version/0.1
Expand Down
6 changes: 6 additions & 0 deletions doc/source/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ PyAnsys packages user guides
:text-align: center
:class-title: pyansys-card-title

.. grid-item-card:: PyAnsys Sound
:img-top: _static/thumbnails/pyansys-sound.png
:link: https://sound.docs.pyansys.com/version/stable/user_guide.html
:text-align: center
:class-title: pyansys-card-title

.. grid-item-card:: PyConceptEV
:img-top: _static/thumbnails/pyconceptev.png
:link: https://conceptev.docs.pyansys.com/version/0.1/user_guide.html
Expand Down
23 changes: 12 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [

dependencies = [
"ansys-acp-core==0.1b1",
"ansys-additive-core==0.18.0b6",
"ansys-additive-core==0.18.1",
"ansys-additive-widgets==0.2.1",
"ansys-conceptev-core==0.1.4",
"ansys-dpf-composites==0.5.0",
Expand All @@ -35,34 +35,35 @@ dependencies = [
"ansys-dyna-core==0.4.15",
"ansys-dynamicreporting-core==0.6.0",
"ansys-edb-core==0.1.4",
"ansys-fluent-core==0.20.1",
"ansys-fluent-core==0.21.3",
"ansys-geometry-core==0.6.5",
"ansys-hps-client==0.8.0",
"ansys-mapdl-core==0.68.3",
"ansys-mapdl-core==0.68.4",
"ansys-math-core==0.1.5",
"ansys-mechanical-core==0.11.1",
"ansys-meshing-prime==0.6.0.dev9",
"ansys-meshing-prime==0.6.1",
"ansys-modelcenter-workflow==0.1.1",
"ansys-motorcad-core==0.5.1",
"ansys-motorcad-core==0.5.2",
"ansys-optislang-core==0.7.1",
"ansys-platform-instancemanagement==1.1.2",
"ansys-pyensight-core==0.8.4",
"ansys-rocky-core==0.1.0",
"ansys-pyensight-core==0.8.6",
"ansys-rocky-core==0.2.0",
"ansys-seascape==0.2.0",
"ansys-sherlock-core==0.6.0",
"ansys-simai-core==0.2.1",
"ansys-sound-core==0.1.2",
"ansys-systemcoupling-core==0.6.0",
"ansys-turbogrid-core==0.4.1",
"ansys-workbench-core==0.4.0",
"pyaedt==0.9.7",
"pyedb==0.18.0",
"pyaedt==0.9.9",
"pyedb==0.21.0",
"pygranta==2024.2.0",
"pytwin==0.7.0",
]

[project.optional-dependencies]
mapdl-all = ["ansys-mapdl-reader==0.53.0"]
fluent-all = ["ansys-fluent-visualization==0.9.0"]
fluent-all = ["ansys-fluent-visualization==0.10.1"]
tools = [
"ansys-materials-manager==0.2.3",
"ansys-tools-filetransfer==0.1.0",
Expand All @@ -79,7 +80,7 @@ all = [
# MAPDL - ALL
"ansys-mapdl-reader==0.53.0",
# FLUENT - ALL
"ansys-fluent-visualization==0.9.0",
"ansys-fluent-visualization==0.10.1",
# TOOLS
"ansys-materials-manager==0.2.3",
"ansys-tools-filetransfer==0.1.0",
Expand Down
1 change: 1 addition & 0 deletions tools/links.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"ansys-hps-client": "https://hps.docs.pyansys.com/version/stable",
"ansys-mapdl-core": "https://mapdl.docs.pyansys.com/version/stable",
"ansys-math-core": "https://math.docs.pyansys.com/version/stable",
"ansys-sound-core": "https://sound.docs.pyansys.com/version/stable",
"ansys-mechanical-core": "https://mechanical.docs.pyansys.com/version/stable", # noqa: E501
"ansys-meshing-prime": "https://prime.docs.pyansys.com/version/stable",
"ansys-modelcenter-workflow": "https://modelcenter.docs.pyansys.com/version/stable", # noqa: E501
Expand Down

0 comments on commit 8b8c753

Please sign in to comment.