Skip to content

Releases: OpenFreeEnergy/openfe

v0.7.1 easy_campaign hotfix 1

12 Apr 10:36
3e34f3a
Compare
Choose a tag to compare

Fixes a small issue in Protocol round tripping against json files. See #336

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0 - easy_campaign release

10 Apr 10:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.7.0

v0.6.1

18 Feb 16:45
Compare
Choose a tag to compare

What's Changed

  • convert output of get_estimate and get_uncertainty to openff-units.Qu… by @richardjgowers in #264

Full Changelog: v0.6.0...v0.6.1

v0.6.0

15 Feb 14:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5...v0.6.0

v0.5

16 Dec 17:41
Compare
Choose a tag to compare

Mainly bug fixes concerning constraint mapping in the RBFE Protocol

What's Changed

Full Changelog: v0.4...v0.5

v0.4

01 Nov 12:44
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.3...v0.4

v0.2.1

07 Apr 12:47
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Install Instructions

Online Installer

To play with the latest notebook, use this command to install the latest version of our packages:

conda env create openfe/openfe-notebooks
Then run:

conda activate openfe-notebooks
git clone https://github.com/OpenFreeEnergy/ExampleNotebooks.git openfe-example-notebooks
cd openfe-example-notebooks
git checkout april-2022
jupyter notebook openmm-rbfe/OpenFE_showcase_1_RBFE_of_T4lysozyme.ipynb

Offline Installer

Download the relevant installer for your operating system and preferred python version.
We have attached the version of the example notebook that works with the latest release of openfe.

If you used our single file installer from the last release, download new-deps.tar.gz. Then activate the old environment before extracting and installing the packages with pip:

# Be sure the old environment is activated! 
mkdir new-deps && tar xzvf new-deps.tar.gz -C new-deps
pip install new-deps/*

Bug Fixes

Hotfix of results

v0.2

18 Feb 16:44
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

Initial release of relative free energy protocols

Alpha Release

28 Mar 22:55
Compare
Choose a tag to compare
Alpha Release Pre-release
Pre-release

What's Changed

Full Changelog: https://github.com/OpenFreeEnergy/openfe/commits/v0.1