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

Breaking release: v5.0.0 #134

Closed torfjelde closed 10 months ago

torfjelde commented 10 months ago

Follow-up from #133.

codecov[bot] commented 10 months ago

Codecov Report

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

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

:exclamation: Current head bf5295b differs from pull request most recent head fd87275. Consider uploading reports for the commit fd87275 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #134 +/- ## ======================================= Coverage 96.87% 96.87% ======================================= Files 8 8 Lines 320 320 ======================================= Hits 310 310 Misses 10 10 ```

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

torfjelde commented 10 months ago

Ooooh true :facepalm: I was planning on applying this after #133 . I'll fix that.

torfjelde commented 10 months ago

Seems like something strange is going on with x86 on nightly? It's been running for ages.

Also, is there a reason why we've running CI with some many targets? Seems somewhat wasteful for something as "simple" as AbstractMCMC?

torfjelde commented 10 months ago

I'm just going to merge this; it's nightly anyways so we don't need it to pass.