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

Reverted all changes in v4.5.0 #132

Closed torfjelde closed 10 months ago

torfjelde commented 10 months ago

I accidentally released breaking changes under a non-breaking version.

This reverts those commits, so we can quickly make a release which reverts the breaking changes.

torfjelde commented 10 months ago

@yebai @devmotion maybe one of you want to give this a quick :+1: ?

codecov[bot] commented 10 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (3ed5314) 96.87% compared to head (7470bf5) 97.37%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #132 +/- ## ========================================== + Coverage 96.87% 97.37% +0.50% ========================================== Files 8 8 Lines 320 305 -15 ========================================== - Hits 310 297 -13 + Misses 10 8 -2 ``` | [Files](https://app.codecov.io/gh/TuringLang/AbstractMCMC.jl/pull/132?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TuringLang) | Coverage Δ | | |---|---|---| | [src/AbstractMCMC.jl](https://app.codecov.io/gh/TuringLang/AbstractMCMC.jl/pull/132?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TuringLang#diff-c3JjL0Fic3RyYWN0TUNNQy5qbA==) | `100.00% <ø> (ø)` | | | [src/sample.jl](https://app.codecov.io/gh/TuringLang/AbstractMCMC.jl/pull/132?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TuringLang#diff-c3JjL3NhbXBsZS5qbA==) | `96.64% <95.00%> (+0.77%)` | :arrow_up: |

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

torfjelde commented 10 months ago

Closed in favor of #133