Releases: shivam091/unit_measurements
Releases · shivam091/unit_measurements
v2.5.0
What's new
- Added unit group for
sound level
units.
- Added unit group for
plane angle
units.
v2.4.0
What's new
- Added unit group for
density
units.
- Added unit group for
quantity
units.
v2.3.0
What's new
- Added unit group for
area
units.
- Added unit group for
volume
units.
v2.2.0
What's new
- Added unit group for
electric current
units.
- Added unit group for
luminous intensity
units.
- Added unit group for
temperature
units.
v2.1.0
What's new
- Added unit group for
time
units.
- Added unit group for
amount of substance
units.
v1.7.0
What's new
- Added support to convert the measurements to other numeric types viz.,
Integer
, BigDecimal
, Rational
, Complex
, and Float
.
v1.6.0
What's new
- Added support to perform mathematical operations on the measurements.
v1.5.1
What's updated
- Added extra blank line between method code and last code statement (considered as return).
v1.5.0
What's fixed
- Fixed precision in
Measurement#quantity
method.
v1.4.0
What's new
- Added ability to perform
arithmetic
operations of measurements.