Skip to content

Commit f966fe8

Browse files
authored
Merge branch 'main' into maint/intersphix
2 parents 6b9d7ec + 225b52a commit f966fe8

Some content is hidden

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

59 files changed

+1094
-474
lines changed

.github/workflows/ci_cd.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
fail-fast: false
8888
matrix:
8989
os: [ubuntu-latest, windows-latest, macos-latest]
90-
python-version: ['3.9', '3.10', '3.11', '3.12']
90+
python-version: ['3.10', '3.11', '3.12']
9191
should-release:
9292
- ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags') }}
9393
exclude:
@@ -217,6 +217,7 @@ jobs:
217217
uses: actions/upload-artifact@v4
218218
if: matrix.mechanical-version == needs.revn-variations.outputs.test_docker_image_version
219219
with:
220+
include-hidden-files: true
220221
name: coverage-tests
221222
path: .cov
222223
retention-days: 7
@@ -225,6 +226,7 @@ jobs:
225226
uses: actions/upload-artifact@v4
226227
if: matrix.mechanical-version == needs.revn-variations.outputs.test_docker_image_version
227228
with:
229+
include-hidden-files: true
228230
name: coverage-file-tests
229231
path: .coverage
230232
retention-days: 7
@@ -256,7 +258,7 @@ jobs:
256258
strategy:
257259
fail-fast: false
258260
matrix:
259-
python-version: ['3.9', '3.10', '3.11', '3.12']
261+
python-version: ['3.10', '3.11', '3.12']
260262

261263
steps:
262264
- uses: actions/checkout@v4
@@ -295,6 +297,7 @@ jobs:
295297
uses: actions/upload-artifact@v4
296298
if: env.MAIN_PYTHON_VERSION == matrix.python-version
297299
with:
300+
include-hidden-files: true
298301
name: coverage-tests-embedding
299302
path: .cov
300303
retention-days: 7
@@ -303,6 +306,7 @@ jobs:
303306
uses: actions/upload-artifact@v4
304307
if: env.MAIN_PYTHON_VERSION == matrix.python-version
305308
with:
309+
include-hidden-files: true
306310
name: coverage-file-tests-embedding
307311
path: .coverage
308312
retention-days: 7
@@ -328,7 +332,7 @@ jobs:
328332
strategy:
329333
fail-fast: false
330334
matrix:
331-
python-version: ['3.9', '3.10', '3.11', '3.12']
335+
python-version: ['3.10', '3.11', '3.12']
332336

333337
steps:
334338
- uses: actions/checkout@v4
@@ -368,6 +372,7 @@ jobs:
368372
uses: actions/upload-artifact@v4
369373
if: env.MAIN_PYTHON_VERSION == matrix.python-version
370374
with:
375+
include-hidden-files: true
371376
name: coverage-tests-embedding-scripts
372377
path: .cov
373378
retention-days: 7
@@ -376,6 +381,7 @@ jobs:
376381
uses: actions/upload-artifact@v4
377382
if: env.MAIN_PYTHON_VERSION == matrix.python-version
378383
with:
384+
include-hidden-files: true
379385
name: coverage-file-tests-embedding-scripts
380386
path: .coverage
381387
retention-days: 7
@@ -401,7 +407,7 @@ jobs:
401407
strategy:
402408
fail-fast: false
403409
matrix:
404-
python-version: ['3.9', '3.10', '3.11', '3.12']
410+
python-version: ['3.10', '3.11', '3.12']
405411

406412
steps:
407413
- uses: actions/checkout@v4
@@ -454,6 +460,7 @@ jobs:
454460
uses: actions/upload-artifact@v4
455461
if: env.MAIN_PYTHON_VERSION == matrix.python-version
456462
with:
463+
include-hidden-files: true
457464
name: coverage-tests-remote-session-launch
458465
path: .cov
459466
retention-days: 7
@@ -462,6 +469,7 @@ jobs:
462469
uses: actions/upload-artifact@v4
463470
if: env.MAIN_PYTHON_VERSION == matrix.python-version
464471
with:
472+
include-hidden-files: true
465473
name: coverage-file-tests-remote-session-launch
466474
path: .coverage
467475
retention-days: 7
@@ -661,9 +669,11 @@ jobs:
661669
- name: Upload combined coverage results
662670
uses: actions/upload-artifact@v4
663671
with:
672+
include-hidden-files: true
664673
name: combined-coverage-results
665674
path: .coverage-combined
666675
retention-days: 7
676+
667677
- name: Upload coverage to Codecov
668678
uses: codecov/codecov-action@v4
669679
env:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ repos:
6969
- id: check-added-large-files
7070

7171
- repo: https://github.com/python-jsonschema/check-jsonschema
72-
rev: 0.29.1
72+
rev: 0.29.2
7373
hooks:
7474
- id: check-github-workflows
7575

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
.. image:: https://raw.githubusercontent.com/ansys/pymechanical/main/doc/source/_static/logo/pymechanical-logo-light.png
1+
.. image:: https://raw.githubusercontent.com/ansys/pymechanical/main/doc/source/_static/logo/pymechanical-logo.png
22
:alt: PyMechanical logo
3+
:width: 580px
34

45

56
|pyansys| |pypi| |python| |GH-CI| |codecov| |MIT| |black|
@@ -49,7 +50,7 @@ Mechanical within Python's ecosystem. It includes the ability to:
4950
Install the package
5051
-------------------
5152

52-
Install PyMechanical using `pip` with::
53+
Install PyMechanical using ``pip`` with::
5354

5455
pip install ansys-mechanical-core
5556

doc/changelog.d/872.maintenance.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/875.maintenance.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/882.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
launch_gui command

doc/changelog.d/889.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
update CHANGELOG for v0.11.7

doc/changelog.d/891.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump grpcio from 1.66.0 to 1.66.1 in the core group

doc/changelog.d/892.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump the doc group with 2 updates

doc/changelog.d/894.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update ``execute_script`` method

0 commit comments

Comments
 (0)