v2.7.0
Measurements v2.7.0
Closed issues:
- How to print with more as 3 digits? (#78)
- Error when hashing Measurement{Float64} (#103)
- Adding measurement components back to a measurement after iteratively solving for a value (#108)
- tryparse for Measurement type (#110)
Merged pull requests:
- Add
Base.hash(::Measurement, ::UInt)
method (#104) (@giordano) - Don't run
ccall
test on platforms that don't allow it (#105) (@giordano) - Don't print output of
at-printf
in tests and actually test it (#106) (@giordano) - Use
Documenter.jl
v0.27 (#107) (@giordano) - Deprecate
factorial(::Measurement)
(#111) (@giordano) - Extend
Base.tryparse
(#112) (@giordano)