v0.16.0
v0.16.0 (2019-07-01)
Closed issues:
- Doc links broken (#242)
- Error with range and degrees (#241)
- World age errors with --compiled-modules=no (#232)
- World age problem when 'using' Measurements after Unitful (#231)
- Link to documentation is broken (#229)
- Move Unitful.jl to an organisation? (#228)
- Dealing with Real and Complex Quantities (#223)
@u\_str
should preserve order (#222)- using logarithmic quantities (#217)
- round to units (#207)
Merged pull requests:
- Fix two rounding issues (#250) (ajkeller34)
- add two arg rounding methods (#249) (rafaqz)
- REQUIRE -> Project.toml; CI tweaks (#247) (c42f)
- update rounding code (#246) (BeastyBlacksmith)
- Fix issue #241 (#245) (ajkeller34)
- Fix issue #232. (#243) (ajkeller34)
- Update constants to CODATA 2018 (#235) (sostock)
- Links go to the wrong repository (#234) (OvidiusCicero)
- Do not call
zero\(T\)
from generated function body (#233) (c42f) - Fixed docs from ajkeller34. to painterqubits. (#230) (rapus95)
- implement Base.complex, Base.widen, Base.reim (fix #223) (#227) (steinQF)
- Implement upreferred(::Missing) (#224) (cstjean)
- Add show method for MIME"text/plain" (#213) (giordano)
- Remove type annotation on last argument of ustrip methods (#212) (giordano)