-
Notifications
You must be signed in to change notification settings - Fork 124
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 feat/supporting-slurm-manager
- Loading branch information
Showing
63 changed files
with
2,311 additions
and
1,429 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
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 |
---|---|---|
|
@@ -863,7 +863,9 @@ jobs: | |
needs: [release] | ||
steps: | ||
- name: Deploy the stable documentation | ||
uses: ansys/actions/doc-deploy-stable@v5 | ||
# TODO: testing SEO improvements. This branch avoids creating a | ||
# sitemap.xml pages in opposite to v5. | ||
uses: ansys/actions/doc-deploy-stable@feat/seo-improvements | ||
with: | ||
cname: ${{ env.DOCUMENTATION_CNAME }} | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -906,7 +908,8 @@ jobs: | |
needs: [docs-build] | ||
steps: | ||
- name: Deploy the latest documentation | ||
uses: ansys/actions/doc-deploy-dev@v5 | ||
# TODO: testing SEO improvements. This branch reuses the "index.html" from the stable version | ||
uses: ansys/actions/doc-deploy-dev@feat/seo-improvements | ||
with: | ||
cname: ${{ env.DOCUMENTATION_CNAME }} | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -951,7 +954,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: "Set up Julia" | ||
uses: julia-actions/setup-julia@v1 | ||
uses: julia-actions/setup-julia@v2 | ||
with: | ||
version: ${{ matrix.julia-version }} | ||
|
||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ name = "ansys-mapdl-core" | |
version = "0.69.dev0" | ||
description = "A Python wrapper for Ansys MAPDL." | ||
readme = "README.md" | ||
requires-python = ">=3.9,<3.13" | ||
requires-python = ">=3.9,<3.13" # Update also 'MINIMUM_PYTHON_VERSION' in src/ansys/mapdl/core/__init__.py | ||
license = {file = "LICENSE"} | ||
authors = [ | ||
{name = "Ansys, Inc.", email = "[email protected]"}, | ||
|
@@ -69,7 +69,7 @@ tests = [ | |
"pandas==2.2.1", | ||
"pyiges[full]==0.3.1", | ||
"pytest==8.1.1", | ||
"pytest-cov==4.1.0", | ||
"pytest-cov==5.0.0", | ||
"pyvista==0.43.4", | ||
"pyansys-tools-report==0.7.0", | ||
"vtk==9.3.0", | ||
|
@@ -88,7 +88,7 @@ doc = [ | |
"jupyter_sphinx==0.5.3", | ||
"jupyterlab>=3.2.8", | ||
"matplotlib==3.8.3", | ||
"numpydoc==1.6.0", | ||
"numpydoc==1.7.0", | ||
"pandas==2.2.1", | ||
"plotly==5.20.0", | ||
"pyiges[full]==0.3.1", | ||
|
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
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
Oops, something went wrong.