diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 59bd94d6c..243fee470 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -4,6 +4,41 @@ Changelog .. current developments +v1.1.0 +==================== + +**Added:** + +* Extended system solvation tooling, including support for; non-cubic boxes, + explicitly defining the number of waters added, the box vectors, and box size + as supported by `Modeller.addSolvent` in OpenMM 8.0 and above. + +**Changed:** + +* Improved documentation of the OpenMMSolvationSettings. +* The `PersesAtomMapper` now uses openff.units inline with the rest of the package. +* Structural analysis data is no longer written to `structural_analysis.json` + but rather a 32bit numpy compressed file named `structural_analysis.npz` + (PR #937). +* Structural analysis array data is no longer directly returned in the + RelativeHybridTopologyProtocol result dictionary. Instead it should + be accessed from the serialized NPZ file `structural_analysis.npz`. + The `structural_analysis` key now contains a path to the NPZ file, + if the structural analysis did not fail (the `structural_analysis_error` + key will instead be present on failure) (PR #937). +* Add duecredit citations for pymbar when calling + `openfe.protocols.openmm_utils.multistate_analysis`. + +**Fixed:** + +* 2D RMSD plotting now allows for fewer than 5 states (PR #896). +* 2D RMSD plotting no longer draws empty axes when + the number of states - 1 is not divisible by 4 (PR #896). +* The RelativeHybridTopologyProtocol result unit is now much smaller, + due to the removal of structural analysis data (PR #937). + + + v1.0.1 ==================== diff --git a/news/noncubic_solvent.rst b/news/noncubic_solvent.rst deleted file mode 100644 index 64320ba6d..000000000 --- a/news/noncubic_solvent.rst +++ /dev/null @@ -1,25 +0,0 @@ -**Added:** - -* Extended system solvation tooling, including support for; non-cubic boxes, - explicitly defining the number of waters added, the box vectors, and box size - as supported by `Modeller.addSolvent` in OpenMM 8.0 and above. - -**Changed:** - -* Improved documentation of the OpenMMSolvationSettings. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/pr_896.rst b/news/pr_896.rst deleted file mode 100644 index 43101e839..000000000 --- a/news/pr_896.rst +++ /dev/null @@ -1,25 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* 2D RMSD plotting now allows for fewer than 5 states (PR #896). -* 2D RMSD plotting no longer draws empty axes when - the number of states - 1 is not divisible by 4 (PR #896). - -**Security:** - -* diff --git a/news/pr_930.rst b/news/pr_930.rst deleted file mode 100644 index 4aa0aa880..000000000 --- a/news/pr_930.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* The `PersesAtomMapper` now uses openff.units inline with the rest of the package. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/pr_937.rst b/news/pr_937.rst deleted file mode 100644 index 3b4c61b79..000000000 --- a/news/pr_937.rst +++ /dev/null @@ -1,32 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Structural analysis data is no longer written to `structural_analysis.json` - but rather a 32bit numpy compressed file named `structural_analysis.npz` - (PR #937). -* Structural analysis array data is no longer directly returned in the - RelativeHybridTopologyProtocol result dictionary. Instead it should - be accessed from the serialized NPZ file `structural_analysis.npz`. - The `structural_analysis` key now contains a path to the NPZ file, - if the structural analysis did not fail (the `structural_analysis_error` - key will instead be present on failure) (PR #937). - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* The RelativeHybridTopologyProtocol result unit is now much smaller, - due to the removal of structural analysis data (PR #937). - -**Security:** - -* diff --git a/news/pymbar_duecredit.rst b/news/pymbar_duecredit.rst deleted file mode 100644 index 5cfa09038..000000000 --- a/news/pymbar_duecredit.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Add duecredit citations for pymbar when calling - `openfe.protocols.openmm_utils.multistate_analysis`. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*