Skip to content

Releases: OpenFreeEnergy/gufe

v1.7.1

05 Nov 20:39
0cc2792

Choose a tag to compare

Changelog for humans

https://gufe.openfree.energy/en/stable/CHANGELOG.html#v1-7-1

  • Replace pprint with model_dump in _ipython_display_ of SettingsBaseModel (#653)
  • min pin rdkit (#665)
  • fix msgpack pint.errors.OffsetUnitCalculusError when defining in celsius (#666)
  • Added Protocol how-to doc (#594)
  • expose GufeTokenizableTestsMixin (#669)
  • run ci on all branches (#673)

Full Changelog: v1.7.0...v1.7.1

v1.7.0

20 Oct 23:23
bd6b018

Choose a tag to compare

Changelog for humans

https://gufe.openfree.energy/en/stable/CHANGELOG.html#v1-7-0

What's Changed

Full Changelog: v1.6.1...v1.7.0

v1.6.1

02 Oct 23:45

Choose a tag to compare

https://gufe.openfree.energy/en/stable/CHANGELOG.html#v1-6-1

All PRs included in this release

  • bump docs python version from 3.10 to 3.12 in #598
  • Try not needing ambertools in #620
  • remove unneeded channel from env build in #623
  • Release prep v1.6.1 in #627

Full Changelog: v1.6.0...v1.6.1

v1.6.0

23 Jul 19:21
921ff85

Choose a tag to compare

Incremental release that adds support for openmm 8.3 and python 3.13.

Changelog for humans

See our CHANGELOG for more details: https://gufe.openfree.energy/en/latest/CHANGELOG.html#v1-6-0

All PRs included in this release:

  • Move JSON (de)serialization to the serialization subpackage by @ianmkenney in #532
  • Fix conda-cron: add pooch to test dependencies by @IAlibay in #575
  • move component properties from AtomMapping up to ComponentMapping by @atravitz in #564
  • Fix package build python version by @IAlibay in #578
  • Included concepts and extensible points docs by @dotsdl in #530
  • adding workaround to support python 3.12 deserialization of pathlib._local objects serialized with python 3.13 by @atravitz in #577
  • switch from black and isort to ruff by @atravitz in #587
  • updating ci python versions (drop 3.10, add 3.13) by @atravitz in #586
  • bump rdkit for mypy ci by @atravitz in #589
  • fix conda cron by @atravitz in #593
  • prep for 1.6.0 release by @atravitz in #596

Full Changelog: v1.5.0...v1.6.0

v1.5.0

17 Jun 20:45
10074fa

Choose a tag to compare

Incremental release that adds support for openmm 8.2.

See our CHANGELOG for more details: https://gufe.openfree.energy/en/latest/CHANGELOG.html#v1-5-0

What's Changed

Full Changelog: v1.4.1...v1.5.0

v1.4.1

01 May 16:22

Choose a tag to compare

See our CHANGELOG for more details: https://gufe.openfree.energy/en/latest/CHANGELOG.html#v1-4-1

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

24 Apr 16:26
a105b01

Choose a tag to compare

Incremental release that adds msgpack serialization, expanded ion support, and support for pint v0.24.x. We also removed openff-models from our dependencies.

See our CHANGELOG for more details: https://gufe.openfree.energy/en/latest/CHANGELOG.html#v1-4-0

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0 - Incremental minor release

11 Mar 02:33
51df106

Choose a tag to compare

This is an incremental minor release, featuring many smaller bugfixes and guardrails to ensure more predictable behavior for downstream ecosystem packages. Thanks to all the contributors for this release!

See our CHANGELOG for details.

What's Changed

  • add ExecutionInterrupt (special exception) by @atravitz in #459
  • Add zenodo badge by @IAlibay in #470
  • switch user-set partial charges warning to log.info by @atravitz in #468
  • Sort ligand network edges by SMC inchikey by @jthorton in #467
  • partial charge checking - throw error for negative net charge diff by @atravitz in #477
  • Enforce protocol settings at instantiation by @ianmkenney in #461
  • exclude rdkit 2024.03.06 by @atravitz in #485
  • Update partial charge check by @atravitz in #478
  • Use correct default shell by @mikemhenry in #489
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #451
  • Added deprecation warning to Transformation.dump/load; removed ExplicitMoleculeComponent.to_json/from_json by @dotsdl in #460
  • Add explicit hydrogens kwarg to OpenFF export in SmallMoleculeComponent by @dotsdl in #462
  • v1.3.0 release prep by @dotsdl in #504

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0 - Incremental minor release

09 Jan 18:41
f8baf7f

Choose a tag to compare

This is an incremental release, featuring serialization improvements, several new features required by ecosystem tools such as stratocaster, and some bugfixes and documentation improvements. Thanks to all the contributors to this release!

See our CHANGELOG for details.

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0 - Incremental minor release

07 Nov 21:56
43d86f9

Choose a tag to compare

This is an incremental release, featuring some serialization convenience methods and minor bugfixes. Thanks to all the contributors to this release!

See our CHANGELOG for details.

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0