Skip to content

Releases: JuliaStats/Distributions.jl

v0.21.9

26 Nov 16:49
v0.21.9
802a65b
Compare
Choose a tag to compare

v0.21.9 (2019-11-26)

Diff since v0.21.8

Closed issues:

  • fit Rayleigh (#979)

Merged pull requests:

v0.21.8

14 Nov 22:18
v0.21.8
Compare
Choose a tag to compare

v0.21.8 (2019-11-14)

Diff since v0.21.7

Merged pull requests:

v0.21.7

10 Nov 21:49
v0.21.7
a7bc445
Compare
Choose a tag to compare

v0.21.7 (2019-11-10)

Diff since v0.21.6

Merged pull requests:

v0.21.6

08 Nov 16:49
v0.21.6
4481f0b
Compare
Choose a tag to compare
See github.com/JuliaStats/Distributions.jl/releases/tag/v0.21.6 for r…

v0.21.5

28 Oct 08:45
v0.21.5
423c3fb
Compare
Choose a tag to compare

v0.21.5 (2019-10-22)

Diff since v0.21.3

Closed issues:

  • categorical distributions: support() always returning Base.OneTo(n) range (#998)
  • cdf(::Normal, x) does not infer well when x is not a Float64 (#996)
  • Calling probs() on DiscreteUniform distribution causes infinite loop (#993)
  • New patch release? (#974)
  • poisson mle broken (#964)
  • pdf. for Multivariate distributions (#923)
  • Base.iszero not defined for Distributions.ZeroVector (#647)

Merged pull requests:

v0.21.3

30 Sep 21:15
v0.21.3
7cd421d
Compare
Choose a tag to compare

v0.21.3 (2019-09-30)

Diff since v0.21.2

Closed issues:

  • Update to SpecialFunctions 0.8.0 (#978)

Merged pull requests:

v0.21.2

28 Sep 15:09
v0.21.2
5b6c2dd
Compare
Choose a tag to compare
See github.com/JuliaStats/Distributions.jl/releases/tag/v0.21.2 for r…

v0.21.1

31 Jul 17:55
v0.21.1
91b9df8
Compare
Choose a tag to compare

v0.21.1 (2019-07-31)

Diff since v0.21.0

Closed issues:

  • Release v0.21.0 (#938)

Merged pull requests:

v0.21.0

22 Jul 18:33
v0.21.0
35ff89a
Compare
Choose a tag to compare

v0.21.0 (2019-07-22)

Diff since v0.20.0

Closed issues:

  • rand( TDist(Inf) ) gives NaN in v0.20.0 (#929)
  • DiscreteNonParametric not found (#907)
  • Release v0.20.0 (#903)
  • eltype and rand with Univariate/Continuous distributions (#894)
  • rand(Categorical) is not safe for Float32 (#872)
  • Uncompatibility rand(MvNormal()) and AutoDiff (#813)
  • Use AbstractVector for isprobvec (#812)
  • pdf, cdf, etc. do not work with OffsetArrays (#653)
  • posterior function is missing (#633)
  • getting started, doesn't compile (#622)
  • minor typo in the docs (#616)
  • Issue with array type inference (#563)
  • Simulation for the Normal Inverse Gaussian distribution (#524)
  • Inconsistent parameter names in documentation (#495)
  • Documentation: Negative Binomial (#474)
  • Allow Categorical to have different bounds then 1, ncategories? (#449)
  • missing minimum/maximum methods for MixtureModels (#437)
  • Cumulant generating functions (#433)
  • qq.jl has deprecation warnings, isn't tested (#424)
  • rearrange rand! argument order (#322)

Merged pull requests:

v0.20.0

17 May 14:26
v0.20.0
95e3a4b
Compare
Choose a tag to compare
  • Various bug fixes.
  • Added the p-Generalized Gaussian distribution
  • Improved the test structure
  • Cleanup on the documentation, fix pushing to last release