GEMD v1.13.0 is released!
This release updates some legacy architecture as well as rolls in some quality of life improvements.
Improvements
- In order to be compatible with Python 2.x, we hadn't really used abc in some core work. Here, we're updated the class DictSerializable to make subclassing easier and enable some bigger clean-up in the near future. (#182)
- We've added a little magic so that the core Pint units handling will work with scaling factors. Now we can support customary units like
g/100 mL
to better represent how data are transcribed in the real world. (#180)
Maintenance
- Improved some of our testing infrastrcture (#181)
Full Changelog: v.1.12.1...v.1.13.0