Releases: PainterQubits/Unitful.jl
Releases · PainterQubits/Unitful.jl
v0.6.1
v0.6.0
Fixes to get Unitful working on 0.7.0-DEV again (bump minor version for Compat requirement).
v0.5.1
See NEWS.md for details.
v0.5.0
See NEWS.md for changes.
v0.4.0
Introduce logarithmic scales and quantities (experimental). See NEWS.md for other changes.
v0.3.0
- Require Julia 0.6
- Adds overloads for
rand
andones
#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
Bug fix; implement Base.rtoldefault for quantity types.
v0.2.5
Bug fixes and minor feature additions.
v0.2.4
Bug fixes.
v0.2.3
Restore two broken tests; fix design problems with floor
, ceil
, round
, trunc
, isinteger