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
10 changes: 10 additions & 0 deletions .ci_support/environment-pyiron-atomistics-0-8-4.yml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions .ci_support/environment-pyiron-atomistics-0-8-5.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
64 changes: 33 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
* `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)
Loading