Skip to content

Commit

Permalink
Updated CHANGELOG for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Sep 25, 2024
1 parent c66a969 commit 7db0c41
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 129 deletions.
35 changes: 35 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
====================

Expand Down
25 changes: 0 additions & 25 deletions news/noncubic_solvent.rst

This file was deleted.

25 changes: 0 additions & 25 deletions news/pr_896.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/pr_930.rst

This file was deleted.

32 changes: 0 additions & 32 deletions news/pr_937.rst

This file was deleted.

24 changes: 0 additions & 24 deletions news/pymbar_duecredit.rst

This file was deleted.

0 comments on commit 7db0c41

Please sign in to comment.