Skip to content

Releases: JuliaStats/Distributions.jl

v0.25.123

04 Jan 11:55
b0ae395

Choose a tag to compare

Distributions v0.25.123

Diff since v0.25.122

Merged pull requests:

Closed issues:

  • Sampling from von Mises Fisher yields NaN (#1423)
  • inv(Σ) fails with StaticArrays (#1826)
  • Issue with Von Mises-Fisher sampler returning NaN points (#2018)

v0.25.122

03 Oct 10:19
bbdd4f1

Choose a tag to compare

Distributions v0.25.122

Diff since v0.25.121

Merged pull requests:

Closed issues:

  • Incorrect uses of @inbounds cause miscalculation of statistics (#1265)

v0.25.121

01 Oct 18:50
ec86faf

Choose a tag to compare

Distributions v0.25.121

Diff since v0.25.120

Merged pull requests:

Closed issues:

  • Use Bessel.jl for performance? (#1979)
  • Please clarify the status of RandomMatrices (#1988)
  • rand(Uniform(1f0, 2f0)) returns a Float64. (#1995)
  • LogitNormal does not support zero variance (#2001)

v0.25.120

11 May 07:25
c2a7387

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

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

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

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

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

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

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)