TuringLang / AbstractPPL.jl

Common types and interfaces for probabilistic programming
http://turinglang.org/AbstractPPL.jl/
MIT License
24 stars 6 forks source link

Add `AbstractMCMC`v5.0 to Project.toml #88

Closed sunxd3 closed 10 months ago

sunxd3 commented 10 months ago

https://github.com/TuringLang/DynamicPPL.jl/pull/551

sunxd3 commented 10 months ago

@yebai @devmotion I am not sure how to handle versioning and backporting here, shed some light?

devmotion commented 10 months ago

Backporting?

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (b342b3d) 84.82% compared to head (12bf97f) 84.82%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #88 +/- ## ======================================= Coverage 84.82% 84.82% ======================================= Files 3 3 Lines 145 145 ======================================= Hits 123 123 Misses 22 22 ```

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

devmotion commented 10 months ago

It seems AbstractPPL is not affected by the breaking changes in AbstractMCMC and does not export any of its functionality. So it should be fine to tag a non-breaking release IMO.