tag:github.com,2008:https://github.com/openmm/openmmforcefields/releasesTags from openmmforcefields2025-12-18T22:01:54Ztag:github.com,2008:Repository/70107487/0.15.12025-12-18T22:03:42Z0.15.1mikemhenrytag:github.com,2008:Repository/70107487/0.15.02025-08-07T22:49:51Z0.15.0 Force Field Updates and More!<p>Release 0.15.0 (<a class="issue-link js-issue-link" href="https://github.com/openmm/openmmforcefields/pull/401">#401</a>)</p>
<p>* Release 0.15.0</p>
<p>* add note about API change</p>mikemhenrytag:github.com,2008:Repository/70107487/0.14.22025-03-05T23:01:17Z0.14.2 Compatibility Release<p>Maintenance updates (<a class="issue-link js-issue-link" href="https://github.com/openmm/openmmforcefields/pull/355">#355</a>)</p>
<p>* [pre-commit.ci] pre-commit autoupdate</p>
<p>updates:
<br />- [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.6](<a class="commit-link" href="https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.9...v0.8.6">astral-sh/ruff-pre-commit@<tt>v0.6.9...v0.8.6</tt></a>)</p>
<p>* [pre-commit.ci] auto fixes from pre-commit.com hooks</p>
<p>for more information, see <a href="https://pre-commit.ci">https://pre-commit.ci</a></p>
<p>* Exclude messier/auto-generated code, update</p>
<p>* Update pyproject.toml</p>
<p>Co-authored-by: Evan Pretti <[email protected]></p>
<p>* Run tests in serial</p>
<p>* Re-enable parallel tests</p>
<p>---------</p>
<p>Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
<br />Co-authored-by: Matthew W. Thompson <[email protected]>
<br />Co-authored-by: Evan Pretti <[email protected]></p>mikemhenrytag:github.com,2008:Repository/70107487/0.14.12024-07-24T22:21:20Z0.14.1 Bring back GAFFTemplateGenerator for OpenMM >=7.6.0<p>Remove shipping gaff/ffxml and read parms from parmchk2 (<a class="issue-link js-issue-link" href="https://github.com/openmm/openmmforcefields/pull/344">#344</a>)</p>
<p>* re-enable gaff</p>
<p>* run espaloma and gaff tests</p>
<p>* gaff has two fs michael</p>
<p>* Use 8.1.2rc1</p>
<p>* Update linters</p>
<p>* Remove Espaloma tests</p>
<p>* Apply suggestions from code review</p>
<p>Co-authored-by: Iván Pulido <[email protected]></p>
<p>* working on parmchk output</p>
<p>* fix pytest warnings</p>
<p>* Migrate from pkg_resources to importlib_resources</p>
<p>* Remove shipping gaff/ffxml and read everything from parmchk2</p>
<p>* make sure we use older openmm version for testing</p>
<p>* [pre-commit.ci] auto fixes from pre-commit.com hooks</p>
<p>for more information, see <a href="https://pre-commit.ci">https://pre-commit.ci</a></p>
<p>* test on ci now</p>
<p>* [pre-commit.ci] auto fixes from pre-commit.com hooks</p>
<p>for more information, see <a href="https://pre-commit.ci">https://pre-commit.ci</a></p>
<p>* decided to keep shipping the xmls</p>
<p>* cleaned things up, gave a better name to the set we track gaff atom types</p>
<p>* Update openmmforcefields/generators/template_generators.py</p>
<p>* updated change log</p>
<p>* Added note about how we might remove openmmforcefields/ffxml/amber/gaff/ffxml in a future release</p>
<p>---------</p>
<p>Co-authored-by: Matthew W. Thompson <[email protected]>
<br />Co-authored-by: Iván Pulido <[email protected]>
<br />Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com></p>mikemhenrytag:github.com,2008:Repository/70107487/0.14.02024-07-19T17:49:42Z0.14.0 Enable GAFF support with OpenMM 8.1.2<p>re-enable gaff (<a class="issue-link js-issue-link" href="https://github.com/openmm/openmmforcefields/pull/334">#334</a>)</p>
<p>* re-enable gaff</p>
<p>* run espaloma and gaff tests</p>
<p>* gaff has two fs michael</p>
<p>* Use 8.1.2rc1</p>
<p>* Update linters</p>
<p>* Remove Espaloma tests</p>
<p>* Apply suggestions from code review</p>
<p>Co-authored-by: Iván Pulido <[email protected]></p>
<p>* Use Intel macOS runners</p>
<p>* check if older macos works</p>
<p>* test all the macos versions</p>
<p>* see if rdkit is the issue</p>
<p>* Drop macOS 13</p>
<p>* Typo/fix</p>
<p>* Update dependencies</p>
<p>---------</p>
<p>Co-authored-by: Matthew W. Thompson <[email protected]>
<br />Co-authored-by: Iván Pulido <[email protected]></p>mikemhenrytag:github.com,2008:Repository/70107487/0.13.02024-05-03T20:51:20Z0.13.0 Temporarily remove GAFFTemplateGenerator<p>make a new excpetion for dropping gaff support (<a class="issue-link js-issue-link" href="https://github.com/openmm/openmmforcefields/pull/333">#333</a>)</p>
<p>* make a new excpetion for dropping gaff support</p>
<p>* [pre-commit.ci] auto fixes from pre-commit.com hooks</p>
<p>for more information, see <a href="https://pre-commit.ci">https://pre-commit.ci</a></p>
<p>* make sure we catch GAFFNotSupportedError if needed</p>
<p>* raise the error if the user wants gaff</p>
<p>* lol whats syntax??</p>
<p>* Update openmmforcefields/generators/system_generators.py</p>
<p>Co-authored-by: Matt Thompson <[email protected]></p>
<p>---------</p>
<p>Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
<br />Co-authored-by: Matt Thompson <[email protected]></p>mikemhenrytag:github.com,2008:Repository/70107487/0.12.02023-10-12T22:22:49Z0.12.0 Releasemikemhenrytag:github.com,2008:Repository/70107487/0.11.22022-09-22T19:35:13Z0.11.2 Bugfix Release (fix new openff toolkit support)<p>make sure we don't install the newest toolkit by mistake (<a class="issue-link js-issue-link" href="https://github.com/openmm/openmmforcefields/pull/237">#237</a>)</p>
<p>* make sure we don't install the newest toolkit by mistake</p>
<p>* make sure we don't pull in a really old version of the toolkit</p>
<p>* forgot to add a verb there</p>
<p>* Start to make internals compatible with both unit packages</p>
<p>* Try different logic</p>
<p>* Improve logic in test</p>
<p>* Fix some tests</p>
<p>* Fix</p>
<p>* Fix</p>
<p>* Better units logic in tests</p>
<p>* Remove temporary code</p>
<p>* That's too semantic a variable name</p>
<p>Co-authored-by: Matthew W. Thompson <[email protected]></p>mikemhenrytag:github.com,2008:Repository/70107487/0.11.12022-08-08T16:11:43Z0.11.1 Bugfix Release - Add support for new openff-toolkit 0.11<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/openmm/openmmforcefields/pull/223">#223</a> from openmm/feat/add_openff-toolkit-testing-t…</p>
<p>…o-matrix</p>
<p>fix syntax issues</p>mikemhenrytag:github.com,2008:Repository/70107487/0.11.02022-04-11T01:09:53Z0.11.0 Experimental support for espaloma for small molecule parameter generation<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/openmm/openmmforcefields/pull/195">#195</a> from openmm/espaloma-readme</p>
<p>Fix references to espaloma-0.2.2 in README</p>jchodera