TuringLang / ParetoSmooth.jl

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

Bump compat for DynamicPPL to 0.24 #90

Closed ElOceanografo closed 6 months ago

ElOceanografo commented 6 months ago

Ok, this was the compat entry that was downgrading Turing for me here. Not sure why CompatHelper isn't catching this?

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 (309eb05) 84.00%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #90 +/- ## ======================================= 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.

sethaxen commented 6 months ago

DynamicPPL is only a weak dependency, and the version of CompatHelper that updates those isn't released yet.