Skip to content

Commit d0e9ae5

Browse files
committed
chore: merge remote-tracking branch 'origin/main' into junk/launcher_refactor
2 parents ec86594 + c3b2d04 commit d0e9ae5

38 files changed

+1925
-291
lines changed

doc/changelog.d/3648.documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
feat: add stochastic fem example

doc/changelog.d/3678.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
refactor: make cli testing not depending on MAPDL.

doc/changelog.d/3679.documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
feat: allow passing strings to the converter from the terminal

doc/changelog.d/3694.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test: adding tests asserting None are translated to "None".

doc/changelog.d/3697.miscellaneous.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
feat: improving performance of save_selection

doc/changelog.d/3698.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: bump numpy from 2.2.1 to 2.2.2 in the minimal group

doc/changelog.d/3699.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: bump grpcio from 1.69.0 to 1.70.0 in the grpc-deps group

doc/changelog.d/3700.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: bump imageio from 2.36.1 to 2.37.0 in the documentation group

doc/changelog.d/3703.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test: improving testing performance

doc/changelog.d/3705.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
feat: speed up `requires_package` using caching

doc/changelog.d/3711.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: sfem example typo errors

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
"sphinxemoji.sphinxemoji",
104104
"sphinx.ext.graphviz",
105105
"ansys_sphinx_theme.extension.linkcode",
106+
"sphinx.ext.mathjax",
106107
]
107108

108109
# Intersphinx mapping

doc/source/examples/extended_examples/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ with other programs, libraries, and features in development.
2525
+------------------------------------------------------+--------------------------------------------------------------------------------------------+
2626
| :ref:`hpc_ml_ga_example` | Demonstrates how to use PyMAPDL in a high-performance computing system managed by SLURM. |
2727
+------------------------------------------------------+--------------------------------------------------------------------------------------------+
28+
| :ref:`stochastic_fem_example` | Demonstrates using PyMAPDL for stochastic FEA using Monte Carlo simulation. |
29+
+------------------------------------------------------+--------------------------------------------------------------------------------------------+
2830

2931

3032
.. toctree::
@@ -39,4 +41,5 @@ with other programs, libraries, and features in development.
3941
executable/executable.rst
4042
gui/executable.rst
4143
hpc/hpc_ml_ga.rst
44+
sfem/stochastic_fem.rst
4245

Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)