-
Notifications
You must be signed in to change notification settings - Fork 23
Switch from 251 to 252 #1791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch from 251 to 252 #1791
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -11,7 +11,7 @@ on: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ansys_version: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| description: "Ansys version of the standalone." | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| required: false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| default: '251' | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| default: '252' | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| standalone_branch_suffix: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| description: 'Suffix of the branch on standalone' | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| required: false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
@@ -76,7 +76,7 @@ jobs: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| tests: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| uses: ./.github/workflows/tests.yml | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| with: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '252' }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @guptadivya1501 We will also need a retro_251 test just like for retro_241. We actually also need a retro_242 which we must have forgotten to set when switching to 251 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| python_versions: '["3.9", "3.10", "3.11"]' | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| wheel: ${{ matrix.python-version == '3.9' }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| wheelhouse: true | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
@@ -86,7 +86,7 @@ jobs: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| tests_any: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| uses: ./.github/workflows/tests.yml | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| with: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '252' }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| python_versions: '["3.9", "3.10", "3.11"]' | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| wheel: ${{ matrix.python-version == '3.9' }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| wheelhouse: false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
@@ -97,19 +97,39 @@ jobs: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| docs: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| uses: ./.github/workflows/docs.yml | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| with: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '252' }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| event_name: ${{ github.event_name }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| secrets: inherit | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| examples: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| uses: ./.github/workflows/examples.yml | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| with: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '252' }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| python_versions: '["3.9", "3.10", "3.11"]' | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| secrets: inherit | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| retro_251: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| name: "retro 251" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| uses: ./.github/workflows/tests.yml | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| with: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ANSYS_VERSION: "251" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| python_versions: '["3.9"]' | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| standalone_suffix: '.sp01' | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DOCSTRING: false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| secrets: inherit | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| retro_242: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| name: "retro 242" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| uses: ./.github/workflows/tests.yml | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| with: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ANSYS_VERSION: "242" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| python_versions: '["3.9"]' | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| standalone_suffix: '.sp01' | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DOCSTRING: false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| secrets: inherit | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+113
to
+132
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| retro_241: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| name: "retro 241" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| uses: ./.github/workflows/tests.yml | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
@@ -147,14 +167,21 @@ jobs: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DOCSTRING: false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| secrets: inherit | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| pydpf-post_251: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| name: "PyDPF-Post with 251" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| pydpf-post_252: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @guptadivya1501 We will also need retrocompatibility tests with 251, just like for 242 below |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| name: "PyDPF-Post with 252" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| uses: ./.github/workflows/pydpf-post.yml | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| with: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '252' }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| test_docstrings: "true" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| secrets: inherit | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| pydpf-post_251: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| name: "PyDPF-Post with 251" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| uses: ./.github/workflows/pydpf-post.yml | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| with: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ANSYS_VERSION: "251" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| secrets: inherit | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| pydpf-post_242: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| name: "PyDPF-Post with 242" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
@@ -195,15 +222,15 @@ jobs: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| name: "Build and Test on Docker" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| uses: ./.github/workflows/test_docker.yml | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| with: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '252' }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| secrets: inherit | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| docker_examples: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| name: "Run examples on Docker" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| uses: ./.github/workflows/examples_docker.yml | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| with: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '252' }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| python_versions: '["3.9", "3.10", "3.11"]' | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| secrets: inherit | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| """ansys-grpc-dpf python protocol version""" | ||
| __version__ = '0.10.0dev0' # major.minor.patch | ||
| __version__ = '0.11.0dev0' # major.minor.patch |
Uh oh!
There was an error while loading. Please reload this page.