Releases: JuliaStats/StatsFuns.jl
Releases · JuliaStats/StatsFuns.jl
v1.5.2
v1.5.1
StatsFuns v1.5.1
Merged pull requests:
- Bump actions/checkout from 4 to 5 (#186) (@dependabot[bot])
- Add tests with Aqua, ExplicitImports and JET (#189) (@devmotion)
- Bump version from 1.5.0 to 1.5.1 (#190) (@devmotion)
v1.5.0
StatsFuns v1.5.0
Merged pull requests:
- Add downstream tests of HypothesisTests (#179) (@devmotion)
- Add Runic (#182) (@devmotion)
- Hide formatting commit in git-blame (#183) (@devmotion)
- Use Löffler's recurrence relation for the Wilcox distribution (#184) (@devmotion)
v1.4.0
StatsFuns v1.4.0
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#172) (@dependabot[bot])
- add signrank distribution (#173) (@ArnoStrouwen)
- add wilcox distribution (#174) (@ArnoStrouwen)
- [skip ci] add signrank to readme (#177) (@ArnoStrouwen)
- Release wilcox and signrank distributions (#178) (@devmotion)
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 (
throwvsthow) 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)