Skip to content

Releases: OpenFreeEnergy/openfe

v1.1.0 Release

25 Sep 22:59
015f34e
Compare
Choose a tag to compare

This is a minor release of OpenFE which brings a few fixes and one new feature.

Supported Python versions: 3.10+
Supported OpenMM versions: 8.0, 8.1.1 and 8.1.2
Supported OpenFF toolkit versions: >=0.16 (0.16.x is recommended)

New Features

  • Protocols now allow for solvation with dodecahedral and octahedral boxes. By default the box solvation type remains cubic. #673

API changes

  • The RelativeHybridTopologyProtocol no longer stores all the structural analysis data in its results object. Instead the data is written to an NPZ format file and the file handle is provided under the structural_analysis results key.
  • The PersesAtomMapper now accepts inputs using openff units rather than openmm units.

Other Fixes and Updates

  • Added install instructions for conda-lock by @mikemhenry in #867
  • Fixed 2D RMSD plotting for < 5 states and cases where states - 1 is not divisible by 4 #896
  • Added missing authors to Zenodo CFF file.
  • Added duecredit entries for PyMBAR #753
  • The minimum Python version was increase to to 3.10 in #922

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1 Patch Release

31 May 23:06
48dcbb2
Compare
Choose a tag to compare

This is a patch release of OpenFE which brings a few QOL improvements, including validation scripts
and test adjustments to work with the latest release of Lomap.

API stability: No known changes or deprecations to the API compared to v1.0

Supported Python versions: 3.9+
Supported OpenMM versions: 8.0, and 8.1.1
Supported OpenFF toolkit versions: >=0.13 (0.15.x is recommended)

Changelog for humans: https://docs.openfree.energy/en/stable/CHANGELOG.html#v1-0-1

What's Changed

Full Commit Changelog: v1.0.0...v1.0.1

v1.0.0 - First stable release

19 Apr 12:35
3b76941
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.0...v1.0.0

Release 1.0.0rc1

27 Mar 02:54
1dd5d7e
Compare
Choose a tag to compare
Release 1.0.0rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0rc0...v1.0.0rc1

v1.0.0rc0

26 Feb 11:52
Compare
Choose a tag to compare
v1.0.0rc0 Pre-release
Pre-release

Release candidate for first stable OpenFE release

What's Changed

New Contributors

Full Changelog: v0.15.0...v1.0.0rc0

v0.15.0

18 Dec 17:07
a3b5305
Compare
Choose a tag to compare

Highlights

  • The ability to do charge correction through alchemical waters has been added to the RBFE protocol.
  • Structural analysis (using openfe_analysis) of the RBFE simulations is now provided as part of the results.
  • Addition of Kartograf bindings to openfe.

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.15.0

v0.14.0

30 Oct 13:56
2b762c6
Compare
Choose a tag to compare

Highlights

  • Fixes errors caused by conformer generation failing
  • Addresses high variance in partial charge generation through Ambertools giving high variance to estimates
  • By default the OpenMM_RFE protocol produces energetic analysis of the simulations
  • Adds openfe.setup.ligand_network_planning.generate_minimal_redundant_network for more robust ligand networks
  • Allows gather CLI command to process partially finished/complete results

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

31 Aug 13:51
Compare
Choose a tag to compare

Highlights

  • Scores are now in line with other community efforts, 1.0 representing full agreement, 0.0 representing complete disagreement.
  • the gather command now performs a MLE to yield absolute binding free energies, there are also options for other breakdowns
  • includes many documentation improvements

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0

18 Aug 10:46
Compare
Choose a tag to compare

Highlights

  • Adds ability to read FEP+ / Orion NES ligand network files using openfe.setup.ligand_network_planning.load_fepplus_network and openfe.setup.ligand_network_planning.load_orion_network
  • Adds openfe.setup.ligand_network_planning.generate_network_from_names and openfe.setup.ligand_network_planning.generate_network_from_indices to create arbitrary networks
  • OpenMM RBFE Protocol pdb output now labels A and B state using BFactor column
  • network layouts from cli tool now much easier to understand

What's Changed

New Contributors

Full Changelog: v0.11.1...v0.12.0

v0.11.1 - Lomap performance patch

12 Jul 08:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1