Skip to content

Commit

Permalink
Merge pull request #162 from martimunicoy/openff-0.10.1
Browse files Browse the repository at this point in the history
Upgrade openff-toolkit
  • Loading branch information
martimunicoy committed Dec 15, 2021
2 parents 1a291e7 + acd12a3 commit bbdb38d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion devtools/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ requirements:
- networkx
- rdkit
- ambertools
- openff-toolkit==0.10.0
- openff-toolkit==0.10.1

about:
home: https://github.com/martimunicoy/peleffy
Expand Down
2 changes: 1 addition & 1 deletion devtools/envs/standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ dependencies:
- ipython
- ambertools
- rdkit
- openff-toolkit==0.10.0
- openff-toolkit==0.10.1
9 changes: 6 additions & 3 deletions docs/releasehistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,20 @@ This is a minor release of peleffy that adds a new module to generate alchemical

New features
""""""""""""
- `PR #154 <https://github.com/martimunicoy/peleffy/pull/154>`_: Introduces Alchemizer module to generate hybrid topologies
- `PR #155 <https://github.com/martimunicoy/peleffy/pull/155>`_: Adds support for PELE's AMBER with a new Impact template
- `PR #162 <https://github.com/martimunicoy/peleffy/pull/162>`_: Upgrade to openff-toolkit 0.10.1

Bugfixes
""""""""
- `PR #158 <https://github.com/martimunicoy/peleffy/pull/158>`_: Fix minor bug when using the --chain flag and introduces checks for the input PDB in the peleffy.main module.
- `PR #159 <https://github.com/martimunicoy/peleffy/pull/159>`_: Fix issues with long atom numbers and heteromolecules extraction.
- `PR #158 <https://github.com/martimunicoy/peleffy/pull/158>`_: Fix minor bug when using the --chain flag and introduces checks for the input PDB in the peleffy.main module
- `PR #159 <https://github.com/martimunicoy/peleffy/pull/159>`_: Fix issues with long atom numbers and heteromolecules extraction

Tests added
"""""""""""
- `PR #154 <https://github.com/martimunicoy/peleffy/pull/154>`_: Adds a collection of tests for Alchemizer module
- `PR #155 <https://github.com/martimunicoy/peleffy/pull/155>`_: Extends the tests for utils module and introduces new tests for the new AMBER-compatible Impact template
- `PR #158 <https://github.com/martimunicoy/peleffy/pull/158>`_: Extends the tests for the new checks in the peleffy.main module.
- `PR #158 <https://github.com/martimunicoy/peleffy/pull/158>`_: Extends the tests for the new checks in the peleffy.main module


1.3.4 - OpenFF-2.0 Support
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ def find_package_data(data_root, package_root):
+ 'a Python package that builds PELE-compatible force '
+ 'field templates.',
classifiers=[
"Development Status :: 1 - Planning",
"Development Status :: 5 - Production/Stable",
"Natural Language :: English",
"Environment :: Console",
"Intended Audience :: Science/Research",
"Topic :: Utilities",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Operating System :: Unix"
"Operating System :: Unix",
"Operating System :: MacOS"
],
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
Expand Down

0 comments on commit bbdb38d

Please sign in to comment.