Skip to content

GEMD v1.16.7 is released

Compare
Choose a tag to compare
@kroenlein kroenlein released this 15 Dec 21:17
· 25 commits to main since this release
1a9f032

Releases for v1.16.3 and v1.16.4 didn't propagate to PyPI, so those release notes are repeated here.

As Python 3.7 hit End-of-Life 2023-06-27, this PR removes support for it and removes some crutches that were necessary to support it.

Improvements

  • Drop reliance on pkg-resources in favor of the more modern importlib.resources. Note that the files methods were not introduced until 3.9, so until support for 3.7 and 3.8 is dropped, we cannot take advantage of them. #195
  • Modify the Travis-CI testing behavior for faster testing for PRs. #197

Fixes

  • Only build docs in one test permutation #194
  • Drop reliance on outdated toolz and Pint libraries #196
  • Correct for release issues #198 / #199 / #200

Full Changelog: v1.16.0...v1.16.7