Releases: PainterQubits/Unitful.jl
v0.2.2
Bug fix release.
v0.2.1
Fixed isapprox
bug and added DimensionlessQuantity
methods for exp
, exp10
, exp2
, expm1
, log1p
, log2
.
v0.2.0
Units{N,D}
is now an abstract type. Different concrete types for units give different behavior under conversion and promotion, enabling predictable behaviors for package development that don't necessarily depend on mutable user preferences. For details, see NEWS.md, as well as "Conversion/promotion -> Advanced promotion mechanisms" in the docs.
v0.1.5
Bug fixes and UX improvements.
v0.1.4
Bug fix release.
v0.1.3
See NEWS.md or the Unitful documentation for release details.
v0.1.2
On Julia 0.6, exponentiation by a literal is now type stable for integers.
v0.1.1
Fix a macro hygiene issue and add tests for expected functionality of the macros that define new units and dimensions.
v0.1.0
See NEWS.md or the Unitful documentation for release details.