Skip to content

Commit

Permalink
Merge branch 'main' into patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 authored Sep 24, 2024
2 parents f634ceb + 8298793 commit abaafd4
Show file tree
Hide file tree
Showing 26 changed files with 546 additions and 130 deletions.
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ignore:
- "src/ansys/mapdl/core/_commands"
- "src/ansys/mapdl/core/jupyter.py"
- "src/ansys/mapdl/core/mapdl_console.py"
- "src/ansys/mapdl/core/mapdl_inprocess.py"

comment:
layout: "diff"
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/3177.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump numpy from 1.26.4 to 2.0.0
1 change: 1 addition & 0 deletions doc/changelog.d/3220.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
refactor: clean mapdl inprocess and move mute to MapdlCore
1 change: 1 addition & 0 deletions doc/changelog.d/3387.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump sphinx-autobuild from 2024.4.16 to 2024.9.3 in the documentation group
1 change: 1 addition & 0 deletions doc/changelog.d/3396.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs: fix keywords metadata
1 change: 1 addition & 0 deletions doc/changelog.d/3399.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump the minimal group with 2 updates
1 change: 1 addition & 0 deletions doc/changelog.d/3400.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump ansys-tools-visualization-interface from 0.4.0 to 0.4.4 in the core group
1 change: 1 addition & 0 deletions doc/changelog.d/3401.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump plotly from 5.24.0 to 5.24.1 in the documentation group
1 change: 1 addition & 0 deletions doc/changelog.d/3402.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump pytest from 8.3.2 to 8.3.3 in the testing group
1 change: 1 addition & 0 deletions doc/changelog.d/3404.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore: remove mapdl_inprocess.py from codecov analysis
1 change: 1 addition & 0 deletions doc/changelog.d/3412.miscellaneous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
feat: supporting ´´to_dataframe()´´ for some bc list commands
1 change: 1 addition & 0 deletions doc/changelog.d/3414.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs: cards layout for the landing page
1 change: 1 addition & 0 deletions doc/changelog.d/3417.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump the minimal group with 2 updates
1 change: 1 addition & 0 deletions doc/changelog.d/3418.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump ansys-sphinx-theme from 1.0.8 to 1.0.11 in the core group
1 change: 1 addition & 0 deletions doc/changelog.d/3419.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump sphinx-autobuild from 2024.9.3 to 2024.9.19 in the documentation group
1 change: 1 addition & 0 deletions doc/changelog.d/3428.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: disabling logging on `__del__`
129 changes: 61 additions & 68 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


.. meta::
:keywords: pymapdl mapdl simulation finite elements python
:keywords: pymapdl, mapdl, simulation, finite elements, python


.. toctree::
Expand Down Expand Up @@ -40,81 +40,74 @@

.. vale on
.. grid:: 3
.. grid:: 2 2 3 3
:gutter: 1 2 3 3
:padding: 1 2 3 3

.. grid-item::
.. card:: :fa:`newspaper` Know what is PyMAPDL
:link: ref_project_page
:link-type: ref
.. grid-item-card:: :fa:`newspaper` Know what is PyMAPDL
:link: ref_project_page
:link-type: ref

Check our project page :ref:`ref_project_page`
where a quick project overview can be found.
Learn what this project is about!
Check our project page :ref:`ref_project_page`
where a quick project overview can be found.
Learn what this project is about!

.. grid-item::
.. card:: :fa:`book` Learn how to use PyMAPDL
:link: ref_learning
:link-type: ref
.. grid-item-card:: :fa:`book` Learn how to use PyMAPDL
:link: ref_learning
:link-type: ref

Check our :ref:`ref_learning` section.
It is recommended you follow the
:ref:`ref_pymapdl_course` course.
Check our :ref:`ref_learning` section.
It is recommended you follow the
:ref:`ref_pymapdl_course` course.

.. grid-item::
.. card:: :fa:`terminal` Learn how to get started
:link: ref_getting_started
:link-type: ref
.. grid-item-card:: :fa:`terminal` Learn how to get started
:link: ref_getting_started
:link-type: ref

Check our :ref:`ref_getting_started` section to learn to
:ref:`ref_using_standard_install`, :ref:`ref_pymapdl_installation`,
and :ref:`ref_launch_pymapdl`.
Check our :ref:`ref_getting_started` section to learn to
:ref:`ref_using_standard_install`, :ref:`ref_pymapdl_installation`,
and :ref:`ref_launch_pymapdl`.

.. grid-item::
.. card:: :fa:`gears` See some PyMAPDL usage examples
:link: ref_examples
:link-type: ref
.. grid-item-card:: :fa:`gears` See some PyMAPDL usage examples
:link: ref_examples
:link-type: ref

In our :ref:`ref_examples` section, you
can find a great collection of PyMAPDL
user cases.
In our :ref:`ref_examples` section, you
can find a great collection of PyMAPDL
user cases.

.. grid-item::
.. card:: :fa:`book-open-reader` Use the different library modules
:link: ref_user_guide
:link-type: ref
.. grid-item-card:: :fa:`book-open-reader` Use the different library modules
:link: ref_user_guide
:link-type: ref

Check our :ref:`ref_user_guide` chapter.
Don't miss the right side bar with the table content.
Check our :ref:`ref_user_guide` chapter.
Don't miss the right side bar with the table content.

.. grid-item::
.. card:: :fa:`question` Help with PyMAPDL
:link: ref_troubleshooting
:link-type: ref

Check our :ref:`ref_troubleshooting` section.
Additionally, there are some helpful
resources in :ref:`faq`.

.. grid-item::
.. card:: :fa:`users` Contribute to PyMAPDL project
:link: ref_contributing
:link-type: ref

Great!! Check our :ref:`ref_contributing`
section to start contribute.

.. grid-item::
.. card:: :fa:`user-pen` Document or create an example for PyMAPDL
:link: write_documentation
:link-type: ref

Check our :ref:`write_documentation` section.

.. grid-item::
.. card:: :fa:`keyboard` Develop PyMAPDL
:link: developing_pymapdl
:link-type: ref

Check our :ref:`developing_pymapdl` section
to get guidance about setting
the project for development.
.. grid-item-card:: :fa:`question` Help with PyMAPDL
:link: ref_troubleshooting
:link-type: ref

Check our :ref:`ref_troubleshooting` section.
Additionally, there are some helpful
resources in :ref:`faq`.

.. grid-item-card:: :fa:`users` Contribute to PyMAPDL project
:link: ref_contributing
:link-type: ref

Great!! Check our :ref:`ref_contributing`
section to start contribute.

.. grid-item-card:: :fa:`user-pen` Document or create an example for PyMAPDL
:link: write_documentation
:link-type: ref

Check our :ref:`write_documentation` section.

.. grid-item-card:: :fa:`keyboard` Develop PyMAPDL
:link: developing_pymapdl
:link-type: ref

Check our :ref:`developing_pymapdl` section
to get guidance about setting
the project for development.
6 changes: 3 additions & 3 deletions minimum_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ansys-api-mapdl==0.5.2
importlib-metadata==8.4.0
numpy==1.26.4
platformdirs==4.2.2
importlib-metadata==8.5.0
numpy==2.1.1
platformdirs==4.3.6
psutil==6.0.0
pyansys-tools-versioning==0.6.0
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"importlib-metadata>=4.0",
"matplotlib>=3.0.0", # for colormaps for pyvista
"numpy>=1.14.0,<1.25.0; python_version < '3.9'",
"numpy>=1.14.0,<2.0.0; python_version >= '3.9'",
"numpy>=1.14.0,<3.0.0; python_version >= '3.9'",
"pexpect>=4.8.0 ; platform_system=='Linux'",
"platformdirs>=3.6.0",
"protobuf>=3.12.2", # minimum required based on latest ansys-grpc-mapdl
Expand Down Expand Up @@ -58,7 +58,7 @@ jupyter = [

tests = [
"ansys-dpf-core==0.10.1",
"ansys-tools-visualization-interface==0.4.0",
"ansys-tools-visualization-interface==0.4.4",
"autopep8==2.3.1",
"matplotlib==3.9.2",
"pandas==2.2.2",
Expand All @@ -68,15 +68,15 @@ tests = [
"pytest-memprof<0.3.0",
"pytest-pyvista==0.1.9",
"pytest-rerunfailures==14.0",
"pytest==8.3.2",
"pytest==8.3.3",
"scipy==1.14.1",
"vtk==9.3.1",
]
doc = [
"ansys-dpf-core==0.10.1",
"ansys-mapdl-reader==0.54.1",
"ansys-tools-visualization-interface==0.4.0",
"ansys-sphinx-theme==1.0.8",
"ansys-tools-visualization-interface==0.4.4",
"ansys-sphinx-theme==1.0.11",
"grpcio==1.66.1",
"imageio-ffmpeg==0.5.1",
"imageio==2.35.1",
Expand All @@ -85,12 +85,12 @@ doc = [
"matplotlib==3.9.2",
"numpydoc==1.8.0",
"pandas==2.2.2",
"plotly==5.24.0",
"plotly==5.24.1",
"pyiges[full]==0.3.1",
"pypandoc==1.13",
"pytest-sphinx==0.6.3",
"pythreejs==2.4.2",
"sphinx-autobuild==2024.4.16",
"sphinx-autobuild==2024.9.19",
"sphinx-autodoc-typehints==1.25.2",
"sphinx-copybutton==0.5.2",
"sphinx-design==0.6.1",
Expand Down
Loading

0 comments on commit abaafd4

Please sign in to comment.