Releases: JuliaStats/Distributions.jl
Releases · JuliaStats/Distributions.jl
v0.12.3: Fix kurtosis calculation for FDist (#591)
* Fix kurtosis calculation for FDist * Test correction of FDist kurtosis
v0.12.2: Fix a couple deprecation warnings on 0.6 (#585)
* Fix deprecation warnings on 0.6 * Conditionally import scale from Base to avoid errors * Overload .+ and .- on sufficiently old Julia
New type syntax
v0.12.1 Fix most depwarn/error on 0.6 (#577)
Getting ready for 0.6
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