Skip to content

Releases: hustf/MechanicalUnits.jl

Upstream changes, readme.md

13 Jun 09:50
Compare
Choose a tag to compare

Upstream changes to the default exponent display. Now the behaviour is the same on all systems as it used to be on Apple and Windows.

Remove conversion of collections without broadcasting

07 May 14:48
Compare
Choose a tag to compare

This removes one of the original features which can be useful when using this as a kind of calculator. It now seems more important to bring the interfaces into line with what Unitful.jl. offers, at the cost of adding a '.' here and there.

Also, promote_to_derived is now exported. This removes one of the many things to remember when writing glue code for other packages (GluecodeDiffEqBase).

Test pretty print updates, Julia 1.6

27 Apr 18:29
Compare
Choose a tag to compare

No actual code changes, but Unitfu.jl has changed, Julia new versions change the print format.

Allow parsing of exponential number quantities

08 Nov 17:14
7c4177b
Compare
Choose a tag to compare
v0.4.2

Allow parsing of exponential number quantities

Update Project.toml to v0.4.1

08 Nov 16:41
93b0196
Compare
Choose a tag to compare

Avoid version confusion.

Add parsing of String -> Quantity{T} where T<:Real

08 Nov 16:27
Compare
Choose a tag to compare

Add parsing of String -> Quantity{T} where T<:Real to Base.

0.3.1

11 Aug 18:02
Compare
Choose a tag to compare

Fix mismatch versions git to Project.toml

New Unitful fork version

11 Aug 05:41
Compare
Choose a tag to compare

Require Julia 1.3.
Latest Unitful version .
Installation doc.

Easier installation

04 Jun 18:20
Compare
Choose a tag to compare

Included Manifest. This should install the cloned and modified Unitful, https://github.com/hustf/Unitful.jl

Flexible unit conversion

21 Jul 13:51
Compare
Choose a tag to compare