Releases: JuliaStats/StatsFuns.jl
Releases · JuliaStats/StatsFuns.jl
Release list
v2.2.0
v2.1.0
StatsFuns v2.1.0
Merged pull requests:
- CompatHelper: bump compat for LogExpFunctions to 1, (keep existing compat) (#212) (@github-actions[bot])
v2.0.1
StatsFuns v2.0.1
Merged pull requests:
- Fix srdist by passing nranges=1 to Rmath.ptukey/qtukey (#211) (@devmotion)
v2.0.0
StatsFuns v2.0.0
Breaking changes
- Technically none but in practice breaks some existing releases of Distributions that access
StatsFuns.RFunctionsand the Rmath-based sampling methods in this submodule: The submodule and the sampling methods are removed (#188)
Merged pull requests:
- Remove Rmath sampling methods (#188) (@devmotion)
- Bump actions/checkout from 5 to 6 (#192) (@dependabot[bot])
- Support JET@0.11 in tests (#195) (@devmotion)
- add nbinom pdfs and cdfs (#197) (@oscardssmith)
- Bump codecov/codecov-action from 5 to 6 (#207) (@dependabot[bot])
- Bump julia-actions/cache from 2 to 3 (#208) (@dependabot[bot])
- Bump julia-actions/setup-julia from 2 to 3 (#210) (@dependabot[bot])
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)