Skip to content

Commit

Permalink
Merge pull request #1149 from choderalab/0.24.0
Browse files Browse the repository at this point in the history
[WIP] 0.24.0 release and testing
  • Loading branch information
andrrizzi authored Feb 26, 2019
2 parents 6616c5a + 8538817 commit 4dfcc8e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions docs/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This section features and improvements of note in each release.

The full release history can be viewed `at the GitHub yank releases page <https://github.com/choderalab/yank/releases>`_.

0.24.0 Adds experimental support for status files
-------------------------------------------------
0.24.0 Experimental support for online status files
---------------------------------------------------

- Added an experimental feature that allows ``--status`` to be provided with ``yank script`` invocations to emit a ``status.pkl`` file in the experiment directory at the conclusion of each experiment switch interval (`#1135 <https://github.com/choderalab/yank/pull/1135>`_). This feature is experimental, and its invocation may be changed in a future release.
- This release requires OpenMMTools >= 0.17.0, which includes a much faster way of implementing exact treatment of PME during alchemical calculations (`#1136 <https://github.com/choderalab/yank/pull/1136>`_).
Expand All @@ -21,6 +21,14 @@ The full release history can be viewed `at the GitHub yank releases page <https:
* Jupyter notebook reports now show SAMS weight convergence if present
- The ``yank.multistate`` package was deprecated. In the future, this package will be available in OpenMMTools (`#1146 <https://github.com/choderalab/yank/pull/1146>`_).

Known issues
^^^^^^^^^^^^
- The use of more than one process per experiment via MPI has known issues that are being debugged (`#1130 <https://github.com/choderalab/yank/issues/1130>`_).
- Simulations restored from a checkpoint file have their velocities reset to zero (`#1115 <https://github.com/choderalab/yank/issues/1115>`_).
- Forward and backward convergence analysis free energy traces in the Jupter notebook are incorrect (`#971 <https://github.com/choderalab/yank/issues/971>`_).
- Peptide ligands are not currently supported (`#376 <https://github.com/choderalab/yank/issues/376>`_).
- Setup will fail if .mol2 atom substructure ID matches filename (`#703 <https://github.com/choderalab/yank/issues/703>`_).

0.23.7 Bugfix release
---------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
########################
VERSION = "0.24.0" # Primary base version of the build
DEVBUILD = 0 # Dev build status, Either None or Integer
ISRELEASED = None # Are we releasing this as a full cut?
ISRELEASED = True # Are we releasing this as a full cut?
__version__ = VERSION
########################
CLASSIFIERS = """\
Expand Down

0 comments on commit 4dfcc8e

Please sign in to comment.