Skip to content

Releases: JuliaStats/Distributions.jl

v0.25.120

11 May 07:25
c2a7387
Compare
Choose a tag to compare

Distributions v0.25.120

Diff since v0.25.119

Merged pull requests:

Closed issues:

  • Documentation for gradlogpdf (#1844)
  • cov of MixtureModel{<:MvNormal} should return PDMat? (#1971)
  • Edge case for truncated (#1975)

v0.25.119

16 Apr 10:14
efff906
Compare
Choose a tag to compare

Distributions v0.25.119

Diff since v0.25.118

Merged pull requests:

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

12 Mar 09:02
b348b5b
Compare
Choose a tag to compare

Distributions v0.25.118

Diff since v0.25.117

Merged pull requests:

  • Fix type headers in docstrings (#1943) (@abhro)
  • Fix inverse wishart constructor with integer ScalMat/PDiagMat (#1953) (@vandenman)

Closed issues:

  • Geometric() could be 5x faster. (#1933)
  • Support for Unitful parameters (#1940)
  • MethodError on initializing DiscreteNonParametric with @view (#1941)
  • truncated Normal with zero mean and std hangs (#1942)
  • InverseWishart constructor errors for ::Int, ::PDMats.ScalMat{Int64} (#1948)

v0.25.117

17 Jan 14:57
1e6801d
Compare
Choose a tag to compare

Distributions v0.25.117

Diff since v0.25.116

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 mode of LKJCholesky (#1938) (@devmotion)

Closed issues:

  • quantile() function for multivariate normal distribution (#569)
  • Document Thread Safety (#1829)

v0.25.116

08 Jan 08:35
957f0c0
Compare
Choose a tag to compare

Distributions v0.25.116

Diff since v0.25.115

Merged pull requests:

Closed issues:

  • Multiplication of ScalMat and FillArray is ambiguous (#1925)

v0.25.115

17 Dec 11:34
ceb6343
Compare
Choose a tag to compare

Distributions v0.25.115

Diff since v0.25.114

Merged pull requests:

Closed issues:

  • Speed up median(Binomial) (#1926)
  • rand!(a, Multinomial(100, p)) StackOverflowError bug (#1929)

v0.25.114

14 Dec 12:38
790411a
Compare
Choose a tag to compare

Distributions v0.25.114

Diff since v0.25.113

Merged pull requests:

Closed issues:

  • Custom univariate sampler not working as expected (#1132)
  • support gives error on infinite discrete distributions (#1919)
  • Failure to precompile, no libquadmath.so.0 (#1922)
  • median can give incorrect answer for Binomial distribution (#1923)

v0.25.113

04 Nov 21:33
aad64af
Compare
Choose a tag to compare

Distributions v0.25.113

Diff since v0.25.112

Merged pull requests:

Closed issues:

  • Stack overflow in rand!() with product distribution (#1909)

v0.25.112

25 Sep 12:13
a1010e4
Compare
Choose a tag to compare

Distributions v0.25.112

Diff since v0.25.111

Merged pull requests:

Closed issues:

  • Support for Rationals in discrete distributions? (#309)
  • Adding a NamedTupleVariate (#1762)
  • truncated does not work with Turing.jl's random variables (#1889)
  • [InverseGaussian?] quantile() hangs for larger number of σ's (quantile_newton not converging) (#1898)

v0.25.111

23 Aug 20:00
00b7fad
Compare
Choose a tag to compare

Distributions v0.25.111

Diff since v0.25.110

Merged pull requests:

Closed issues:

  • How to draw a density sample from a multivariate normal (#1887)