v0.7.0
Added several math operations for units, restored coverage to 100%, added uncertain constants and cleaner string generation and interpretation around the use of '.' and uncertain measurements, and added support for new SI prefixes.
Changed
- Changed the interpretation of '.' in some unit strings to allow more consistent use as abbreviation #250
- Made the string generation for uncertain measurements obey rules for significant figures more closely #249
Fixed
- Get code coverage back to 100% #256, #254, #253, #252
- Fixed hard coded namespaces in unit_conversion maps #241
- Fixed a bug found by fuzzing #240