Skip to content

Releases: JuliaStats/Distributions.jl

v0.14.1

11 Jul 17:34
Compare
Choose a tag to compare
Emergency fix to get distributions to work on 0.6 (#637)

v0.14.0: Allow AbstractVector in _rand! for ConjugatePriors.jl (#625)

30 Jun 05:08
Compare
Choose a tag to compare
* Allow AbstractVector in _rand! for ConjugatePriors.jl

* Remove ambiguity in _rand!

* Also sample a single variate in mvnormal.jl

v0.13.0

18 May 19:05
Compare
Choose a tag to compare
Added support for passing in a `AbstractRNG` to some of the univariat…

v0.12.5: Fix multivariate log likelihood refactor (#594)

19 Apr 02:11
Compare
Choose a tag to compare

v0.12.4

14 Apr 07:09
Compare
Choose a tag to compare
Fix handling of .+ and .- overload deprecation (#593)

v0.12.3: Fix kurtosis calculation for FDist (#591)

13 Apr 00:52
Compare
Choose a tag to compare
* Fix kurtosis calculation for FDist

* Test correction of FDist kurtosis

v0.12.2: Fix a couple deprecation warnings on 0.6 (#585)

23 Mar 23:18
Compare
Choose a tag to compare
* Fix deprecation warnings on 0.6

* Conditionally import scale from Base to avoid errors

* Overload .+ and .- on sufficiently old Julia

New type syntax

18 Feb 05:24
Compare
Choose a tag to compare
v0.12.1

Fix most depwarn/error on 0.6 (#577)

Getting ready for 0.6

25 Jan 14:15
Compare
Choose a tag to compare
Update to Julia 0.6 (#570)

* Fix Julia 0.6 deprecations

* Remove promote_eltype and convert_eltype definitions

* Adjust tolerance in multivariate mixture test

* Add QuadGK as dependency

* Delete tests that hook into internal type fields

* Make multivariate and matrix distributions work just with Base's promote mechanisms

* Don't fail if ambiguous methods are detected. Just show them.

* Drop Julia 0.4 support and bump PDMats version

* Use isapprox istead of ≈ to make tests pass on Julia 0.5

* Stop testing on Julia 0.4

v0.11.1

09 Dec 20:10
Compare
Choose a tag to compare

Fixes:

  • Multinomial now works with 0 trials
  • BetaBinomial accepts larger n
  • Documentation fixes for Gamma and Logistic
  • Undefined distributions are no longer exported
  • Macro escaping on 0.6

New features:

  • DirichletMultinomial distribution