v2.1.0
v2.1.0 (2019-08-03)
Closed issues:
- Inconsistency in arithmetic expressions? (#47)
- Support for gemm and gemm! (#46)
- deal with floating point uncertainty in measurement("123.4(2.1)") (#44)
- World age problem when 'using' Measurements after Unitful (#42)
- Linear error propagation theory (#41)
- Option to always use truncated display of Measurements (#40)
- Feature Request: Allow for More Flexible Unitful.jl Constructions (#35)
Merged pull requests:
- Support parsing measurement with decimal uncertainty (#45) (giordano)
- Always use truncated printing by default (#43) (giordano)
- Move special functions to Requires (#39) (giordano)
- Move QuadGK-specific code to Requires (#38) (giordano)
- Added
value
anduncertainty
for Measurements w/ Units (#37) (simeonschaub) - Define measurement method for compatibility with Unitful.jl (#36) (giordano)
- Avoid creating a useless tuple from an array in at-uncertain macro (#32) (giordano)