Skip to content

Releases: JuliaStats/Distributions.jl

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)

v0.25.110

09 Aug 09:54
13029c0
Compare
Choose a tag to compare

Distributions v0.25.110

Diff since v0.25.109

Merged pull requests:

Closed issues:

  • installation warning/error about DistributionsTestExt (not) precompiling (#1842)
  • New GPL dependency introduced through AliasTables (#1864)
  • Rename ValueSupport subtypes to more specific names (#1870)
  • Who is maintaining Distributions.jl? (#1871)
  • cdf of InverseGaussian (#1873)
  • Support parametrization of Beta (Mean and variance Beta(μ, σ²)) (#1877)

v0.25.109

30 May 08:07
6af1e2f
Compare
Choose a tag to compare

Distributions v0.25.109

Diff since v0.25.108

Merged pull requests:

Closed issues:

  • 0 <= cdf(Normal(),x) <= 1 not always true. (#1853)
  • 0 <= cdf(truncated(Normal(2.5, 0.2), lower=0.0),x) not always true. (#1854)
  • Suggestion: 3-argument cdf() (#1855)
  • Error in xval in gumbel (#1858)

v0.25.108

20 Apr 07:27
818814f
Compare
Choose a tag to compare

Distributions v0.25.108

Diff since v0.25.107

Merged pull requests:

Closed issues:

  • AliasTable method is not working for unbalanced values (#832)
  • What is the current state of empirical univariate distribution? (#1047)
  • StackOverflowError with rand! (#1822)
  • sampling from BetaSampler slower than directly from Beta (#1830)
  • Infinite loop for quantile of InverseGaussian for specific value (#1833)

v0.25.107

08 Jan 18:45
c1705a3
Compare
Choose a tag to compare

Distributions v0.25.107

Diff since v0.25.106

Merged pull requests:

v0.25.106

05 Jan 11:38
de9d5cf
Compare
Choose a tag to compare

Distributions v0.25.106

Diff since v0.25.105

Merged pull requests:

  • Replace broadcasting over distributions with broadcasting with partially applied functions (#1818) (@devmotion)

Closed issues:

  • rand! with Uniform distribution does not work with CUDA arrays (#1815)