Releases: JuliaStats/StatsFuns.jl
Releases · JuliaStats/StatsFuns.jl
v0.9.17
v0.9.16
StatsFuns v0.9.16
Closed issues:
Merged pull requests:
- include tvpack.jl with bivariate normal cdf (#67) (@magerton)
- Use julia implementations for pdfs and some cdf-like functions (#113) (@andreasnoack)
v0.9.15
StatsFuns v0.9.15
Merged pull requests:
- Cancel Github actions for previous commits in PRs (#128) (@devmotion)
- Promote arguments of
norminvcdf
andnorminvccdf
(#132) (@devmotion)
v0.9.14
StatsFuns v0.9.14
Merged pull requests:
- CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) (#131) (@github-actions[bot])
v0.9.13
StatsFuns v0.9.13
Merged pull requests:
v0.9.12
StatsFuns v0.9.12
Closed issues:
- Rational param breaks Binomial CDF (#98)
- R functions do not respect support accurately enough (#115)
Merged pull requests:
- Ensure that
binomlogpdf
returns non-positive values, t distributions with infinite parameter are supported, and add integration tests (#126) (@devmotion) - Add tests for support of binomial distribution (#127) (@devmotion)
v0.9.11
StatsFuns v0.9.11
Merged pull requests:
- Allow
Real
arguments in R functions and use Julia implementations only (#125) (@devmotion)
v0.9.10
StatsFuns v0.9.10
Merged pull requests:
- Add ChainRules adjoints (#106) (@devmotion)
- Make CompatHelper run on v1 (#119) (@ChrisRackauckas)
- Fix CompatHelper.yml (#123) (@devmotion)
v0.9.9
v0.9.8
StatsFuns v0.9.8
Closed issues:
- RFC: move log/exp variants to a separate package (#46)
- Error finding gradient of poislogpdf (#60)
- logsumexp over matrix of infinities outputs NaN (#100)
Merged pull requests:
- Reexport LogExpFunctions (#108) (@devmotion)