v0.21.5
v0.21.5 (2019-10-22)
Closed issues:
- categorical distributions: support() always returning Base.OneTo(n) range (#998)
- cdf(::Normal, x) does not infer well when
x
is not aFloat64
(#996) - Calling probs() on DiscreteUniform distribution causes infinite loop (#993)
- New patch release? (#974)
- poisson mle broken (#964)
- pdf. for Multivariate distributions (#923)
- Base.iszero not defined for Distributions.ZeroVector (#647)
Merged pull requests:
- specific imports (#999) (matbesancon)
- fix type inference issue for cdf(::Normal, ...) (#997) (tpapp)
- probs deprecate bugfix (#994) (mattuntergassmair)
- Make Truncated support autodiff (#991) (mohamed82008)
- Make Multinomial support Tracker AD (#990) (mohamed82008)
- Added insupport for Product-type distributions (#986) (tom-lloyd-pennington)
- Bounded distribution outside of support checking (#965) (m-wells)