TuringLang / ParetoSmooth.jl

An implementation of PSIS algorithms in Julia.
http://turinglang.org/ParetoSmooth.jl/
MIT License
19 stars 12 forks source link

CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) #84

Closed github-actions[bot] closed 11 months ago

github-actions[bot] commented 1 year ago

This pull request changes the compat entry for the StatsBase package from 0.33.10 to 0.33.10, 0.34. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

codecov[bot] commented 1 year ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (8de85be) 84.00% compared to head (1891a0a) 84.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #84 +/- ## ======================================= Coverage 84.00% 84.00% ======================================= Files 11 11 Lines 400 400 ======================================= Hits 336 336 Misses 64 64 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

devmotion commented 1 year ago

@ParadaCarleton Removing test/Project.toml in #83 indeed fixed CompatHelper - now the run on Julia 1.9 errors as expected since AxisKeys is not compatible with StatsBase 0.34 yet.