Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .ci_support/environment-pyiron-atomistics-0-7-14.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
channels:
- conda-forge
dependencies:
- jupyter
- papermill
- pyiron-data =0.0.30
- pyiron_atomistics =0.7.14
- lammps =2024.02.07=*_openmpi_*
- sphinxdft =3.1
9 changes: 9 additions & 0 deletions .ci_support/environment-pyiron-atomistics-0-7-15.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
channels:
- conda-forge
dependencies:
- jupyter
- papermill
- pyiron-data =0.0.30
- pyiron_atomistics =0.7.15
- lammps =2024.02.07=*_openmpi_*
- sphinxdft =3.1
9 changes: 9 additions & 0 deletions .ci_support/environment-pyiron-atomistics-0-7-16.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
channels:
- conda-forge
dependencies:
- jupyter
- papermill
- pyiron-data =0.0.30
- pyiron_atomistics =0.7.16
- lammps =2024.02.07=*_openmpi_*
- sphinxdft =3.1
9 changes: 9 additions & 0 deletions .ci_support/environment-pyiron-atomistics-0-7-17.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
channels:
- conda-forge
dependencies:
- jupyter
- papermill
- pyiron-data =0.0.30
- pyiron_atomistics =0.7.17
- lammps =2024.02.07=*_openmpi_*
- sphinxdft =3.1
4 changes: 4 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ jobs:
- environment-file: .ci_support/environment-pyiron-atomistics-0-7-11.yml
- environment-file: .ci_support/environment-pyiron-atomistics-0-7-12.yml
- environment-file: .ci_support/environment-pyiron-atomistics-0-7-13.yml
- environment-file: .ci_support/environment-pyiron-atomistics-0-7-14.yml
- environment-file: .ci_support/environment-pyiron-atomistics-0-7-15.yml
- environment-file: .ci_support/environment-pyiron-atomistics-0-7-16.yml
- environment-file: .ci_support/environment-pyiron-atomistics-0-7-17.yml
steps:
- uses: actions/checkout@v4
- name: Conda config
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ Supported versions of `pyiron_atomistics`:
* `0.7.11` - Jul 10 2025
* `0.7.12` - Jul 21 2025
* `0.7.13` - Jul 22 2025
* `0.7.14` - Aug 13 2025
* `0.7.15` - Aug 18 2025
* `0.7.16` - Aug 26 2025
* `0.7.17` - Sep 9 2025
Loading