Skip to content

v0.7.0

Compare
Choose a tag to compare
@phlptp phlptp released this 18 Dec 02:01
· 104 commits to main since this release
12cb78d

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

Added

  • math operations from the standard library including: trunc, ceil, floor, round, fmod, sin, cos, tan. #235
  • added support for new SI prefixes: rotta, quetta, ronto, quecto. #255
  • Added a number of uncertain constants #248