Releases: JuliaStats/StatsFuns.jl
Releases · JuliaStats/StatsFuns.jl
v0.9.1
v0.9.1 (2019-12-03)
Closed issues:
- loggamma not defined (#78)
Merged pull requests:
- Update .travis.yml to new Pkg syntax for submitting coverage info (#81) (andreasnoack)
- Bump SpecialFunctions bounds (#79) (ChrisRackauckas)
v0.9.0
Add support for [p/q]tukey
Merge pull request #66 from BioTurboNick/master Provides same interface to studentized range distribution functions ([p/q]tukey)
v0.7.1
Restrict rmath `ccall` params to `Union{Float64, Int}` (#65)
Upgrade to Julia v0.7
0.7updates (#53) * Updates for 0.7 * Suppress tests on 0.6
v0.6.1: Merge pull request #50 from JuliaStats/sb/travis
enable travis on 0.7
v0.6.0
v0.5.0
More generic implementations and Julia 0.6 fixes
v0.4.0 Use Int instead of Int64 in function signatures and test integer inpu…