`0.15.1` Release
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.1by @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.resourcesinstead ofimportlib_resourcesby @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.1by @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
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.
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
Sounds awesome, thanks guys! I will work on making the release.