diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 6dbe873ed..7b262e8d0 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -4,6 +4,24 @@ Changelog .. current developments +v1.8.0 +==================== + +**Added:** + +* The ``HybridTopologyFactory`` supports building hybrid OpenMM systems which contain ``CMAPTorsionForces`` on non-alchemical atoms. + This should allow for simulations using Amber ff19SB (`PR #1695 `_). +* Added experimental features ``openfe gather-septop`` and ``openfe gather-abfe``, which are analogous to ``openfe gather`` and allow for gathering results generated by the Separated Topologies and Absolute Binding Free Energy protocols, respectively. These commands are experimental and are liable to be changed in a future release. +* Emit a clarifying log message when a user gets a warning from JAX (`PR #1585 `_, fixes `Issue #1499 `_). +* Disable JAX acceleration by default, see https://docs.openfree.energy/en/latest/guide/troubleshooting.html#pymbar-disable-jax for more information (`PR #1694 `_). + +**Changed:** + +* ``openfe gather`` is now more rigorous in extracting ligand names and run types. These are now determined directly from component attributes, rather than relying on naming conventions. (`PR #1691 `_). +* Updated installation docs to recommend ``miniconda`` with ``conda-lock`` as the preferred installation method (`PR #1692 `_). + + + v1.7.0 ==================== diff --git a/news/cmap_support.rst b/news/cmap_support.rst deleted file mode 100644 index bd7220025..000000000 --- a/news/cmap_support.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* The ``HybridTopologyFactory`` supports building hybrid OpenMM systems which contain ``CMAPTorsionForces`` on non-alchemical atoms. This should allow for simulations using - Amber ff19SB. See `PR #1695 `_ - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/gather_abfe_septop.rst b/news/gather_abfe_septop.rst deleted file mode 100644 index ada1983de..000000000 --- a/news/gather_abfe_septop.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* Added experimental features ``openfe gather-septop`` and ``openfe gather-abfe``, which are analogous to ``openfe gather`` and allow for gathering results generated by the Separated Toplogies and Absolute Binding Free Energy protocols, respectively. These commands are experimental and are liable to be changed in a future release. - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/gather_by_gufe.rst b/news/gather_by_gufe.rst deleted file mode 100644 index 32cc0b3a3..000000000 --- a/news/gather_by_gufe.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* ``openfe gather`` is now more rigorous in extracting ligand names and run types. These are now determined directly from component attributes, rather than relying on naming conventions. See `PR #1691 `_ for more details. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/install_docs.rst b/news/install_docs.rst deleted file mode 100644 index 37637a28e..000000000 --- a/news/install_docs.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Updated installation docs to recommend ``miniconda`` with ``conda-lock`` as the preferred installation method (PR #1692). - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/jax-warning.rst b/news/jax-warning.rst deleted file mode 100644 index 57aebff84..000000000 --- a/news/jax-warning.rst +++ /dev/null @@ -1,26 +0,0 @@ -**Added:** - -* Emit a clarifying log message when a user gets a warning from JAX (#1585). - Fixes #1499. - -* Disable JAX acceleration by default, see https://docs.openfree.energy/en/latest/guide/troubleshooting.html#pymbar-disable-jax for more information (#1694). - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*