Skip to content

Commit

Permalink
test with GROMACS 2024.3
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Oct 10, 2024
1 parent fb2fc61 commit 3cc14d4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ jobs:

os: [ubuntu-latest]
python-version: ["3.12"]
gromacs-version: ["4.6.5", "2018.6", "2020.6", "2021.1", "2022.4", "2023.1"]
gromacs-version: ["4.6.5", "2018.6", "2020.6", "2021.1", "2022.4", "2023.1", "2024.3"]
include:
- os: ubuntu-latest
python-version: "3.10"
gromacs-version: "2023.1"
gromacs-version: "2024.3"
- os: ubuntu-latest
python-version: "3.11"
gromacs-version: "2023.1"
gromacs-version: "2024.3"
- os: macos-latest
python-version: "3.12"
gromacs-version: "2023.1"
gromacs-version: "2024.3"

env:
MPLBACKEND: agg
Expand Down
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Changes
* added testing/support for Python 3.10 (#202) to 3.12 (#283)
* dropped testing/support for Python 3.9 (#286), 3.8 (#281), 3.7 (#248),
3.6 (PR #220, #202)
* support Gromacs 2022.4 and 2023.1 (#256)
* support Gromacs 2022.4 and 2023.1 (#256) and 2024.3 (PR #290)
* use pymbar >= 4 and alchemlyb >= 2 (#246)
* for ensemble.EnsembleAnalysis._single_frame()
changed 'pass' to 'raise NotImplementedError' (#216)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ See `INSTALL`_ for detailed instructions. MDPOW currently supports and
is tested with Python 3.10 to 3.12.

You will also need `Gromacs`_ (currently tested with versions 4.6.5,
2018, 2020, 2021, 2022, 2023 but 2016 and 2019 should also work).
2018, 2020, 2021, 2022, 2023, 2024 but 2016 and 2019 should also work).


Development version
Expand Down
3 changes: 2 additions & 1 deletion doc/sphinx/source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ software package [#GromacsWrapperFramework]_. MDPOW is tested with
* Gromacs 2020.6
* Gromacs 2021.1
* Gromacs 2022.4
* Gromacs 2023.1
* Gromacs 2023.1
* Gromacs 2024.3

but versions 5.x, 2016.x, and 2019.x should also work.
It should be possible to use any of these Gromacs versions without
Expand Down

0 comments on commit 3cc14d4

Please sign in to comment.