Releases: JuliaStats/Distributions.jl
Releases · JuliaStats/Distributions.jl
v0.22.6
Distributions v0.22.6
Closed issues:
Merged pull requests:
- Make Bernoulli produce Bools (#1079) (@MikeInnes)
- improve pdmat usage in the matrix-variates (#1080) (@johnczito)
- Update truncate.jl (#1081) (@githubtomtom)
- fix erlang scale typo from #1083 (#1086) (@birm)
v0.22.5
Distributions v0.22.5
Closed issues:
- test fails on Julia 1.3 (#1044)
- limit the values of random sampling from the VonMises distribution to -pi ~ +pi (#1061)
MvNormal
constructor reverses the types of its arguments (#1069)- Feature Request: Add Beta 4 parameters distribution (#1072)
- Reparameterized truncated normal (#1078)
Merged pull requests:
- Install TagBot as a GitHub Action (#1065) (@JuliaTagBot)
- Add
LKJ
(#1066) (@johnczito) - relax type constraints on weights for fitting MVNormal (#1076) (@oxinabox)
v0.22.4
v0.22.3
v0.22.3 (2020-01-16)
Merged pull requests:
- CompatHelper: bump compat for "SpecialFunctions" to "0.10" (#1056) (github-actions[bot])
- improved mixture (#1053) (matbesancon)
v0.22.2
v0.22.1
v0.22.0
v0.21.12
v0.21.12 (2020-01-03)
Closed issues:
- Issue in Epanechnikov CDF (#970)
Merged pull requests:
- fix citation (#1043) (matbesancon)
- use logmvbeta in MatrixBeta and MatrixFDist (#1042) (johnczito)
- Add logdiffcdf function (#1038) (c123w)
- Include LogNormal in the list of distributions for fit_mle (#1036) (non-Jedi)
- Fix call to promote_eltype (#1031) (sethaxen)
- Use native samplers for Poisson distribution (#1021) (devmotion)
v0.21.11
v0.21.11 (2019-12-06)
Merged pull requests:
- Determine return type of discrete pdf/logpdf based on pdf instead (#1030) (andreasnoack)
- Add varargs constructor for Categorical (#1029) (andreasnoack)
- Fix a type instability issue for logpdf(::Categorical) (#1028) (andreasnoack)
- Add native logpdf for NegativeBinomial (#1027) (andreasnoack)
- Truncate generic (#1026) (matbesancon)
- CompatHelper: bump compat for "SpecialFunctions" to "0.9" (#1023) (github-actions[bot])