v0.17.0
v0.17.0 (2019-09-04)
Closed issues:
- Astronomical Magnitudes (#265)
zero\(Quantity{Int64, D, U} where U where D\)
should error? (#264)- Determining number type without adding a Unitful dependency (#262)
- conversion from RPM to rad/s is incorrect (#261)
- Degree printing (#253)
- Dependant package proposal: MechanicalUnits (#248)
- promote_to_derived() fails (#237)
- Request: Add molar, volume and mass flows (#211)
- Unitful ranges are really hard to read (#199)
- Occasional seg faults on 0.7/1.0 (#193)
Merged pull requests:
- Add
MassFlow
,MolarFlow
,VolumeFlow
derived dimensions. (#269) (ajkeller34) - Fix conversions between
rpm
,rps
, and other rotational units. (#268) (ajkeller34) - Implement more methods of
isrootpower\_dim
. (#267) (ajkeller34) - Clarify the behavior of
zero
onQuantity
types… (#266) (ajkeller34) - Fix typo in extending.md (#263) (asinghvi17)
- Add molar unit (#258) (jlumpe)
- More concise printing of some standard Range types (#256) (c42f)
- Fix display() of angular degrees to be SI compliant (#255) (c42f)
- Some fixes for register() documentation. (#254) (c42f)
- Make
Unitful.promote\_to\_derived
usable again (#252) (ChristianKurz) - Auto-register basefactors for precompiled unit extension modules (#251) (c42f)