Releases: JuliaStats/Distributions.jl
Releases · JuliaStats/Distributions.jl
v0.21.9
v0.21.9 (2019-11-26)
Closed issues:
- fit Rayleigh (#979)
Merged pull requests:
- fix type stability (#1016) (matbesancon)
- remove ambiguous method (#1015) (matbesancon)
- Make MvNormal accept Symmetric and Diagonal matrices (#1013) (treigerm)
v0.21.8
v0.21.7
v0.21.6
See github.com/JuliaStats/Distributions.jl/releases/tag/v0.21.6 for r…
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)
v0.21.3
v0.21.3 (2019-09-30)
Closed issues:
- Update to SpecialFunctions 0.8.0 (#978)
Merged pull requests:
- bump version (#982) (matbesancon)
- Make PoissonBinomial support ForwardDiff (#967) (mohamed82008)
v0.21.2
See github.com/JuliaStats/Distributions.jl/releases/tag/v0.21.2 for r…
v0.21.1
v0.21.1 (2019-07-31)
Closed issues:
- Release v0.21.0 (#938)
Merged pull requests:
- version bump (#946) (matbesancon)
- Optional checks of the constructor parameters (#942) (matbesancon)
- matrix-variate cleanup (#937) (johnczito)
v0.21.0
v0.21.0 (2019-07-22)
Closed issues:
- rand( TDist(Inf) ) gives NaN in v0.20.0 (#929)
- DiscreteNonParametric not found (#907)
- Release v0.20.0 (#903)
- eltype and rand with Univariate/Continuous distributions (#894)
- rand(Categorical) is not safe for Float32 (#872)
- Uncompatibility rand(MvNormal()) and AutoDiff (#813)
- Use AbstractVector for isprobvec (#812)
pdf
,cdf
, etc. do not work withOffsetArrays
(#653)- posterior function is missing (#633)
- getting started, doesn't compile (#622)
- minor typo in the docs (#616)
- Issue with array type inference (#563)
- Simulation for the Normal Inverse Gaussian distribution (#524)
- Inconsistent parameter names in documentation (#495)
- Documentation: Negative Binomial (#474)
- Allow Categorical to have different bounds then 1, ncategories? (#449)
- missing minimum/maximum methods for MixtureModels (#437)
- Cumulant generating functions (#433)
- qq.jl has deprecation warnings, isn't tested (#424)
- rearrange
rand!
argument order (#322)
Merged pull requests:
- matrix-variate cleanup (#937) (johnczito)
- upgrade matrix-variate docs (#936) (johnczito)
- Add
MatrixFDist
(#935) (johnczito) - v0.21.0 (#934) (matbesancon)
- Add
MatrixBeta
(#933) (johnczito) - Fix
convert
method forWishart
andInverseWishart
(#932) (johnczito) - Make TDist(Inf) behave like Normal(0,1) (addresses Issue #929) (#931) (johnczito)
- Update
MatrixNormal
(#930) (johnczito) - Add
MatrixTDist
(#927) (johnczito) - Resolve #872 (#926) (xukai92)
- functions to convolve simple distributions (#919) (glennmoy)
- Add
MatrixNormal
distribution (#917) (johnczito) - Rand invnormal (#909) (matbesancon)
- Update DOI (#905) (Peiffap)
- fix constant (#904) (matbesancon)
- Fix #894 Normal distribution and its type parameter (#896) (halleysfifthinc)
- Added eltype for multivariate distributions (#882) (theogf)
- Native Normal (#875) (Nosferican)
- Abstract array types in utils.jl (fix #812) (#874) (maxmouchet)
v0.20.0
- Various bug fixes.
- Added the p-Generalized Gaussian distribution
- Improved the test structure
- Cleanup on the documentation, fix pushing to last release