Skip to content

Commit ad07917

Browse files
atravitzIAlibay
andauthored
Release/v1.9.0 (#1835)
* Updated CHANGELOG for 1.9.0 * add links to changelog * fix ci path * Apply suggestions from code review Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com> * Updated CHANGELOG for 1.9.0 * update changelog --------- Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com>
1 parent 64ff6fd commit ad07917

File tree

7 files changed

+33
-124
lines changed

7 files changed

+33
-124
lines changed

.github/workflows/test-feedstock-pkg-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
# TODO just checkout the repo where we need it?
4848
- name: Copy source code to recipe folder
49-
run: cp -r src/openfe openfe-feedstock/recipe/openfe_source
49+
run: cp -r openfe openfe-feedstock/recipe/openfe_source
5050

5151
- name: Modify feedstock to use local path
5252
run: |

docs/CHANGELOG.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,38 @@ Changelog
44

55
.. current developments
66
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
28+
separately (`PR 1773 <https://github.com/OpenFreeEnergy/openfe/pull/1773>`_).
29+
30+
**Fixed:**
31+
32+
* 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+
739
v1.8.1
840
====================
941

news/fix_image_crop.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/issue-1120.rst

Lines changed: 0 additions & 25 deletions
This file was deleted.

news/multi-unit-afe.rst

Lines changed: 0 additions & 26 deletions
This file was deleted.

news/test-download-all.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/validate-rfe.rst

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)