Skip to content

Releases: JuliaStats/Distributions.jl

v0.22.6

18 Mar 12:04
Compare
Choose a tag to compare

Distributions v0.22.6

Diff since v0.22.5

Closed issues:

  • Bernoulli should produce Bool (#1068)
  • typo (#1083)

Merged pull requests:

v0.22.5

28 Feb 18:04
Compare
Choose a tag to compare

Distributions v0.22.5

Diff since v0.22.4

Closed issues:

  • test fails on Julia 1.3 (#1044)
  • limit the values of random sampling from the VonMises distribution to -pi ~ +pi (#1061)
  • MvNormal constructor reverses the types of its arguments (#1069)
  • Feature Request: Add Beta 4 parameters distribution (#1072)
  • Reparameterized truncated normal (#1078)

Merged pull requests:

v0.22.4

30 Jan 14:58
v0.22.4
b637c8a
Compare
Choose a tag to compare

v0.22.4 (2020-01-30)

Diff since v0.22.3

Closed issues:

  • Checking foo() === NaN is brittle (#1055)
  • Type inconsistencies (#984)
  • Numerical issues for variance of truncated normal (#827)
  • LogNormal inconsistent when outside support (#456)

Merged pull requests:

  • Fix typestability of (log)pdf, (log)cdf, (log)ccdf, and gradlogpdf for LogNormal (#1059) (devmotion)
  • Improve evaluation of variance of truncated normal in the tails (#1058) (cossio)
  • Nan checks (#1057) (matbesancon)

v0.22.3

16 Jan 15:45
v0.22.3
2236fe0
Compare
Choose a tag to compare

v0.22.3 (2020-01-16)

Diff since v0.22.2

Merged pull requests:

v0.22.2

14 Jan 15:58
v0.22.2
1cf98b0
Compare
Choose a tag to compare

v0.22.2 (2020-01-14)

Diff since v0.22.1

Closed issues:

  • VonMises support (#1022)

Merged pull requests:

v0.22.1

10 Jan 22:33
v0.22.1
16ba0b4
Compare
Choose a tag to compare

v0.22.1 (2020-01-10)

Diff since v0.22.0

Closed issues:

  • linear transformations on MvNormal (#307)

Merged pull requests:

  • Add affine transformations for MvNormal. (#1051) (tpapp)

v0.22.0

06 Jan 07:34
v0.22.0
d57751b
Compare
Choose a tag to compare

v0.22.0 (2020-01-06)

Diff since v0.21.12

Closed issues:

  • I can't install distributions on Julia 1.3.1 and Windows 10 (#1049)

Merged pull requests:

  • Fix type of Bernoulli sample type (#1048) (juliohm)
  • [Breaking] Treat UniformScaling in constructor of MvNormal as matrix (#1019) (devmotion)

v0.21.12

03 Jan 09:46
v0.21.12
c33d9c5
Compare
Choose a tag to compare

v0.21.12 (2020-01-03)

Diff since v0.21.11

Closed issues:

  • Issue in Epanechnikov CDF (#970)

Merged pull requests:

v0.21.11

06 Dec 09:17
v0.21.11
Compare
Choose a tag to compare

v0.21.11 (2019-12-06)

Diff since v0.21.10

Merged pull requests:

v0.21.10

03 Dec 14:17
v0.21.10
Compare
Choose a tag to compare

v0.21.10 (2019-12-03)

Diff since v0.21.9

Closed issues:

  • rand(DiscreteNonParametric) fails for long probability vectors with many small elements (#1017)
  • logpdf(Normal, x) is not type stable (#1014)
  • Replace ZeroVector with FillArrays (#833)

Merged pull requests:

  • Replace ZeroVector with Zeros from FillArrays (#1020) (devmotion)
  • Fixes out of bounds error for loop in rand(DiscreteNonParametric) (#1018) (darsnack)