This release adds support for new units, including treating ratios like `%` in the unit strings.
Improvements
* We now support % and other ratio expressions as units. This required updating both our minimum pint version as well as updating our unit definitions. `%`, `ppm`, and [other ratios](https://github.com/CitrineInformatics/gemd-python/blob/bb12bd18ffd3d345f5de6f0455df4ba4b7428642/gemd/units/citrine_en.txt#L196-L201) are available here and on our platform. 219 220
* We also added support for [Mooney viscosity units](https://en.wikipedia.org/wiki/Mooney_viscometer), a specialized material measurement for rubbers. Take you for your first contribution #218, xperrylinn.
**Full Changelog**: https://github.com/CitrineInformatics/gemd-python/compare/v2.1.5...v2.1.8