Unitful.jl

Physical quantities with arbitrary units

OTHER License

Stars
577
Committers
71

Bot releases are hidden (Show)

Unitful.jl - v0.2.2

Published by ajkeller34 over 7 years ago

Bug fix release.

Unitful.jl - v0.2.1

Published by ajkeller34 over 7 years ago

Fixed isapprox bug and added DimensionlessQuantity methods for exp, exp10, exp2, expm1, log1p, log2.

Unitful.jl - v0.2.0

Published by ajkeller34 over 7 years ago

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.

Unitful.jl - v0.1.5

Published by ajkeller34 over 7 years ago

Bug fixes and UX improvements.

Unitful.jl - v0.1.4

Published by ajkeller34 over 7 years ago

Bug fix release.

Unitful.jl - v0.1.3

Published by ajkeller34 over 7 years ago

See NEWS.md or the Unitful documentation for release details.

Unitful.jl - v0.1.2

Published by ajkeller34 over 7 years ago

On Julia 0.6, exponentiation by a literal is now type stable for integers.

Unitful.jl - v0.1.1

Published by ajkeller34 over 7 years ago

Fix a macro hygiene issue and add tests for expected functionality of the macros that define new units and dimensions.

Unitful.jl - v0.1.0

Published by ajkeller34 over 7 years ago

See NEWS.md or the Unitful documentation for release details.