Skip to content

Commit

Permalink
Merge branch 'main' into release/0.68
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie committed Jun 18, 2024
2 parents 28371c7 + e3f3a09 commit 56b2251
Show file tree
Hide file tree
Showing 152 changed files with 4,077 additions and 1,006,551 deletions.
14 changes: 7 additions & 7 deletions .devcontainer/codespaces-dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ansys-dpf-core==0.10.1
autopep8==2.1.0
matplotlib==3.8.3
scipy==1.12.0
pandas==2.2.1
autopep8==2.2.0
matplotlib==3.9.0
scipy==1.13.1
pandas==2.2.2
pyiges[full]==0.3.1
pytest==8.1.1
pytest==8.2.1
pytest-cov==5.0.0
pyvista==0.43.4
pyansys-tools-report==0.7.0
pyvista==0.43.8
pyansys-tools-report==0.7.3
vtk==9.3.0
pytest-rerunfailures==14.0
pytest-pyvista==0.1.9
Expand Down
24 changes: 12 additions & 12 deletions .devcontainer/codespaces-docs/requirements.txt
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
14 changes: 7 additions & 7 deletions .devcontainer/devcontainer-local/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ansys-dpf-core==0.10.1
autopep8==2.1.0
matplotlib==3.8.3
scipy==1.12.0
pandas==2.2.1
autopep8==2.2.0
matplotlib==3.9.0
scipy==1.13.1
pandas==2.2.2
pyiges[full]==0.3.1
pytest==8.1.1
pytest==8.2.1
pytest-cov==5.0.0
pyvista==0.43.4
pyansys-tools-report==0.7.0
pyvista==0.43.8
pyansys-tools-report==0.7.3
vtk==9.3.0
pytest-rerunfailures==14.0
pytest-pyvista==0.1.9
Expand Down
8 changes: 8 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
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
14 changes: 11 additions & 3 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ body:
- 'MacOS'
- 'Linux'
validations:
required: false
required: true

- type: dropdown
id: python-version
Expand All @@ -85,7 +85,15 @@ body:
- '3.11'
- '3.12'
validations:
required: false
required: true

- type: input
id: mapdl-version
attributes:
label: 💾 Which MAPDL version are you using?
placeholder: ex. 24.1 or 2024R1
validations:
required: true

- type: textarea
id: pymapdl-report
Expand Down Expand Up @@ -142,4 +150,4 @@ body:
</details>
validations:
required: false
required: false
62 changes: 2 additions & 60 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ updates:
assignees:
- "ansys/pymapdl-maintainers"
commit-message:
prefix: "MAINT"
prefix: "ci"
groups:
actions:
patterns:
Expand All @@ -29,7 +29,7 @@ updates:
assignees:
- "ansys/pymapdl-maintainers"
commit-message:
prefix: "MAINT"
prefix: "build"
groups:
minimal:
patterns:
Expand Down Expand Up @@ -88,61 +88,3 @@ updates:
jupyter:
patterns:
- "ipywidgets"


- directory: "/.devcontainer" # Location of package manifests
package-ecosystem: "pip" # See documentation for possible values
insecure-external-code-execution: allow
schedule:
interval: "weekly"
day: "friday"
time: "00:00"
labels:
- "Maintenance"
- "Dependencies"
assignees:
- "ansys/pymapdl-maintainers"
commit-message:
prefix: "MAINT"
groups:
all:
patterns:
- *

- directory: "/.devcontainer/codespaces-docs" # Location of package manifests
package-ecosystem: "pip" # See documentation for possible values
insecure-external-code-execution: allow
schedule:
interval: "weekly"
day: "friday"
time: "00:00"
labels:
- "Maintenance"
- "Dependencies"
assignees:
- "ansys/pymapdl-maintainers"
commit-message:
prefix: "MAINT"
groups:
all:
patterns:
- *

- directory: "/.devcontainer/devcontainer-local" # Location of package manifests
package-ecosystem: "pip" # See documentation for possible values
insecure-external-code-execution: allow
schedule:
interval: "weekly"
day: "friday"
time: "00:00"
labels:
- "Maintenance"
- "Dependencies"
assignees:
- "ansys/pymapdl-maintainers"
commit-message:
prefix: "MAINT"
groups:
all:
patterns:
- *
22 changes: 13 additions & 9 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,35 +58,35 @@
# By Category
# ===========

- name: BUG
- name: bug
description: "Issue, problem or error in PyMAPDL"
color: E67E22

- name: New Feature
- name: new Feature
description: "Request or proposal for a new feature"
color: 85C1E9

- name: Enhancement
- name: enhancement
description: "Improve any current implemented feature"
color: 85C1E9

- name: Examples
- name: examples
description: "Publishing PyMAPDL examples"
color: A569BD

- name: Documentation
- name: documentation
description: "Documentation related (improving, adding, etc)"
color: A569BD

- name: Maintenance
- name: maintenance
description: "General maintenance of the repo (libraries, cicd, etc)"
color: 76D7C4

- name: Discussion
- name: discussion
description: ""
color: 76D7C4

- name: Question
- name: question
description: ""
color: 76D7C4

Expand All @@ -110,6 +110,10 @@
description: "Stale issue, it will be closed soon"
color: E67E22

- name: Waiting doc review
description: "This PR is waiting for its documentation to be reviewed."
color: 27AE60

#############################################################
# For repo maintance
# ==================
Expand All @@ -123,7 +127,7 @@
description: "Related with CICD, Github Actions, etc"
color: F9E79F

- name: Dependencies
- name: dependencies
description: ""
color: F9E79F

Expand Down
17 changes: 17 additions & 0 deletions .github/pull_request_template.md
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``)
2 changes: 1 addition & 1 deletion .github/workflows/cache_cleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.7

- name: Cleanup PR caches
if: github.event_name != 'workflow_dispatch'
Expand Down
Loading

0 comments on commit 56b2251

Please sign in to comment.