Skip to content

Commit

Permalink
Merge branch 'main' into release/0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed Sep 26, 2024
2 parents ac690ae + 8161171 commit 3df6199
Show file tree
Hide file tree
Showing 57 changed files with 17,519 additions and 16,263 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
day: "saturday"
time: "06:00"
timezone: "Europe/Paris"
reviewers:
- "MaxJPRey"
- "SMoraisAnsys"
Expand All @@ -18,7 +21,10 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "saturday"
time: "06:00"
timezone: "Europe/Paris"
reviewers:
- "MaxJPRey"
- "SMoraisAnsys"
Expand Down
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*** PyAEDT README
-->

[![PyAEDT logo](https://raw.githubusercontent.com/ansys/pyaedt/blob/main/doc/source/_static/logo.png)](https://aedt.docs.pyansys.com)
[![PyAEDT logo](https://raw.githubusercontent.com/ansys/pyaedt/main/doc/source/_static/logo.png)](https://aedt.docs.pyansys.com)

<p style="text-align: center;">
<br> English | <a href="README_CN.md">中文</a>
Expand Down Expand Up @@ -60,6 +60,24 @@ You can also install PyAEDT from Conda-Forge with this command:
```
PyAEDT remains compatible with IronPython and can be still used in the AEDT Framework.

## PyAEDT compatibility requirements

PyAEDT has different compatibility requirements based on its version. Below is an overview of the compatibility matrix between PyAEDT, Python versions, and AEDT releases:

- PyAEDT Version ≤ 0.8.11:
- Python Compatibility:
- Compatible with IronPython (Python 2.7).
- Compatible with Python 3.7 and versions up to Python 3.11.
- AEDT Compatibility:
- All tests were conducted using AEDT 2024 R1.
- PyAEDT Version ≥ 0.9.0:
- Python Compatibility:
- Dropped support for python 3.7 and below.
- Compatible with Python 3.8 and versions up to Python 3.12.
- AEDT Compatibility:
- Version 0.9.x has been tested using AEDT 2024 R1.
- Starting from version 0.10.0, all tests are performed with AEDT 2024 R2.

## About PyAnsys

PyAEDT is part of the larger [PyAnsys](https://docs.pyansys.com "PyAnsys") effort to facilitate the use of Ansys technologies directly from Python.
Expand Down
1,452 changes: 1,452 additions & 0 deletions _unittest/example_models/T03/EngineeringData1.xml

Large diffs are not rendered by default.

2,660 changes: 2,660 additions & 0 deletions _unittest/example_models/T03/EngineeringData2.xml

Large diffs are not rendered by default.

1,491 changes: 1,491 additions & 0 deletions _unittest/example_models/T03/EngineeringData3.xml

Large diffs are not rendered by default.

Loading

0 comments on commit 3df6199

Please sign in to comment.