You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ see https://regro.github.io/rever-docs/news.html for details on how to add news
14
14
Checklist
15
15
*[ ] All new code is appropriately documented (user-facing code _must_ have complete docstrings).
16
16
*[ ] Added a ``news`` entry, or the changes are not user-facing.
17
-
*[ ] Ran pre-commit by making a comment with `pre-commit.ci autofix` before requesting review.
17
+
*[ ] Ran pre-commit: you can run [pre-commit](https://pre-commit.com) locally or comment on this PR with `pre-commit.ci autofix`.
18
18
19
19
Manual Tests: these are slow so don't need to be run every commit, only before merging and when relevant changes are made (generally at reviewer-discretion).
Copy file name to clipboardExpand all lines: docs/CHANGELOG.rst
+50Lines changed: 50 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,55 @@ Changelog
4
4
5
5
.. current developments
6
6
7
+
8
+
9
+
10
+
v1.9.0
11
+
====================
12
+
13
+
**Added:**
14
+
15
+
* The ``validate`` method for the RelativeHybridTopologyProtocol has been implemented.
16
+
This means that settings and system validation can mostly be done prior to Protocol execution by calling ``RelativeHybridTopologyProtocol.validate(stateA, stateB, mapping)`` (`PR 1740 <https://github.com/OpenFreeEnergy/openfe/pull/1740>`_).
17
+
18
+
* Added ``openfe test --download-only`` flag, which downloads all test data stored remotely to the local cache (`PR 1814 <https://github.com/OpenFreeEnergy/openfe/pull/1814>`_).
19
+
20
+
**Changed:**
21
+
22
+
* The absolute free energy protocols (AbsoluteBindingProtocol and AbsoluteSolvationProtocol) have been broken into multiple
23
+
protocol units, allowing for setup, run, and analysis to happen
24
+
separately in the future when relevant changes to protocol execution are
25
+
made (`PR 1776 <https://github.com/OpenFreeEnergy/openfe/pull/1776>`_).
26
+
* The relative free energy protocol (RelativeHybridTopologyProtocol) has been
27
+
broken into multiple protocol units, allowing for the setup, run, analysis to happen
* Fixed bug in ligand network visualization (such as with ``openfe view-ligand-network``) so that ligand names are no longer cut off by the plot border (`PR 1822 <https://github.com/OpenFreeEnergy/openfe/pull/1822>`_).
33
+
* Endstates in the RelativeHybridTopologyProtocol are now being created
34
+
in a manner that allows for isomorphic molecules that differ between
35
+
endstates to have different parameters (`PR 1772 <https://github.com/OpenFreeEnergy/openfe/pull/1772>`_).
36
+
37
+
38
+
39
+
v1.8.1
40
+
====================
41
+
42
+
**Added:**
43
+
44
+
* Added a progress bar for ``openfe gather`` JSON loading (`PR #1786 <https://github.com/OpenFreeEnergy/openfe/pull/1786>`_).
45
+
46
+
**Fixed:**
47
+
48
+
* Due to issues with OpenFF's handling of toolkit registries
49
+
with NAGL, the use of NAGL models (e.g. AshGC) when OpenEye
50
+
is installed but not requested as the charge backend has been
* Fixed bug in ligand network visualization (such as with ``openfe view-ligand-network``) so that ligand names are no longer cut off by the plot border (`PR #1822 <https://github.com/OpenFreeEnergy/openfe/pull/1822>`_).
53
+
54
+
55
+
7
56
v1.8.0
8
57
====================
9
58
@@ -14,6 +63,7 @@ v1.8.0
14
63
* 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.
15
64
* Emit a clarifying log message when a user gets a warning from JAX (`PR #1585 <https://github.com/OpenFreeEnergy/openfe/pull/1585>`_, fixes `Issue #1499 <https://github.com/OpenFreeEnergy/openfe/issues/1499>`_).
16
65
* Disable JAX acceleration by default, see https://docs.openfree.energy/en/latest/guide/troubleshooting.html#pymbar-disable-jax for more information (`PR #1694 <https://github.com/OpenFreeEnergy/openfe/pull/1692>`_).
66
+
* New options have been added to the ``AlchemicalSettings`` of the ``SepTopProtocol``, ``AbsoluteSolvationProtocol`` and ``AbsoluteBindingProtocol``. Notably, these options allow users to control the softcore parameters as well as the use of long range dispersion corrections (`PR #1742 <https://github.com/OpenFreeEnergy/openfe/pull/1742>`_).
0 commit comments