Unitful v1.22.0
Base.big
can now be used with quantities (#755).Using
Base.convert
to convert to a unitless quantity no longer errors (#724).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).uconvert
now preserves the floating-point precision of quantities (#754).When printing arrays, quantities are now aligned at the decimal point just like unitless numbers (#752).
Merged pull requests:
- Fix conversion to unitless
Quantity
(#724) (@sostock) - Add
Base.alignment
methods (#752) (@sostock) - Preserve the floating-point precision of quantities in
uconvert
(#754) (@eliascarv) - Add support for
big
(#755) (@sostock) - Release v1.22.0 (#756) (@sostock)
Closed issues: