Skip to content

Commit

Permalink
Release 0.21.0 (#545)
Browse files Browse the repository at this point in the history
* updated docs

* add all the context cache fixes

* Update docs/releasehistory.rst

Co-authored-by: Iván Pulido <[email protected]>

Co-authored-by: Iván Pulido <[email protected]>
  • Loading branch information
mikemhenry and ijpulidos committed Feb 4, 2022
1 parent 108a88e commit b233203
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/releasehistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ Release History
0.2Y.Z - XXXXXX release
=======================

0.20.4 - Bugfix release
======================
0.21.0 - Bugfix release
=======================


Bugfixes
--------
- Fixes TestAbsoluteAlchemicalFactory.test_overlap NaNs (`#534 <https://github.com/choderalab/openmmtools/pull/534>`_)
- Try closing reporter in test for windows fix (`#535 <https://github.com/choderalab/openmmtools/pull/535>`_)
- Follow NEP 29 and test newer python versions and drop old ones (`#542 <https://github.com/choderalab/openmmtools/pull/542>`_)
- Update to handle the new OpenMM 7.6 package namespace (`#528 <https://github.com/choderalab/openmmtools/pull/528>`_)
- Context cache usage cleanup (`#538 <https://github.com/choderalab/openmmtools/pull/538>_`). Avoiding memory issues and more streamlined API usage of `ContextCache` objects.


Known issues
Expand All @@ -19,10 +23,13 @@ Known issues

Enhancement
-----------
- Use of CODATA 2018 constants information from OpenMM 7.6.0. (`#522 <https://github.com/choderalab/openmmtools/pull/522>`_)
- Use of CODATA 2018 constants information from OpenMM 7.6.0. (`#522 <https://github.com/choderalab/openmmtools/pull/522>`_) & (`#525 <https://github.com/choderalab/openmmtools/pull/525>_`)
- Use new way of importing OpenMM >= 7.6. (`#528 <https://github.com/choderalab/openmmtools/pull/528>`_)
- Remove logic for missing file when retrying to open a dataset (`#515 <https://github.com/choderalab/openmmtools/pull/515>`_)


`Full Changelog <https://github.com/choderalab/openmmtools/compare/0.20.3...0.20.4>`_

0.20.3 - Bugfix release
=======================

Expand Down

0 comments on commit b233203

Please sign in to comment.