v0.23.8
github-actions
released this
03 Aug 09:08
·
400 commits
to master
since this release
Distributions v0.23.8
Closed issues:
- rand(DiscreteNonParametric) returns values that have 0 probability (#1105)
- logpdf for MixtureModel is type-unstable (#1121)
Merged pull requests:
- When implementing a Sampler you need to implement 2 arg rand (#1114) (@oxinabox)
- Fix type instability of UnivariateGMM (#1123) (@devmotion)
- Fix
rand(::DiscreteNonParametric)
with values of zero probability (#1128) (@devmotion) - Use
log1mexp
in the computations oflogdiffcdf
(#1137) (@devmotion) - Support all possible outputs of
rand
inloglikelihood
(#1144) (@devmotion)