GEMD v2.1.1 is released
This is a maintenance release. It cleans up how the Pint library is imported and wrapped, which should improve reliability when taking advantage of more advanced formatting. It also resolves some warnings originating from Python migrating how package resources get pulled in. There should be no surprises.
Improvements
- Previously, outputting units with scaling factors could result in strangely formatted strings. To resolve this, we now derive a child class, now possible because boosting the minimum supported Pint. This removes a potential tripping hazard, and generally makes it easier to fold gemd-python into the existing ecosystem. (#212)
- Python's migration from pkg_resources to importlib.resources left gemd-python issuing deprecation warnings. This resolves those by using the new
files
objects. (#213)
Full Changelog: v2.0.0...v2.1.1