Skip to content

Commit bf18b2f

Browse files
authored
Merge branch 'master' into doc/new-tutorials-section
2 parents 05b8676 + d1a952e commit bf18b2f

File tree

272 files changed

+7880
-1303
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

272 files changed

+7880
-1303
lines changed

.ci/setup_headless_display.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
python -c "from ansys.dpf import core"
111111
112112
- name: "Setup headless display"
113-
uses: pyvista/setup-headless-display-action@v2
113+
uses: pyvista/setup-headless-display-action@48066dd0b79cf46babc16223a1dce3aa4803ec43 # v4.0
114114

115115
- name: "Setup Graphviz"
116116
uses: ts-graphviz/setup-graphviz@v2

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
run: python -c "from ansys.dpf import core"
121121

122122
- name: "Prepare Testing Environment"
123-
uses: ansys/pydpf-actions/prepare_tests@v2.3
123+
uses: ansys/pydpf-actions/prepare_tests@dependencies/bump_pyvista_setup-headless-display-action_to_v4
124124
with:
125125
DEBUG: true
126126

.github/workflows/examples_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: python -c "from ansys.dpf import core"
117117

118118
- name: "Prepare Testing Environment"
119-
uses: ansys/pydpf-actions/prepare_tests@v2.3
119+
uses: ansys/pydpf-actions/prepare_tests@dependencies/bump_pyvista_setup-headless-display-action_to_v4
120120
with:
121121
DEBUG: true
122122

.github/workflows/pydpf-post.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
ls
138138
139139
- name: "Prepare Testing Environment"
140-
uses: ansys/pydpf-actions/prepare_tests@v2.3
140+
uses: ansys/pydpf-actions/prepare_tests@dependencies/bump_pyvista_setup-headless-display-action_to_v4
141141
with:
142142
DEBUG: true
143143
working-directory: pydpf-post
@@ -147,21 +147,37 @@ jobs:
147147
run: pip list
148148

149149
- name: "Test Docstrings"
150+
id: docstrings
150151
uses: ansys/pydpf-actions/[email protected]
151152
with:
152153
MODULE: post
153154
PACKAGE_NAME: ansys-dpf-post
154155
working-directory: pydpf-post/src
155156
if: inputs.test_docstrings == 'true'
156157
timeout-minutes: 10
158+
continue-on-error: true
159+
160+
- uses: mainmatter/continue-on-error-comment@v1
161+
with:
162+
repo-token: ${{ secrets.GITHUB_TOKEN }}
163+
outcome: ${{ steps.docstrings.outcome }}
164+
test-id: PyDPF-Post docstring tests on ${{ matrix.os }}
157165

158166
- name: "Test API"
167+
id: api
159168
shell: bash
160169
working-directory: pydpf-post/tests
161170
run: |
162171
pytest $DEBUG --maxfail=5 --reruns 2 .
163172
if: always()
164173
timeout-minutes: 60
174+
continue-on-error: true
165175

176+
- uses: mainmatter/continue-on-error-comment@v1
177+
with:
178+
repo-token: ${{ secrets.GITHUB_TOKEN }}
179+
outcome: ${{ steps.api.outcome }}
180+
test-id: PyDPF-Post API tests on ${{ matrix.os }}
181+
166182
- name: "Kill all servers"
167183
uses: ansys/pydpf-actions/[email protected]

.github/workflows/test_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: python -c "from ansys.dpf import core"
9999

100100
- name: "Prepare Testing Environment"
101-
uses: ansys/pydpf-actions/prepare_tests@v2.3
101+
uses: ansys/pydpf-actions/prepare_tests@dependencies/bump_pyvista_setup-headless-display-action_to_v4
102102
with:
103103
DEBUG: true
104104

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
python -c "from ansys.dpf import core"
207207
208208
- name: "Prepare Testing Environment"
209-
uses: ansys/pydpf-actions/prepare_tests@v2.3
209+
uses: ansys/pydpf-actions/prepare_tests@dependencies/bump_pyvista_setup-headless-display-action_to_v4
210210
with:
211211
DEBUG: true
212212

CONTRIBUTORS.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Contributors
2+
3+
## Project Lead
4+
5+
* [Paul Profizi](https://github.com/PProfizi)
6+
7+
## Individual Contributors
8+
9+
* [Alex Kaszynski](https://github.com/akaszynski)
10+
* [Alex Kaszynski](https://github.com/ansys-akaszyns)
11+
* [Alexandre Bouthéon](https://github.com/a-bouth)
12+
* [anslpa](https://github.com/anslpa)
13+
* [Antoine Karcher](https://github.com/ansys-akarcher)
14+
* [Arthur Woimbée](https://github.com/awoimbee)
15+
* [Ayush Kumar](https://github.com/ayush-kumar-423)
16+
* [BrunoClappe-Ansys](https://github.com/BClappe)
17+
* [Camille Bellot](https://github.com/cbellot000)
18+
* [Camille Latapie](https://github.com/clatapie)
19+
* [Clément Phan](https://github.com/ClementPhan)
20+
* [Dominik Gresch](https://github.com/greschd)
21+
* [Edu Ramos Fernandez](https://github.com/anseramosfe)
22+
* [Federico Negri](https://github.com/FedericoNegri)
23+
* [German](https://github.com/germa89)
24+
* [Guillem Barroso](https://github.com/GuillemBarroso)
25+
* [guptadivya1501](https://github.com/guptadivya1501)
26+
* [hoangxuyenle](https://github.com/hoangxuyenle)
27+
* [Jamil HAJJAR](https://github.com/ansjhajjar)
28+
* [janvonrickenbach](https://github.com/janvonrickenbach)
29+
* [Jean-Francois Thuong](https://github.com/jfthuong)
30+
* [JennaPaikowsky](https://github.com/JennaPaikowsky)
31+
* [jleonatti](https://github.com/jleonatti)
32+
* [Jorge Martínez](https://github.com/jorgepiloto)
33+
* [Jose Armando Henriquez Roa](https://github.com/jose-henriquez-roa)
34+
* [jose-henriquezroa](https://github.com/jose-henriquezroa)
35+
* [jviqueg](https://github.com/jviqueg)
36+
* [Kathy Pippert](https://github.com/PipKat)
37+
* [kmahajan-cadfem](https://github.com/kmahajan-cadfem)
38+
* [Luisa Felix Salles](https://github.com/luisaFelixSalles)
39+
* [Mattéo Baussart](https://github.com/Matteo-Baussart-ANSYS)
40+
* [Maxime Rey](https://github.com/MaxJPRey)
41+
* [MichaelNale](https://github.com/MichaelNale)
42+
* [Muhammed Adedigba](https://github.com/moe-ad)
43+
* [Oscar Moro](https://github.com/oparreno)
44+
* [Paul P](https://github.com/TheGoldfish01)
45+
* [Pierre Lulé](https://github.com/plule-ansys)
46+
* [Rafael Canton](https://github.com/rafacanton)
47+
* [Ramdane Lagha](https://github.com/rlagha)
48+
* [Revathy Venugopal](https://github.com/Revathyvenugopal162)
49+
* [Roberto Pastor Muela](https://github.com/RobPasMue)
50+
* [Sean Ahern](https://github.com/ahernsean)
51+
* [Theo Meunier](https://github.com/TheoMeunierAnsys)
52+
* [vsousacosta](https://github.com/vsousacosta)

doc/source/_static/dpf_operators.html

Lines changed: 5679 additions & 126 deletions
Large diffs are not rendered by default.

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ def reset_servers(gallery_conf, fname, when):
261261
"own_page_level": "class",
262262
"type": "python",
263263
"options": [
264+
"inherited-members",
264265
"members",
265266
"undoc-members",
266267
"show-inheritance",

0 commit comments

Comments
 (0)