Skip to content

Releases: JuliaPhysics/Measurements.jl

v2.11.0

04 Nov 12:10
79d4b92
Compare
Choose a tag to compare

Measurements v2.11.0

Diff since v2.10.0

Merged pull requests:

Closed issues:

  • Trying to use Measurements to differentiate respect to a unitful quantity. (#151)
  • Broken MeasurementsJunoExt.jl (#158)

v2.10.0

21 Sep 00:28
21cf93c
Compare
Choose a tag to compare

Measurements v2.10.0

Diff since v2.9.0

Merged pull requests:

Closed issues:

  • Move to pkgextensions for Julia v1.9+ (#133)

v2.9.0

22 Mar 16:19
d1ac981
Compare
Choose a tag to compare

Measurements v2.9.0

Diff since v2.8.0

Closed issues:

  • Can't use unique with measurements (#124)
  • Measurements.value(x::Missing) = missing (#126)
  • one(measurement) should return 1, not 1 ± 0 (#134)

Merged pull requests:

  • add value(::Missing) & uncertainty(::Missing) (#127) (@Eben60)
  • Add docstrings for value(::Missing) & uncertainty(::Missing) (#128) (@Eben60)
  • Define one(::Type{Measurement{T}}) to return one(T) (#135) (@giordano)
  • Use more @inferred in tests (#136) (@giordano)

v2.8.0

01 Sep 14:58
dc99187
Compare
Choose a tag to compare

Measurements v2.8.0

Diff since v2.7.2

Merged pull requests:

v2.7.2

21 May 20:39
Compare
Choose a tag to compare

Measurements v2.7.2

Diff since v2.7.1

Merged pull requests:

v2.7.1

03 Mar 22:50
Compare
Choose a tag to compare

Measurements v2.7.1

Diff since v2.7.0

Merged pull requests:

v2.7.0

28 Dec 12:19
c79947c
Compare
Choose a tag to compare

Measurements v2.7.0

Diff since v2.6.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:

v2.6.0

20 Apr 23:04
Compare
Choose a tag to compare

Measurements v2.6.0

Diff since v2.5.0

Closed issues:

  • Nested Types issue (#75)
  • What do NaN uncertainties mean? (#90)
  • Summing Complex Measurements (#99)
  • making measurements work with Printf (#101)

Merged pull requests:

v2.5.0

28 Jan 21:20
Compare
Choose a tag to compare

Measurements v2.5.0

Diff since v2.4.0

Closed issues:

  • ERROR: StackOverflowError: (#86)
  • value() function for Unitful quantity without uncertainty (#87)

Merged pull requests:

  • Loosen signature of value and uncertainty for Unitful (#88) (@giordano)

v2.4.0

20 Jan 19:41
1c1950e
Compare
Choose a tag to compare

Measurements v2.4.0

Diff since v2.3.0

Closed issues:

  • error value equal to zero when taking a ratio (#77)
  • Wrong results (#79)
  • Interplay with ForwardDiff - defining *(::Measurement, ::ForwardDiff.Dual) (#80)
  • Error displaying Inf +/- Inf (#83)

Merged pull requests: