TuringLang / ParetoSmooth.jl

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

Update [compat] entries for Documenter and Statistics #87

Closed ElOceanografo closed 6 months ago

ElOceanografo commented 6 months ago

These were outdated and causing downgrades for a few other packages, including Turing.

Closes #88. Closes #89.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (74a099d) 84.00% compared to head (1d67241) 84.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #87 +/- ## ======================================= 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 6 months ago

causing downgrades for a few other packages, including Turing.

They shouldn't, should they? Statistics is a stdlib and Documenter is not a package dependency. Of course, the compat entries should still be updated 🙂