Skip to content

Releases: JuliaStats/Distributions.jl

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)

v0.25.105

05 Jan 11:04
28bf738
Compare
Choose a tag to compare

Distributions v0.25.105

Diff since v0.25.104

Merged pull requests:

  • CompatHelper: bump compat for GR to 0.73 for package docs, (keep existing compat) (#1811) (@github-actions[bot])
  • Clarify definitions of inverse CDF functions (#1814) (@sethaxen)
  • Fix eachvariate with zero variates (#1819) (@devmotion)

Closed issues:

  • inv* functions are not really inverses (#1813)
  • rand(::Sampleable{Multivariate}, 0) errors (#1817)

v0.25.104

08 Dec 11:22
8e231ed
Compare
Choose a tag to compare

Distributions v0.25.104

Diff since v0.25.103

Merged pull requests:

  • Fix method ambiguities & unbound parameters + add Aqua tests (#1804) (@devmotion)

Closed issues:

  • Relaxing ::Real requirement (#1801)
  • Handle SparseArrays via Pkg extention? (#1802)

v0.25.103

03 Nov 19:28
7e232ca
Compare
Choose a tag to compare

Distributions v0.25.103

Diff since v0.25.102

Merged pull requests:

  • Move test utilities to an extension (#1791) (@devmotion)
  • CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#1793) (@github-actions[bot])
  • Add compat entries for stdlibs (#1794) (@devmotion)

Closed issues:

  • Adding MvLogitNormal (#1771)
  • Failing tests on master (#1789)