Skip to content

Releases: PainterQubits/Unitful.jl

v0.2.1

29 Mar 04:31
Compare
Choose a tag to compare

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

v0.2.0

26 Mar 22:48
Compare
Choose a tag to compare

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

24 Mar 01:20
Compare
Choose a tag to compare

Bug fixes and UX improvements.

v0.1.4

09 Mar 01:37
Compare
Choose a tag to compare

Bug fix release.

v0.1.3

06 Mar 19:46
Compare
Choose a tag to compare

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

v0.1.2

26 Feb 21:08
Compare
Choose a tag to compare

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

v0.1.1

23 Feb 20:32
Compare
Choose a tag to compare

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

v0.1.0

23 Feb 02:37
Compare
Choose a tag to compare

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