Releases: JuliaStats/StatsFuns.jl
Releases · JuliaStats/StatsFuns.jl
v1.3.2
StatsFuns v1.3.2
Merged pull requests:
- Remove code for unsupported Julia versions (#155) (@devmotion)
- Update GH actions and add dependabot (#168) (@devmotion)
- CompatHelper: bump compat for Rmath to 0.8, (keep existing compat) (#171) (@github-actions[bot])
v1.3.1
StatsFuns v1.3.1
Merged pull requests:
- fix typo (
throw
vsthow
) in tvpack.jl fctbvncdf
(#160) (@magerton) - Handle tiny θ in gammalogpdf (#163) (@andreasnoack)
- Use promote_type instead of promote_eltype in misc tests (#164) (@andreasnoack)
Closed issues:
- Gamma PDF throwing NaN for very small scale parameter (#162)
v1.3.0
StatsFuns v1.3.0
Merged pull requests:
- Make ChainRulesCore and InverseFunctions weak dependencies (#153) (@devmotion)
v1.2.1
StatsFuns v1.2.1
Closed issues:
tdistinvcdf(0, 0.975)
hangs (#154)
Merged pull requests:
- Fix quantiles of degenerate beta distributions (#158) (@devmotion)
v1.2.0
StatsFuns v1.2.0
Closed issues:
- Precompilation error - Malformed expression (#146)
Merged pull requests:
- Fix tests (#157) (@devmotion)
- CompatHelper: bump compat for IrrationalConstants to 0.2, (keep existing compat) (#159) (@github-actions[bot])
v1.1.1
StatsFuns v1.1.1
Closed issues:
- gammalogcdf(k, θ, x) returns error for valid arguments (#150)
Merged pull requests:
- Use _₁F₁ instead of drummond1F1 in gammalogcdf (#151) (@andreasnoack)
v1.1.0
StatsFuns v1.1.0
Closed issues:
- Regression v0.9.15 to v0.9.16: betainvcdf stalls for small values (#133)
- Distributions uses an old version of Rmath (#145)
Merged pull requests:
- Implement the T-distribution via the F-distribution (#149) (@andreasnoack)
v1.0.1
StatsFuns v1.0.1
Closed issues:
betalogcdf
throws DomainError for large parameter values (#143)
Merged pull requests:
- Fix
betalogcdf
with large parameters (#144) (@devmotion)
v1.0.0
StatsFuns v1.0.0
Merged pull requests:
- Reapply #113 and prepare release of StatsFuns 1.0.0 (#142) (@devmotion)
v0.9.18
StatsFuns v0.9.18
Closed issues:
- Using gamma_inc method not defined in SpecialFunctions minimum version (#136)
Merged pull requests:
- Fix Julia 1.0 compatibility (#138) (@devmotion)