-
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.
* drop Python 3.8 * update CHANGELOG.md * update pull_request_template.md * update CITATION.cff
- Loading branch information
1 parent
4ac203e
commit 9cb7f08
Showing
9 changed files
with
35 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
## Changes | ||
|
||
_Describe changes in this PR_ | ||
<!-- | ||
Describe changes in this PR | ||
--> | ||
|
||
## Related Issues | ||
|
||
Closes # (add issue numbers) | ||
<!-- | ||
List related issues and closing issues here | ||
--> | ||
|
||
## Checks | ||
|
||
- [ ] updated CHANGELOG.rst | ||
- [ ] updated tests | ||
- [ ] updated doc/ | ||
- [ ] updated `CHANGELOG.md` | ||
- [ ] updated `tests/` | ||
- [ ] updated `doc/` | ||
- [ ] update example/tutorial notebooks | ||
- [ ] update manifest file |
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
os: [ubuntu-latest] | ||
py: ['3.8', '3.9', '3.10', '3.11'] | ||
py: ['3.9', '3.10', '3.11'] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
|
@@ -61,17 +61,17 @@ jobs: | |
run: micromamba activate weldx | ||
|
||
- name: install cookiecutter | ||
if: matrix.py == '3.8' | ||
if: matrix.py == '3.10' | ||
run: | | ||
pip install cookiecutter | ||
- name: create installable quality standard from repo | ||
if: matrix.py == '3.8' | ||
if: matrix.py == '3.10' | ||
run: | | ||
cookiecutter --no-input https://github.com/BAMWeldx/quality-standard-template | ||
- name: install quality standard | ||
if: matrix.py == '3.8' | ||
if: matrix.py == '3.10' | ||
run: | | ||
pip install -e ./quality_standard_demo | ||
|
@@ -87,32 +87,32 @@ jobs: | |
path: pytest.xml | ||
|
||
- name: run pytest on notebooks (append coverage) | ||
if: matrix.py == '3.8' | ||
if: matrix.py == '3.10' | ||
run: | | ||
pytest -n 2 --dist loadfile --nbval --current-env --cov-append ./doc/src/tutorials/ | ||
- name: test with WeldxFile | ||
if: matrix.py == '3.8' | ||
if: matrix.py == '3.10' | ||
run: | | ||
pytest -n 2 --weldx-file-rw-buffer --weldx-file-rw-buffer-disp-header --cov-append ./weldx/tests/asdf_tests | ||
- name: test quality standard | ||
if: matrix.py == '3.8' | ||
if: matrix.py == '3.10' | ||
run: | | ||
pytest --cov-append ./weldx/tests/asdf_tests/quality_standards_check.py | ||
- name: test installable quality standard from template repository | ||
if: matrix.py == '3.8' | ||
if: matrix.py == '3.10' | ||
run: | | ||
pytest --cov-append ./weldx/tests/asdf_tests/installable_quality_standard_check.py | ||
- name: coverage xml (combination is performed by pytest-cov) | ||
if: matrix.py == '3.8' | ||
if: matrix.py == '3.10' | ||
run: coverage xml | ||
|
||
- name: codecov.io | ||
if: matrix.py == '3.8' | ||
if: matrix.py == '3.10' | ||
uses: codecov/[email protected] | ||
|
||
compat: | ||
|
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,8 +1,8 @@ | ||
# YAML 1.2 | ||
--- | ||
title: weldx | ||
version: 0.6.4 | ||
date-released: 2023-02-09 | ||
version: 0.6.5 | ||
date-released: 2023-04-06 | ||
authors: | ||
- affiliation: "Bundesanstalt für Materialforschung und -prüfung (BAM)" | ||
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
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