Skip to content

Releases: kahaaga/UncertainData.jl

v0.16.0

19 Nov 20:46
ca77bec
Compare
Choose a tag to compare

UncertainData v0.16.0

Diff since v0.15.0

Merged pull requests:

v0.15.0

17 Nov 20:10
Compare
Choose a tag to compare

UncertainData v0.15.0

Diff since v0.14.0

Closed issues:

  • Tests sometimes fail? (#143)
  • Tag v0.14 (#168)

Merged pull requests:

  • CompatHelper: bump compat for "Distributions" to "0.25" (#170) (@github-actions[bot])

v0.14.0

21 Apr 15:51
Compare
Choose a tag to compare

UncertainData v0.14.0

Diff since v0.13.1

Closed issues:

  • Register v0.13.1 (#166)

Merged pull requests:

  • Fix stochastic bugs when sampling using StrictlyIncreasing constraints (#167) (@kahaaga)

v0.13.1

21 Apr 15:04
7fac470
Compare
Choose a tag to compare

UncertainData v0.13.1

Diff since v0.13.0

Closed issues:

  • Register v0.13 (#164)

Merged pull requests:

  • CompatHelper: bump compat for "IntervalArithmetic" to "0.18" (#165) (@github-actions[bot])

v0.13.0

07 Apr 13:38
9e2e488
Compare
Choose a tag to compare

UncertainData v0.13.0

Diff since v0.12.0

Closed issues:

  • Register v0.12 (#162)

Merged pull requests:

v0.12.0

26 Mar 12:17
bbf8771
Compare
Choose a tag to compare

UncertainData v0.12.0

Diff since v0.11.0

Closed issues:

  • Register v0.11.0 (#160)

Merged pull requests:

  • Bugfix in resample UncertainIndexValueDataset (#161) (@kahaaga)

v0.11.0

22 Mar 15:24
50273b6
Compare
Choose a tag to compare

UncertainData v0.11.0

Diff since v0.10.4

Closed issues:

  • Register v0.10.4 (#157)

Merged pull requests:

  • Newer version of Plots uses xerror/yerror instead of xerr/yerr (#159) (@kahaaga)

v0.10.4

16 Feb 15:48
421a576
Compare
Choose a tag to compare

UncertainData v0.10.4

Diff since v0.10.3

Closed issues:

  • Register v0.10.3 (#141)

Merged pull requests:

  • CompatHelper: bump compat for "Unitful" to "0.18" (#142) (@github-actions[bot])
  • CompatHelper: bump compat for "RecipesBase" to "0.8" (#147) (@github-actions[bot])
  • Install TagBot as a GitHub Action (#148) (@JuliaTagBot)
  • CompatHelper: bump compat for "Distributions" to "0.23" (#149) (@github-actions[bot])
  • CompatHelper: bump compat for "StatsBase" to "0.33" (#150) (@github-actions[bot])
  • CompatHelper: bump compat for "IntervalArithmetic" to "0.17" (#151) (@github-actions[bot])
  • CompatHelper: bump compat for "HypothesisTests" to "0.10" (#152) (@github-actions[bot])
  • Tagbot update (#156) (@kahaaga)

v0.10.3

19 Nov 11:19
v0.10.3
3fad919
Compare
Choose a tag to compare

v0.10.3 (2019-11-19)

Diff since v0.10.2

Closed issues:

  • Register v0.10.2 (#137)
  • Control how bins are represented when using BinnedResampling (#135)
  • Register v0.10.1 (#134)

Merged pull requests:

v0.10.2

18 Nov 19:18
v0.10.2
29eeb19
Compare
Choose a tag to compare

UncertainData.jl v0.10.2

Improvements

  • The user can now control how each bin is represented when using BinnedResampling. One can now
    provide BinnedResampling{UncertainScalarKDE}, BinnedResampling{UncertainScalarPopulaton} or
    BinnedResampling{RawValues}.
  • Explicit bin methods for binning both scalar valued data and uncertain data.

Documentation

  • Added documentation for binning methods.
  • Improved documentation for UncertainScalarKDE.