Skip to content

v1.22.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jan 08:41
· 5 commits to master since this release
e0d6ee3

Unitful v1.22.0

Diff since v1.21.1

  • Feature: Base.big can now be used with quantities (#755).
  • Bugfix: Using Base.convert to convert to a unitless quantity no longer errors (#724).
  • Bugfix: Using Base.convert to convert to a mixed logarithmic quantity no longer returns wrong results. In cases that returned a result even though it was unknown whether the quantity was a power or root-power quantity, an error is thrown instead (#724).
  • Enhancement: uconvert now preserves the floating-point precision of quantities (#754).
  • Enhancement: When printing arrays, quantities are now aligned at the decimal point just like unitless numbers (#752).

Merged pull requests:

Closed issues:

  • Add a Base.allignment method (#739)
  • uconvert does not preserve the floating-point precision of quantities in some cases (#753)