Skip to content

irox-units v0.4.4

Compare
Choose a tag to compare
@spmadden spmadden released this 26 Jan 15:40
· 146 commits to master since this release
af064b1

Documentation

  • hopefully fix the stats/units docsrs builds

New Features

  • new assert_length_eq_eps! macro to compare lengths in tests
  • Rework macro impls for units macro. ALL HAIL THE MACROS.
  • push ord & eq up to all units
  • impl Eq and Ord for Duration

Bug Fixes

  • fix issue with identifying a good prefix for negative numbers

Commit Statistics

  • 7 commits contributed to the release over the course of 40 calendar days.
  • 41 days passed between releases.
  • 6 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release irox-tools v0.10.0 (06629ef)
    • New assert_length_eq_eps! macro to compare lengths in tests (dd07c94)
    • Hopefully fix the stats/units docsrs builds (af1182a)
    • Rework macro impls for units macro. ALL HAIL THE MACROS. (b5145ef)
    • Push ord & eq up to all units (903aa93)
    • Fix issue with identifying a good prefix for negative numbers (abc6125)
    • Impl Eq and Ord for Duration (252e8c8)