From 18be680e156ebe7862be53642e2358fbd96e80ef Mon Sep 17 00:00:00 2001 From: SimonBoothroyd Date: Wed, 2 Oct 2019 18:00:20 -0400 Subject: [PATCH 1/4] Update releasehistory.rst --- docs/releasehistory.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/releasehistory.rst b/docs/releasehistory.rst index f3e3f928c..d438ffd5c 100644 --- a/docs/releasehistory.rst +++ b/docs/releasehistory.rst @@ -11,6 +11,18 @@ Releases will eventually follow the ``major.minor.micro`` scheme recommended by All early releases however will simply recieve a ``micro`` version bump regardless of how major the changes may be. +0.0.5 - Quick Fix For Task Merging +---------------------------------- + +This release is a quick fix for a bug which in certain cases caused tasks to be incorrectly merged +when gathering the results of multiple properties with the same id. + +Bugfixes +"""""""" + +* PR `#119 `_: Fixes gather task merging. + + 0.0.4 - Initial Support for Non-SMIRNOFF FFs -------------------------------------------- From 99746fc01d979ccf038262acebec1be5ff25e4b3 Mon Sep 17 00:00:00 2001 From: SimonBoothroyd Date: Fri, 4 Oct 2019 15:33:58 -0400 Subject: [PATCH 2/4] Update releasehistory.rst --- docs/releasehistory.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releasehistory.rst b/docs/releasehistory.rst index d438ffd5c..63f5a920b 100644 --- a/docs/releasehistory.rst +++ b/docs/releasehistory.rst @@ -21,6 +21,7 @@ Bugfixes """""""" * PR `#119 `_: Fixes gather task merging. +* PR `#121 `_: Update to distributed 2.5.1. 0.0.4 - Initial Support for Non-SMIRNOFF FFs From ab8d3efd054d0ac4ee4b19ac70d50e3a6eae7f25 Mon Sep 17 00:00:00 2001 From: SimonBoothroyd Date: Mon, 7 Oct 2019 10:04:35 -0400 Subject: [PATCH 3/4] Update releasehistory.rst --- docs/releasehistory.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/releasehistory.rst b/docs/releasehistory.rst index 63f5a920b..8f2204e4b 100644 --- a/docs/releasehistory.rst +++ b/docs/releasehistory.rst @@ -11,11 +11,12 @@ Releases will eventually follow the ``major.minor.micro`` scheme recommended by All early releases however will simply recieve a ``micro`` version bump regardless of how major the changes may be. -0.0.5 - Quick Fix For Task Merging ----------------------------------- +0.0.5 - Fix For Merging of Estimation Requests +---------------------------------------------- -This release is a quick fix for a bug which in certain cases caused tasks to be incorrectly merged -when gathering the results of multiple properties with the same id. +This release implements a fix for a major bug which caused incorrect results to be returned when issuing multiple estimation requestions at the same time - namely, the returned results became jumbled between the different requests. As an example, if a request was made to estimate a data set using the `smirnoff99frosst` force field, and then straight after with the `gaff 1.81` force field, the results of the `smirnoff99frosst` request may contain some properties estimated with `gaff 1.81` and vice versa. + +This issue does not affect cases where only a single request was made and completed at a time (i.e the results of the previous request completed before the next estimate request was made). Bugfixes """""""" From ef594d964ebd49958be64e1fef00f1c35775d934 Mon Sep 17 00:00:00 2001 From: SimonBoothroyd Date: Wed, 9 Oct 2019 12:41:16 -0400 Subject: [PATCH 4/4] Update releasehistory.rst --- docs/releasehistory.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releasehistory.rst b/docs/releasehistory.rst index 8f2204e4b..231c52e86 100644 --- a/docs/releasehistory.rst +++ b/docs/releasehistory.rst @@ -14,9 +14,9 @@ how major the changes may be. 0.0.5 - Fix For Merging of Estimation Requests ---------------------------------------------- -This release implements a fix for a major bug which caused incorrect results to be returned when issuing multiple estimation requestions at the same time - namely, the returned results became jumbled between the different requests. As an example, if a request was made to estimate a data set using the `smirnoff99frosst` force field, and then straight after with the `gaff 1.81` force field, the results of the `smirnoff99frosst` request may contain some properties estimated with `gaff 1.81` and vice versa. +This release implements a fix for a major bug which caused incorrect results to be returned when submitting multiple estimation requests at the same time - namely, the returned results became jumbled between the different requests. As an example, if a request was made to estimate a data set using the `smirnoff99frosst` force field, and then straight after with the `gaff 1.81` force field, the results of the `smirnoff99frosst` request may contain some properties estimated with `gaff 1.81` and vice versa. -This issue does not affect cases where only a single request was made and completed at a time (i.e the results of the previous request completed before the next estimate request was made). +This issue does not affect cases where only a single request was made and completed at a time (i.e the results of the previous request completed before the next estimation request was made). Bugfixes """"""""