Skip to content

v0.23.8

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Aug 09:08
· 369 commits to master since this release
0158a3f

Distributions v0.23.8

Diff since v0.23.7

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 of logdiffcdf (#1137) (@devmotion)
  • Support all possible outputs of rand in loglikelihood (#1144) (@devmotion)