From fb3b8dd906a390c562b060b182137504517580cf Mon Sep 17 00:00:00 2001 From: Andrea Rizzi Date: Mon, 4 Dec 2017 12:45:36 -0500 Subject: [PATCH 1/2] Release 0.19.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da79b390..644154b8 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ ######################## VERSION = "0.19.3" # Primary base version of the build DEVBUILD = "0" # Dev build status, Either None or Integer as string -ISRELEASED = False # Are we releasing this as a full cut? +ISRELEASED = True # Are we releasing this as a full cut? __version__ = VERSION ######################## CLASSIFIERS = """\ From 273825c14dc8fb3079b61dc3367f18cdbb09eef5 Mon Sep 17 00:00:00 2001 From: Andrea Rizzi Date: Mon, 4 Dec 2017 12:51:05 -0500 Subject: [PATCH 2/2] Update whatsnew.rst --- docs/whatsnew.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/whatsnew.rst b/docs/whatsnew.rst index 6e08d1b7..5de86c8a 100644 --- a/docs/whatsnew.rst +++ b/docs/whatsnew.rst @@ -6,6 +6,11 @@ This section features and improvements of note in each release. The full release history can be viewed `at the GitHub yank releases page `_. +0.19.3 Support for Amber restart files +-------------------------------------- +- Added support for Amber ``rst7`` files in ``phase1_path``/``phase2_path``. +- The CLI option ``jobid`` now uses 1-based numbering like Torque and LSF do for array jobs. + 0.19.2 Include ions in solute-only trajectory --------------------------------------------- - Ions are now included in the solute-only trajectories.