Releases: kahaaga/UncertainData.jl
Releases · kahaaga/UncertainData.jl
v0.16.0
UncertainData v0.16.0
Merged pull requests:
- allow current
IntervalArithmetic
version (#171) (@JeffreySarnoff)
v0.15.0
UncertainData v0.15.0
Closed issues:
Merged pull requests:
- CompatHelper: bump compat for "Distributions" to "0.25" (#170) (@github-actions[bot])
v0.14.0
v0.13.1
v0.13.0
v0.12.0
v0.11.0
v0.10.4
UncertainData v0.10.4
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
v0.10.2
UncertainData.jl v0.10.2
Improvements
- The user can now control how each bin is represented when using
BinnedResampling
. One can now
provideBinnedResampling{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
.