You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subclasses of Quantity with units now convert values to the desired units rather than allowing the units of the class to be overridden by those of the value.
Added scale factor conversion.
Added quantity functions: as_real, as_tuple, render, fixed, and binary.
Fixed rendering of full precision numbers in Quantity.fixed().
Added preferred_unitsQuantity preference.
Added “cover” option to strip_radixQuantity preference.