Skip to content

Commit 794bc21

Browse files
authored
Merge branch 'main' into maint/update_261_daily_on_main_add_back_gasket_deformation_operators
2 parents 87c3461 + 7db63f1 commit 794bc21

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

.github/workflows/ci_release.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99
workflow_dispatch:
1010
inputs:
1111
ansys_version:
12-
description: "Ansys version of the standalone."
12+
description: "ANSYS version"
1313
required: false
14-
default: '251'
14+
type: string
1515
standalone_branch_suffix:
1616
description: 'Suffix of the branch on standalone'
1717
required: false
@@ -100,7 +100,7 @@ jobs:
100100
DOCSTRING: false
101101
test_any: true
102102
with:
103-
ANSYS_VERSION: ${{ inputs.ansys_version || '251' }}
103+
ANSYS_VERSION: ${{ inputs.ansys_version || vars.ANSYS_VERSION_LAST_RELEASED }}
104104
python_versions: ${{ matrix.python_versions }}
105105
wheel: ${{ matrix.wheel }}
106106
wheelhouse: ${{ matrix.wheelhouse }}
@@ -112,15 +112,15 @@ jobs:
112112
docs:
113113
uses: ./.github/workflows/docs.yml
114114
with:
115-
ANSYS_VERSION: ${{ inputs.ansys_version || '251' }}
115+
ANSYS_VERSION: ${{ inputs.ansys_version || vars.ANSYS_VERSION_LAST_RELEASED }}
116116
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
117117
event_name: ${{ github.event_name }}
118118
secrets: inherit
119119

120120
examples:
121121
uses: ./.github/workflows/examples.yml
122122
with:
123-
ANSYS_VERSION: ${{ inputs.ansys_version || '251' }}
123+
ANSYS_VERSION: ${{ inputs.ansys_version || vars.ANSYS_VERSION_LAST_RELEASED }}
124124
python_versions: '["3.10", "3.11", "3.12", "3.13"]'
125125
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
126126
secrets: inherit
@@ -131,6 +131,7 @@ jobs:
131131
fail-fast: false
132132
matrix:
133133
dpf:
134+
- {"version": "251", "standalone-suffix": ""}
134135
- {"version": "242", "standalone-suffix": ""}
135136
- {"version": "241", "standalone-suffix": ".sp01"}
136137
- {"version": "232", "standalone-suffix": ""}
@@ -150,7 +151,8 @@ jobs:
150151
fail-fast: false
151152
matrix:
152153
dpf:
153-
- {"version": "251", "standalone-suffix": "${{ github.event.inputs.standalone_branch_suffix || '' }}", "test_docstrings": "true"}
154+
- {"version": "252", "standalone-suffix": "${{ github.event.inputs.standalone_branch_suffix || '' }}", "test_docstrings": "true"}
155+
- {"version": "251", "standalone-suffix": "", "test_docstrings": "false"}
154156
- {"version": "242", "standalone-suffix": "", "test_docstrings": "false"}
155157
- {"version": "241", "standalone-suffix": "", "test_docstrings": "false"}
156158
- {"version": "232", "standalone-suffix": "", "test_docstrings": "false"}
@@ -167,15 +169,15 @@ jobs:
167169
name: "Build and Test on Docker"
168170
uses: ./.github/workflows/test_docker.yml
169171
with:
170-
ANSYS_VERSION: ${{ inputs.ansys_version || '251' }}
172+
ANSYS_VERSION: ${{ inputs.ansys_version || vars.ANSYS_VERSION_LAST_RELEASED }}
171173
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
172174
secrets: inherit
173175

174176
docker_examples:
175177
name: "Run examples on Docker"
176178
uses: ./.github/workflows/examples_docker.yml
177179
with:
178-
ANSYS_VERSION: ${{ inputs.ansys_version || '251' }}
180+
ANSYS_VERSION: ${{ inputs.ansys_version || vars.ANSYS_VERSION_LAST_RELEASED }}
179181
python_versions: '["3.10", "3.11", "3.12", "3.13"]'
180182
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
181183
secrets: inherit

doc/source/getting_started/compatibility.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@ package should also be synchronized with the server version.
4949
- ``ansys.grpc.dpf`` Python module version
5050
- ``ansys.dpf.gatebin`` binaries Python module version
5151
- ``ansys.dpf.gate`` Python module version
52+
* - 10.0 (Ansys 2025 R2)
53+
- 0.13.8 and later
54+
- None
55+
- None
56+
- None
57+
* - 9.1 (Ansys 2025 R1)
58+
- 0.13.4 and later
59+
- None
60+
- None
61+
- None
5262
* - 9.0 (Ansys 2025 R1 pre0)
5363
- 0.13.0 and later
5464
- None

0 commit comments

Comments
 (0)