Skip to content

Commit 847dd70

Browse files
authored
Update pyiron_atomistics (#75)
1 parent 7871049 commit 847dd70

File tree

6 files changed

+51
-1
lines changed

6 files changed

+51
-1
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
channels:
2+
- conda-forge
3+
dependencies:
4+
- coverage
5+
- hatchling =1.27.0
6+
- hatch-vcs =0.5.0
7+
- pyiron-data =0.0.30
8+
- pyiron_atomistics =0.7.19
9+
- lammps =2024.02.07=*_openmpi_*
10+
- sphinxdft =3.1
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
channels:
2+
- conda-forge
3+
dependencies:
4+
- coverage
5+
- hatchling =1.27.0
6+
- hatch-vcs =0.5.0
7+
- pyiron-data =0.0.30
8+
- pyiron_atomistics =0.7.20
9+
- lammps =2024.02.07=*_openmpi_*
10+
- sphinxdft =3.1
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
channels:
2+
- conda-forge
3+
dependencies:
4+
- coverage
5+
- hatchling =1.27.0
6+
- hatch-vcs =0.5.0
7+
- pyiron-data =0.0.30
8+
- pyiron_atomistics =0.8.0
9+
- lammps =2024.08.29=*_openmpi_*
10+
- sphinxdft =3.1
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
channels:
2+
- conda-forge
3+
dependencies:
4+
- coverage
5+
- hatchling =1.27.0
6+
- hatch-vcs =0.5.0
7+
- pyiron-data =0.0.30
8+
- pyiron_atomistics =0.8.1
9+
- lammps =2024.08.29=*_openmpi_*
10+
- sphinxdft =3.1

.github/workflows/pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ jobs:
132132
- environment-file: .ci_support/environment-pyiron-atomistics-0-7-16.yml
133133
- environment-file: .ci_support/environment-pyiron-atomistics-0-7-17.yml
134134
- environment-file: .ci_support/environment-pyiron-atomistics-0-7-18.yml
135+
- environment-file: .ci_support/environment-pyiron-atomistics-0-7-19.yml
136+
- environment-file: .ci_support/environment-pyiron-atomistics-0-7-20.yml
137+
- environment-file: .ci_support/environment-pyiron-atomistics-0-8-0.yml
138+
- environment-file: .ci_support/environment-pyiron-atomistics-0-8-1.yml
135139
steps:
136140
- uses: actions/checkout@v4
137141
- name: Conda config

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,10 @@ Supported versions of `pyiron_atomistics`:
5656
* `0.7.15` - Aug 18 2025
5757
* `0.7.16` - Aug 26 2025
5858
* `0.7.17` - Sep 9 2025
59-
* `0.7.18` - Sep 15 2025
59+
* `0.7.18` - Sep 15 2025
60+
* `0.7.19` - Sep 22 2025
61+
* `0.7.20` - Sep 27 2025
62+
63+
`pyiron_atomistics` version `0.8.X`:
64+
* `0.8.0` - Sep 30 2025
65+
* `0.8.1` - Oct 7 2025

0 commit comments

Comments
 (0)