TuringLang / AbstractMCMC.jl

Abstract types and interfaces for Markov chain Monte Carlo methods
https://turinglang.org/AbstractMCMC.jl
MIT License
78 stars 18 forks source link

Update Project.toml #136

Closed kaandocal closed 6 months ago

kaandocal commented 6 months ago

Updated BangBang.jl compatibility

Fixes: https://github.com/TuringLang/AbstractMCMC.jl/pull/137

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (dfb33b5) 96.87% compared to head (ebb6d37) 97.18%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #136 +/- ## ========================================== + Coverage 96.87% 97.18% +0.31% ========================================== Files 8 8 Lines 320 320 ========================================== + Hits 310 311 +1 + Misses 10 9 -1 ```

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

yebai commented 6 months ago

Thanks @kaandocal!