Releases: JuliaStats/Distributions.jl
Releases · JuliaStats/Distributions.jl
v0.25.123
Distributions v0.25.123
Merged pull requests:
- Fix von Mises-Fisher sampler (#1930) (@devmotion)
- Add doctests (#1980) (@abhro)
- Make MatrixNormal sampling non-allocating (#2012) (@projekter)
- Update language tags and code output in starting.md (#2013) (@abhro)
- Update CI workflows for building docs (#2014) (@abhro)
- Fix syntax for
@docsblock in types.md (#2015) (@abhro) - Bump actions/checkout from 5 to 6 (#2016) (@dependabot[bot])
- Bump version from 0.25.122 to 0.25.123 (#2020) (@devmotion)
Closed issues:
v0.25.122
Distributions v0.25.122
Merged pull requests:
- Remove all
@inboundsannotations (#2005) (@timholy) - Bump version from 0.25.121 to 0.25.122 (#2006) (@devmotion)
Closed issues:
v0.25.121
Distributions v0.25.121
Merged pull requests:
- Add docs site favicon (#1981) (@abhro)
- Remove docstring for
cdf(::Skellam, ::Real)(#1986) (@devmotion) - Bump actions/checkout from 4 to 5 (#1993) (@dependabot[bot])
- Support zero variance in
LogitNormal(#2002) (@devmotion) - Skip parameter checks when constructing
Normaldistributions forLogNormalcalculations (#2003) (@devmotion)
Closed issues:
v0.25.120
Distributions v0.25.120
Merged pull requests:
- Document and export gradlogpdf. (#1974) (@tpapp)
- More efficient sampling with
MvNormalCanon(#1977) (@devmotion)
Closed issues:
v0.25.119
Distributions v0.25.119
Merged pull requests:
- Implement std(::MultivariateDistribution) (#1352) (@bicycle1885)
- BREAKING Fix loss of structure in cov() and invcov() of AbstractMvNormal subtypes (#1373) (@st--)
- add partype method to lognormal and semicircle (#1773) (@bgctw)
- Fix underflow of
logccdfofPGeneralizedGaussian(#1932) (@devmotion) - Allow ForwardDiff v1 (#1957) (@mcabbott)
- Require Julia >= 1.10 (#1959) (@devmotion)
- Fix warnings in tests (#1960) (@devmotion)
- Remove docstring of non-existent method (#1962) (@abhro)
- Reduce allocations of
cov(::MultivariateMixture)(#1967) (@devmotion) - Use generic
axpy!instead of callingBLAS.axpy!(#1968) (@jishnub)
Closed issues:
- why do cov and invcov call full? (#572)
- Underflow in logccdf for PGeneralizedGaussian (#1916)
- Matrix normal distribution support (#1946)
- May I suggest adding the sprand(::Distributions.Distribution, ...) method, like rand() does? (#1955)
cov(d::MultivariateMixture)assumes overly specific typing on component covariance (#1969)- Random sample from LogNormal does not return values of the same type as its parameters (#1970)
v0.25.118
Distributions v0.25.118
Merged pull requests:
- Fix type headers in docstrings (#1943) (@abhro)
- Fix inverse wishart constructor with integer ScalMat/PDiagMat (#1953) (@vandenman)
Closed issues:
v0.25.117
Distributions v0.25.117
Merged pull requests:
- CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat) (#1778) (@github-actions[bot])
- Add NamedTupleVariate and ProductNamedTupleDistribution (#1803) (@sethaxen)
- Fix
modeofLKJCholesky(#1938) (@devmotion)
Closed issues:
v0.25.116
Distributions v0.25.116
Merged pull requests:
- Special case Geometric(OneHalf()) (#1934) (@LilithHafner)
Closed issues:
- Multiplication of ScalMat and FillArray is ambiguous (#1925)
v0.25.115
v0.25.114
Distributions v0.25.114
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#1917) (@dependabot[bot])
- Fix
medianforBinomialdistribution (#1924) (@marcusps)
Closed issues: