-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into release/0.68
- Loading branch information
Showing
152 changed files
with
4,077 additions
and
1,006,551 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
sphinx==7.2.6 | ||
sphinx==7.3.7 | ||
ansys-dpf-core==0.10.1 | ||
ansys-mapdl-reader==0.53.0 | ||
ansys-sphinx-theme==0.14.1 | ||
grpcio==1.62.1 | ||
ansys-sphinx-theme==0.16.4 | ||
grpcio==1.64.0 | ||
imageio-ffmpeg==0.4.9 | ||
imageio==2.34.0 | ||
imageio==2.34.1 | ||
jupyter_sphinx==0.5.3 | ||
jupyterlab>=3.2.8 | ||
matplotlib==3.8.3 | ||
matplotlib==3.9.0 | ||
numpydoc==1.7.0 | ||
pandas==2.2.1 | ||
plotly==5.20.0 | ||
pandas==2.2.2 | ||
plotly==5.22.0 | ||
pyiges[full]==0.3.1 | ||
pypandoc==1.13 | ||
pytest-sphinx==0.6.0 | ||
pytest-sphinx==0.6.3 | ||
pythreejs==2.4.2 | ||
pyvista[trame]==0.43.4 | ||
sphinx-autobuild==2024.2.4 | ||
pyvista[trame]==0.43.8 | ||
sphinx-autobuild==2024.4.16 | ||
sphinx-autodoc-typehints==1.25.2 | ||
sphinx-copybutton==0.5.2 | ||
sphinx-gallery==0.15.0 | ||
sphinx-gallery==0.16.0 | ||
sphinxcontrib-websupport==1.2.7 | ||
sphinxemoji==0.3.1 | ||
sphinx-reredirects==0.1.3 | ||
vtk==9.3.0 | ||
sphinx_design==0.5.0 | ||
sphinx-design==0.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# This is a comment. | ||
# Each line is a file pattern followed by one or more owners. | ||
|
||
# These owners will be the default owners for everything in | ||
# the repo. Unless a later match takes precedence, | ||
# they will be requested for review when someone opens a pull request. | ||
|
||
* @ansys/pymapdl-maintainers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## Description | ||
**Please provide a brief description of the changes made in this pull request.** | ||
|
||
## Issue linked | ||
**Please mention the issue number or describe the problem this pull request addresses.** | ||
|
||
## Checklist | ||
- [ ] I have visited and read [Develop PyMAPDL](https://mapdl.docs.pyansys.com/version/stable/getting_started/develop_pymapdl.html#develop-pymapdl). | ||
- [ ] I have [tested my changes locally](https://mapdl.docs.pyansys.com/version/stable/getting_started/develop_pymapdl.html#unit-testing) | ||
- [ ] I have added necessary [documentation or updated existing documentation](https://mapdl.docs.pyansys.com/version/stable/getting_started/write_documentation.html#id2). | ||
- [ ] I have followed the [PyMAPDL coding style guidelines](https://mapdl.docs.pyansys.com/version/stable/getting_started/develop_pymapdl.html#code-style). | ||
- [ ] I have added appropriate [unit tests](https://mapdl.docs.pyansys.com/version/stable/getting_started/develop_pymapdl.html#unit-testing) that also ensure the [minimal coverage criteria](https://mapdl.docs.pyansys.com/version/stable/getting_started/develop_pymapdl.html#code-coverage). | ||
- [ ] I have reviewed my changes before submitting this pull request. | ||
- [ ] I have [linked the issue or issues](https://dev.docs.pyansys.com/content-writing/content-how-tos/create-PR.html#id2) that are solved to the PR if any. | ||
- [ ] I have [assigned this PR to myself](https://dev.docs.pyansys.com/content-writing/content-how-tos/create-PR.html#id2). | ||
- [ ] I have marked this PR as ``draft`` if it is not ready to be reviewed yet. | ||
- [ ] I have made sure that the title of my PR follows [Commit naming conventions](https://dev.docs.pyansys.com/how-to/contributing.html#commit-naming-conventions) (e.g. ``feat: adding new MAPDL command``) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.