Skip to content

Releases: PainterQubits/Unitful.jl

v0.6.0

14 Dec 20:51
c54ddaf
Compare
Choose a tag to compare

Fixes to get Unitful working on 0.7.0-DEV again (bump minor version for Compat requirement).

v0.5.1

08 Dec 16:49
a429e56
Compare
Choose a tag to compare

See NEWS.md for details.

v0.5.0

21 Nov 04:55
2429f48
Compare
Choose a tag to compare

See NEWS.md for changes.

v0.4.0

23 Oct 18:27
Compare
Choose a tag to compare

Introduce logarithmic scales and quantities (experimental). See NEWS.md for other changes.

v0.3.0

19 Sep 19:21
Compare
Choose a tag to compare
  • Require Julia 0.6
  • Adds overloads for rand and ones #96.
  • Improve symbol resolution in u_str macro #98.
  • More work is done inside the u_str macro, such that the macro returns units, dimensions,
    numbers (quantities), or tuples rather than expressions. This is required for UnitfulAstro.jl to be released #100.

v0.2.6

05 Jul 22:44
Compare
Choose a tag to compare

Bug fix; implement Base.rtoldefault for quantity types.

v0.2.5

13 Jun 23:07
Compare
Choose a tag to compare

Bug fixes and minor feature additions.

v0.2.4

06 Jun 04:14
Compare
Choose a tag to compare

Bug fixes.

v0.2.3

11 May 17:12
Compare
Choose a tag to compare

Restore two broken tests; fix design problems with floor, ceil, round, trunc, isinteger

v0.2.2

06 Apr 00:25
Compare
Choose a tag to compare

Bug fix release.