diff --git a/.ci_support/environment-pyiron-atomistics-0-8-4.yml b/.ci_support/environment-pyiron-atomistics-0-8-4.yml new file mode 100644 index 0000000..4f439a2 --- /dev/null +++ b/.ci_support/environment-pyiron-atomistics-0-8-4.yml @@ -0,0 +1,10 @@ +channels: +- conda-forge +dependencies: +- coverage +- hatchling =1.27.0 +- hatch-vcs =0.5.0 +- pyiron-data =0.0.30 +- pyiron_atomistics =0.8.4 +- lammps =2024.08.29=*_openmpi_* +- sphinxdft =3.1 diff --git a/.ci_support/environment-pyiron-atomistics-0-8-5.yml b/.ci_support/environment-pyiron-atomistics-0-8-5.yml new file mode 100644 index 0000000..e5d03f5 --- /dev/null +++ b/.ci_support/environment-pyiron-atomistics-0-8-5.yml @@ -0,0 +1,10 @@ +channels: +- conda-forge +dependencies: +- coverage +- hatchling =1.27.0 +- hatch-vcs =0.5.0 +- pyiron-data =0.0.30 +- pyiron_atomistics =0.8.5 +- lammps =2024.08.29=*_openmpi_* +- sphinxdft =3.1 diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 3bde31d..29b264c 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -165,6 +165,8 @@ jobs: - environment-file: .ci_support/environment-pyiron-atomistics-0-8-1.yml - environment-file: .ci_support/environment-pyiron-atomistics-0-8-2.yml - environment-file: .ci_support/environment-pyiron-atomistics-0-8-3.yml + - environment-file: .ci_support/environment-pyiron-atomistics-0-8-4.yml + - environment-file: .ci_support/environment-pyiron-atomistics-0-8-5.yml steps: - uses: actions/checkout@v4 - name: Conda config diff --git a/README.md b/README.md index 613aa2e..b4cff3b 100644 --- a/README.md +++ b/README.md @@ -30,38 +30,40 @@ job_classes Supported versions of `pyiron_atomistics`: `pyiron_atomistics` version `0.6.X`: -* `0.6.20` - Jan 8 2025 -* `0.6.21` - Jan 9 2025 -* `0.6.22` - Jan 13 2025 -* `0.6.23` - Feb 6 2025 -* `0.6.24` - Feb 17 2025 -* `0.6.25` - Feb 21 2025 +* `0.6.20` - Jan 8 2025 (Python 3.12) +* `0.6.21` - Jan 9 2025 (Python 3.12) +* `0.6.22` - Jan 13 2025 (Python 3.12) +* `0.6.23` - Feb 6 2025 (Python 3.12) +* `0.6.24` - Feb 17 2025 (Python 3.12) +* `0.6.25` - Feb 21 2025 (Python 3.12) `pyiron_atomistics` version `0.7.X`: -* `0.7.0` - Feb 28 2025 -* `0.7.1` - Mar 5 2025 -* `0.7.2` - Mar 12 2025 -* `0.7.3` - Apr 3 2025 -* `0.7.4` - Apr 14 2025 -* `0.7.5` - Apr 17 2025 -* `0.7.6` - Apr 30 2025 -* `0.7.7` - May 17 2025 -* `0.7.8` - Jun 6 2025 -* `0.7.9` - Jul 6 2025 -* `0.7.10` - Jul 6 2025 -* `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 -* `0.7.18` - Sep 15 2025 -* `0.7.19` - Sep 22 2025 -* `0.7.20` - Sep 27 2025 +* `0.7.0` - Feb 28 2025 (Python 3.12) +* `0.7.1` - Mar 5 2025 (Python 3.12) +* `0.7.2` - Mar 12 2025 (Python 3.12) +* `0.7.3` - Apr 3 2025 (Python 3.12) +* `0.7.4` - Apr 14 2025 (Python 3.12) +* `0.7.5` - Apr 17 2025 (Python 3.12) +* `0.7.6` - Apr 30 2025 (Python 3.12) +* `0.7.7` - May 17 2025 (Python 3.12) +* `0.7.8` - Jun 6 2025 (Python 3.12) +* `0.7.9` - Jul 6 2025 (Python 3.12) +* `0.7.10` - Jul 6 2025 (Python 3.12) +* `0.7.11` - Jul 10 2025 (Python 3.12) +* `0.7.12` - Jul 21 2025 (Python 3.12) +* `0.7.13` - Jul 22 2025 (Python 3.12) +* `0.7.14` - Aug 13 2025 (Python 3.12) +* `0.7.15` - Aug 18 2025 (Python 3.12) +* `0.7.16` - Aug 26 2025 (Python 3.12) +* `0.7.17` - Sep 9 2025 (Python 3.12) +* `0.7.18` - Sep 15 2025 (Python 3.12) +* `0.7.19` - Sep 22 2025 (Python 3.12) +* `0.7.20` - Sep 27 2025 (Python 3.12) `pyiron_atomistics` version `0.8.X`: -* `0.8.0` - Sep 30 2025 -* `0.8.1` - Oct 7 2025 -* `0.8.2` - Nov 1 2025 -* `0.8.3` - Nov 1 2025 \ No newline at end of file +* `0.8.0` - Sep 30 2025 (Python 3.12) +* `0.8.1` - Oct 7 2025 (Python 3.13) +* `0.8.2` - Nov 1 2025 (Python 3.13) +* `0.8.3` - Nov 7 2025 (Python 3.13) +* `0.8.4` - Nov 10 2025 (Python 3.13) +* `0.8.5` - Nov 30 2025 (Python 3.13) \ No newline at end of file