-
Notifications
You must be signed in to change notification settings - Fork 86
Comparing changes
Open a pull request
base repository: openmm/openmmforcefields
base: 0.11.1
head repository: openmm/openmmforcefields
compare: 0.11.2
- 19 commits
- 103 files changed
- 3 contributors
Commits on Apr 21, 2022
-
Bump actions/checkout from 2 to 3.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5dc34c - Browse repository at this point
Copy the full SHA c5dc34cView commit details
Commits on May 16, 2022
-
Bump codecov/codecov-action from 2.1.0 to 3.1.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.1.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v2.1.0...v3.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99224ac - Browse repository at this point
Copy the full SHA 99224acView commit details
Commits on Aug 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7a4c1d9 - Browse repository at this point
Copy the full SHA 7a4c1d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3cafad - Browse repository at this point
Copy the full SHA f3cafadView commit details
Commits on Aug 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7efb0c6 - Browse repository at this point
Copy the full SHA 7efb0c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad63a3a - Browse repository at this point
Copy the full SHA ad63a3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8901ec4 - Browse repository at this point
Copy the full SHA 8901ec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf9abe2 - Browse repository at this point
Copy the full SHA cf9abe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b82f1f3 - Browse repository at this point
Copy the full SHA b82f1f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e84351 - Browse repository at this point
Copy the full SHA 3e84351View commit details
Commits on Aug 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d4e6a07 - Browse repository at this point
Copy the full SHA d4e6a07View commit details
Commits on Sep 9, 2022
-
Tweak CI: Switch to Micromamba, pin to supported OpenFF Toolkit versi…
…ons (#232) * Switch to micromamba for setting up conda environment Add boilerplate `.gitignore` file Do not pull from non-standard labels Install instead of update Try to figure out why if: {{ false }} still triggers Syntax? Tinker Bring in (full) mamba Bash thing everywhere Bring down old toolkit Do not present un-loadable ff14SB port as available More pins * Drop 3.7, add 3.10 Co-authored-by: Mike Henry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 140bc79 - Browse repository at this point
Copy the full SHA 140bc79View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc278d5 - Browse repository at this point
Copy the full SHA bc278d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5a2f2f - Browse repository at this point
Copy the full SHA a5a2f2fView commit details
Commits on Sep 10, 2022
-
Merge pull request #197 from openmm/dependabot/github_actions/codecov…
…/codecov-action-3.1.0 Bump codecov/codecov-action from 2.1.0 to 3.1.0
Configuration menu - View commit details
-
Copy full SHA for b5be79e - Browse repository at this point
Copy the full SHA b5be79eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aba880 - Browse repository at this point
Copy the full SHA 2aba880View commit details -
Merge pull request #196 from openmm/dependabot/github_actions/actions…
…/checkout-3.0.2 Bump actions/checkout from 2 to 3.0.2
Configuration menu - View commit details
-
Copy full SHA for e7f2fe3 - Browse repository at this point
Copy the full SHA e7f2fe3View commit details
Commits on Sep 15, 2022
-
* Ensure 0.11.0 RC version of toolkit is installed * Possible fix to finish #191 * Try to ensure bash args thing is passed through * Naive unit refactor * Work through tests * Update CI matrix * Use mamba for development * Debug, add boilerplate .gitignore * Fix syntax * make sure the package didn't get installed before we install it * Do not install Espaloma * Fix some unit registries in tests * install espaloma, but remove openmmforcefields * add back in espaloma * switch to micromamba * Explicitly move ffxml sources into entry point * Remove symlinking * Add boilerplate `.gitignore` * Update package installation in CI * Fix finding Amber files in test * Soft import whatever units module is used by the toolkit * Switch to micromamba for setting up conda environment Add boilerplate `.gitignore` file Do not pull from non-standard labels Install instead of update Try to figure out why if: {{ false }} still triggers Syntax? Tinker Bring in (full) mamba Bash thing everywhere Bring down old toolkit Do not present un-loadable ff14SB port as available More pins * Fix YAML syntax * Use pip * More fixes * No particles * Fix unit serialization * Fix Atom.element calls * Update some tests * Clean up un-used imports * Fix more tests * Fix more tests * Exclude Python 3.10 on macOS * Skip ff14SB being treated as a small molecule * Fix test * Track duration of longest 20 tests * Update action versions * Try to fix exclusions in CI matrix * Fix pathing in Amber conversion * Run `pyupgrade --py38-plus` * Try directly uploading coverage report * Fix syntax * Add back some tests * Debug * Drop `pytest-xdist` arg * Fiddle with path * Just try to get stuff passing * Try uploading again * Switch back to codecov * Simply coverage reporting * Allow 0 coverage * Simplify coverage arguments * Add `__init__.py` in `/tests/` submodule https://stackoverflow.com/a/60579142 * Add `__init__.py` in `/tests/` submodule https://stackoverflow.com/a/60579142 * Simplify coverage arguments * Add back durations argument * Apply suggestions from code review * only upload report if it is not scheduled Co-authored-by: Matthew W. Thompson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35496e5 - Browse repository at this point
Copy the full SHA 35496e5View commit details
Commits on Sep 20, 2022
-
make sure we don't install the newest toolkit by mistake (#237)
* make sure we don't install the newest toolkit by mistake * make sure we don't pull in a really old version of the toolkit * forgot to add a verb there * Start to make internals compatible with both unit packages * Try different logic * Improve logic in test * Fix some tests * Fix * Fix * Better units logic in tests * Remove temporary code * That's too semantic a variable name Co-authored-by: Matthew W. Thompson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33d500e - Browse repository at this point
Copy the full SHA 33d500eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.11.1...0.11.2