Skip to content

v0.25.0

Compare
Choose a tag to compare
@iliekturtles iliekturtles released this 13 Aug 02:09
· 304 commits to master since this release

This release includes the long-requested Information and InformationRate quantities as well as support for i128/u128 as underlying storage types. A number of documentation updates, including for the 9th edition of the SI, are also included.

Added

  • #31 Information (bit, byte, ...) and InformationRate (bit/s, byte/s, ...) quantities added. Units for both SI (kilo, mega, ...) and binary (kibi, mebi, ...) prefixes are included.
  • #85 Add support for i128 and u128 as underlying storage types.
  • #160 AngularJerk quantity added.

Changed

  • #20 Document generic parameters.
  • #21 Move links inline for trait methods to work around documentation generation bug.
  • #111 Update documentation for SI base units for the 9th edition of the SI.
  • #127 Remove superscripts for power 1 to keep all SI documentation consistent.