Skip to content

Commit 8b8c753

Browse files
committed
Merge branch 'main' into release/2024.2
2 parents 9887700 + f65abc7 commit 8b8c753

File tree

10 files changed

+43
-12
lines changed

10 files changed

+43
-12
lines changed

.github/workflows/create-milestone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
"ansys/pyaedt",
2626
"ansys/pyansys-geometry",
2727
"ansys/pyansys-math",
28+
"ansys/pyansys-sound",
2829
"ansys/pyconceptev",
2930
"ansys/pydpf-core",
3031
"ansys/pydpf-post",

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838

3939
# this validates our github workflow files
4040
- repo: https://github.com/python-jsonschema/check-jsonschema
41-
rev: 0.28.6
41+
rev: 0.29.0
4242
hooks:
4343
- id: check-github-workflows
4444

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages
5050
- `PyAEDT <https://aedt.docs.pyansys.com/>`_: Pythonic interface to Ansys Electronics Desktop (AEDT).
5151
- `PyAnsys Geometry <https://geometry.docs.pyansys.com/>`_: Pythonic interface to the Ansys Geometry service.
5252
- `PyAnsys Math <https://math.docs.pyansys.com/>`_: Pythonic interface to PyAnsys Math libraries.
53+
- `PyAnsys Sound <https://sound.docs.pyansys.com/>`_: Pythonic interface to Ansys Sound.
5354
- `PyConceptEV <https://conceptev.docs.pyansys.com/>`_: Pythonic interface to Ansys ConceptEV library.
5455
- `PyDPF - Core <https://dpf.docs.pyansys.com/>`_: Pythonic interface to the Data Processing Framework (DPF) for building advanced and customized workflows.
5556
- `PyDPF - Post <https://post.docs.pyansys.com/>`_: Pythonic interface to access and post process Ansys solver result files.
@@ -107,6 +108,7 @@ By default, the PyAnsys metapackage installs these core modules:
107108
- `PyAEDT`_
108109
- `PyAnsys Geometry`_
109110
- `PyAnsys Math`_
111+
- `PyAnsys Sound`_
110112
- `PyConceptEV`_
111113
- `PyDPF - Core`_
112114
- `PyDPF - Post`_
759 KB
Loading

doc/source/api.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ PyAnsys packages API reference
5757
:text-align: center
5858
:class-title: pyansys-card-title
5959

60+
.. grid-item-card:: PyAnsys Sound
61+
:img-top: _static/thumbnails/pyansys-sound.png
62+
:link: https://sound.docs.pyansys.com/version/stable/api/index.html
63+
:text-align: center
64+
:class-title: pyansys-card-title
65+
6066
.. grid-item-card:: PyConceptEV
6167
:img-top: _static/thumbnails/pyconceptev.png
6268
:link: https://conceptev.docs.pyansys.com/version/0.1/api_ref.html

doc/source/examples.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ PyAnsys packages examples
4646
:text-align: center
4747
:class-title: pyansys-card-title
4848

49+
.. grid-item-card:: PyAnsys Sound
50+
:img-top: _static/thumbnails/pyansys-sound.png
51+
:link: https://sound.docs.pyansys.com/version/stable/examples/index.html
52+
:text-align: center
53+
:class-title: pyansys-card-title
54+
4955
.. grid-item-card:: PyConceptEV
5056
:img-top: _static/thumbnails/pyconceptev.png
5157
:link: https://conceptev.docs.pyansys.com/version/0.1/examples/index.html

doc/source/index.rst

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

6868
Pythonic interface to PyAnsys Math libraries
6969

70+
.. grid-item-card:: PyAnsys Sound
71+
:img-top: _static/thumbnails/pyansys-sound.png
72+
:link: https://sound.docs.pyansys.com/version/stable
73+
:text-align: center
74+
:class-title: pyansys-card-title
75+
76+
Pythonic interface to Ansys Sound
77+
7078
.. grid-item-card:: PyConceptEV
7179
:img-top: _static/thumbnails/pyconceptev.png
7280
:link: https://conceptev.docs.pyansys.com/version/0.1

doc/source/user_guide.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ PyAnsys packages user guides
4949
:text-align: center
5050
:class-title: pyansys-card-title
5151

52+
.. grid-item-card:: PyAnsys Sound
53+
:img-top: _static/thumbnails/pyansys-sound.png
54+
:link: https://sound.docs.pyansys.com/version/stable/user_guide.html
55+
:text-align: center
56+
:class-title: pyansys-card-title
57+
5258
.. grid-item-card:: PyConceptEV
5359
:img-top: _static/thumbnails/pyconceptev.png
5460
:link: https://conceptev.docs.pyansys.com/version/0.1/user_guide.html

pyproject.toml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626

2727
dependencies = [
2828
"ansys-acp-core==0.1b1",
29-
"ansys-additive-core==0.18.0b6",
29+
"ansys-additive-core==0.18.1",
3030
"ansys-additive-widgets==0.2.1",
3131
"ansys-conceptev-core==0.1.4",
3232
"ansys-dpf-composites==0.5.0",
@@ -35,34 +35,35 @@ dependencies = [
3535
"ansys-dyna-core==0.4.15",
3636
"ansys-dynamicreporting-core==0.6.0",
3737
"ansys-edb-core==0.1.4",
38-
"ansys-fluent-core==0.20.1",
38+
"ansys-fluent-core==0.21.3",
3939
"ansys-geometry-core==0.6.5",
4040
"ansys-hps-client==0.8.0",
41-
"ansys-mapdl-core==0.68.3",
41+
"ansys-mapdl-core==0.68.4",
4242
"ansys-math-core==0.1.5",
4343
"ansys-mechanical-core==0.11.1",
44-
"ansys-meshing-prime==0.6.0.dev9",
44+
"ansys-meshing-prime==0.6.1",
4545
"ansys-modelcenter-workflow==0.1.1",
46-
"ansys-motorcad-core==0.5.1",
46+
"ansys-motorcad-core==0.5.2",
4747
"ansys-optislang-core==0.7.1",
4848
"ansys-platform-instancemanagement==1.1.2",
49-
"ansys-pyensight-core==0.8.4",
50-
"ansys-rocky-core==0.1.0",
49+
"ansys-pyensight-core==0.8.6",
50+
"ansys-rocky-core==0.2.0",
5151
"ansys-seascape==0.2.0",
5252
"ansys-sherlock-core==0.6.0",
5353
"ansys-simai-core==0.2.1",
54+
"ansys-sound-core==0.1.2",
5455
"ansys-systemcoupling-core==0.6.0",
5556
"ansys-turbogrid-core==0.4.1",
5657
"ansys-workbench-core==0.4.0",
57-
"pyaedt==0.9.7",
58-
"pyedb==0.18.0",
58+
"pyaedt==0.9.9",
59+
"pyedb==0.21.0",
5960
"pygranta==2024.2.0",
6061
"pytwin==0.7.0",
6162
]
6263

6364
[project.optional-dependencies]
6465
mapdl-all = ["ansys-mapdl-reader==0.53.0"]
65-
fluent-all = ["ansys-fluent-visualization==0.9.0"]
66+
fluent-all = ["ansys-fluent-visualization==0.10.1"]
6667
tools = [
6768
"ansys-materials-manager==0.2.3",
6869
"ansys-tools-filetransfer==0.1.0",
@@ -79,7 +80,7 @@ all = [
7980
# MAPDL - ALL
8081
"ansys-mapdl-reader==0.53.0",
8182
# FLUENT - ALL
82-
"ansys-fluent-visualization==0.9.0",
83+
"ansys-fluent-visualization==0.10.1",
8384
# TOOLS
8485
"ansys-materials-manager==0.2.3",
8586
"ansys-tools-filetransfer==0.1.0",

tools/links.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"ansys-hps-client": "https://hps.docs.pyansys.com/version/stable",
3838
"ansys-mapdl-core": "https://mapdl.docs.pyansys.com/version/stable",
3939
"ansys-math-core": "https://math.docs.pyansys.com/version/stable",
40+
"ansys-sound-core": "https://sound.docs.pyansys.com/version/stable",
4041
"ansys-mechanical-core": "https://mechanical.docs.pyansys.com/version/stable", # noqa: E501
4142
"ansys-meshing-prime": "https://prime.docs.pyansys.com/version/stable",
4243
"ansys-modelcenter-workflow": "https://modelcenter.docs.pyansys.com/version/stable", # noqa: E501

0 commit comments

Comments
 (0)