openmmforcefields icon indicating copy to clipboard operation
openmmforcefields copied to clipboard

`0.15.1` Release

Open mikemhenry opened this issue 1 month ago • 3 comments

Looking at the auto generated changelog we have a few things I think are worth releasing:

  • Add Lipid21 by @epretti in https://github.com/openmm/openmmforcefields/pull/390
  • Allow for any barostat in SystemGenerator by @hannahbaumann in https://github.com/openmm/openmmforcefields/pull/414
  • Make default SMIRNOFF force field openff-2.2.1 by @epretti in https://github.com/openmm/openmmforcefields/pull/417

I think the changes are small enough to just bump it to 0.15.1 but since we are changing a default, I would be happy with 0.16.0 as well.

Thoughts @mattwthompson @peastman @epretti ?

Full changelog

What's Changed

  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/openmm/openmmforcefields/pull/402
  • Using stdlib importlib.resources instead of importlib_resources by @ijpulidos in https://github.com/openmm/openmmforcefields/pull/403
  • Add Lipid21 by @epretti in https://github.com/openmm/openmmforcefields/pull/390
  • Fix CI, update docstrings by @mattwthompson in https://github.com/openmm/openmmforcefields/pull/408
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/openmm/openmmforcefields/pull/407
  • Allow for any barostat in SystemGenerator by @hannahbaumann in https://github.com/openmm/openmmforcefields/pull/414
  • Bump OpenMM versions in CI to include 8.4.0 by @epretti in https://github.com/openmm/openmmforcefields/pull/418
  • Make default SMIRNOFF force field openff-2.2.1 by @epretti in https://github.com/openmm/openmmforcefields/pull/417
  • Remove ff19ipq by @epretti in https://github.com/openmm/openmmforcefields/pull/419
  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/openmm/openmmforcefields/pull/420

New Contributors

  • @hannahbaumann made their first contribution in https://github.com/openmm/openmmforcefields/pull/414

Full Changelog: https://github.com/openmm/openmmforcefields/compare/0.15.0...main

mikemhenry avatar Dec 16 '25 18:12 mikemhenry

I agree that we have some changes worth releasing (I think #390, #414, and #419 in particular). I think a 0.15.1 is fine, since we are really just updating the force field version since it's not automatically detected (see also here). But I really don't have any strong preference as to the version number.

epretti avatar Dec 16 '25 19:12 epretti

We should make a release and it should be 0.15.1; the next release will have comparatively major changes but not likely be 1.0

mattwthompson avatar Dec 17 '25 13:12 mattwthompson

Sounds awesome, thanks guys! I will work on making the release.

mikemhenry avatar Dec 18 '25 15:12 mikemhenry