v0.29.0
This release includes a number of changes for Angle
, the addition of SolidAngle
, and a new units for Energy
and Luminance
. Many thanks to adamreichold, AnickaBurova, and Atmelfan for pull requests included and issues resolved in this release.
Added
- #196
SolidAngle
quantity added. - #191 Add constants to
Angle
andSolidAngle
representing half and full turns. - #194 Add
foot-candle
unit toLuminance
. - #200
electronvolt
-basedEnergy
units added.
Changed
- #192 Use
f{32|64}::powi
instead ofTypenum::Pow::powi
. - #123 Change examples to use
Display
instead ofDebug
.
Removed
- #188 [Breaking] Remove
From
/Into
impls forAngle
andSolidAngle
.