-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into rcanton/bump_ansys_grpc_dpf
- Loading branch information
Showing
27 changed files
with
2,058 additions
and
703 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,9 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
python-version: ["3.7", "3.8", "3.9", "3.10"] | ||
ANSYS_VERSION: ["241"] | ||
suffix: [".pre0"] | ||
python-version: ["3.8", "3.9", "3.10"] | ||
os: ["windows-latest", "ubuntu-latest"] | ||
|
||
steps: | ||
|
@@ -73,14 +75,14 @@ jobs: | |
uses: ansys/pydpf-actions/[email protected] | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
ANSYS_VERSION: '241' | ||
ANSYS_VERSION: ${{ matrix.ANSYS_VERSION }} | ||
PACKAGE_NAME: ${{env.PACKAGE_NAME}} | ||
MODULE: ${{env.MODULE}} | ||
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}} | ||
install_extras: plotting | ||
wheel: true | ||
wheelhouse: true | ||
standalone_suffix: '' | ||
standalone_suffix: ${{ matrix.suffix }} | ||
|
||
- name: "Prepare Testing Environment" | ||
uses: ansys/pydpf-actions/[email protected] | ||
|
@@ -191,14 +193,14 @@ jobs: | |
with: | ||
ANSYS_VERSION: '241' | ||
python_versions: '["3.10"]' | ||
standalone_suffix: '' | ||
standalone_suffix: '.pre0' | ||
secrets: inherit | ||
|
||
docs: | ||
uses: ./.github/workflows/docs.yml | ||
with: | ||
ANSYS_VERSION: '241' | ||
standalone_suffix: '' | ||
standalone_suffix: '.pre0' | ||
event_name: ${{ github.event_name }} | ||
secrets: inherit | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
.. _ref_kil: | ||
|
||
============ | ||
Known issues | ||
============ | ||
|
||
This page gathers the known issues a user can experience for each version of DPF. | ||
|
||
ansys-dpf-server-2023-2-pre1 | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
|
||
ansys-dpf-server-2023-2-pre0 | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
- Pip install error with ``setuptools>=67.0.0``. | ||
|
||
|
||
Ansys 2023R1 | ||
~~~~~~~~~~~~ | ||
|
||
|
||
Ansys 2022R2 | ||
~~~~~~~~~~~~ | ||
|
||
|
||
Ansys 2022R1 | ||
~~~~~~~~~~~~ | ||
|
||
|
||
Ansys 2021R2 | ||
~~~~~~~~~~~~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ name = "ansys-dpf-post" | |
version = "0.4.1.dev0" | ||
description = "PyDPF-Post Python library." | ||
readme = "README.md" | ||
requires-python = ">=3.7,<4.0" | ||
requires-python = ">=3.8,<4.0" | ||
license = {file = "LICENSE"} | ||
authors = [ | ||
{name = "ANSYS, Inc.", email = "[email protected]"}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
coverage==7.2.7 | ||
pytest-cov==4.0.0 | ||
pytest-rerunfailures==11.0 | ||
pytest==7.3.1 | ||
pytest==7.4.0 | ||
pyvista==0.38.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.