Skip to content

Commit

Permalink
Downgrade openff-forcefields to 2023.05.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martimunicoy committed Feb 12, 2024
1 parent 97fab63 commit b04991a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
python-version: [3.7, 3.8]
python-version: [3.8, 3.9]
name: Python ${{ matrix.python-version }} at ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: s-weigand/setup-conda@v1
with:
update-conda: true
python-version: 3.7
python-version: 3.9
conda-channels: anaconda, omnia, conda-forge, martimunicoy

- name: Install doc dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
python-version: [3.7, 3.8]
python-version: [3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requirements:
- rdkit
- ambertools
- openff-toolkit==0.10.7
- openff-forcefields==2024.01.0
- openff-forcefields==2023.05.1

about:
home: https://github.com/martimunicoy/peleffy
Expand Down
3 changes: 2 additions & 1 deletion devtools/envs/standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ dependencies:
- ambertools
- rdkit
- openff-toolkit==0.10.7
- openff-forcefields==2024.01.0
- openff-forcefields==2023.05.1

13 changes: 10 additions & 3 deletions docs/releasehistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,23 @@ Releases follow the ``major.minor.micro`` scheme recommended by `PEP440 <https:/
* ``micro`` increments represent bugfix releases or improvements in documentation


1.4.5 - Additional enhancements for alchemistry
-----------------------------------------------
1.4.6 - OpenFF upgrade and enhancements for alchemistry
-------------------------------------------------------

This is a micro release of peleffy that contains additional enhancements for alchemistry module.
This is a micro release of peleffy that supports the latest version of openff-toolkit 0.10. It also
contains additional enhancements for the alchemistry module.

New features
""""""""""""
- `PR #182 <https://github.com/martimunicoy/peleffy/pull/182>`_: support openff-toolkit 0.10.7 and openff-forcefield 2.1.0
- `PR #182 <https://github.com/martimunicoy/peleffy/pull/182>`_: better alchemical structure alignment
- `PR #182 <https://github.com/martimunicoy/peleffy/pull/182>`_: more lambda types available (vdw1 and vdw2)

Tests added
"""""""""""
- `PR #182 <https://github.com/martimunicoy/peleffy/pull/182>`_: corrections for alchemical and mapper tests
- `PR #182 <https://github.com/martimunicoy/peleffy/pull/182>`_: new test to check forcefield names


1.4.5 - Corrections for alchemistry
-----------------------------------
Expand Down

0 comments on commit b04991a

Please sign in to comment.