Releases: JuliaStats/StatsFuns.jl
Releases · JuliaStats/StatsFuns.jl
v0.9.7
v0.9.6
StatsFuns v0.9.6
Closed issues:
Merged pull requests:
- fix docstrings of xlogx and xlogy (#96) (@cossio)
- Add onepass algorithm for logsumexp (#97) (@devmotion)
- Run CI tests on Julia LTS, stable, and nightly (#102) (@devmotion)
- Use Travis for Windows testing and update Travis urls to .com (#103) (@andreasnoack)
- CompatHelper: bump compat for "SpecialFunctions" to "1.0" (#104) (@github-actions[bot])
v0.9.5
StatsFuns v0.9.5
Closed issues:
- Argument names of
gammalogpdf
are inconsistent among methods (#92)
Merged pull requests:
- Fix
gamma
argument names (#93) (@nalimilan) - Improve accuracy of logistic (#94) (@johnmyleswhite)
- add logsubexp(x,y) (#95) (@cossio)
v0.9.4
v0.9.4 (2020-02-14)
Closed issues:
- Add warnings whenever a user uses the distributions-related methods in StatsFuns.jl (#90)
- function fdistcdf (#84)
Merged pull requests:
- CompatHelper: bump compat for "SpecialFunctions" to "0.10" (#88) (github-actions[bot])
- Point to Distributions.jl (#85) (nalimilan)
v0.9.3
v0.9.2
v0.9.2 (2019-12-05)
Merged pull requests:
- CompatHelper: bump compat for "Rmath" to "0.6" (#80) (github-actions[bot])
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)