cscherrer / Soss.jl

Probabilistic programming via source rewriting
https://cscherrer.github.io/Soss.jl/stable/
MIT License
414 stars 30 forks source link

CompatHelper: bump compat for "Distributions" to "0.25" #264

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

This pull request changes the compat entry for the Distributions package from 0.19, 0.20, 0.21, 0.22, 0.23, 0.24 to 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25.

This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

codecov[bot] commented 3 years ago

Codecov Report

Merging #264 (1eaf6bc) into master (8c37bb8) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #264   +/-   ##
=======================================
  Coverage   27.62%   27.62%           
=======================================
  Files          50       50           
  Lines        1227     1227           
=======================================
  Hits          339      339           
  Misses        888      888           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8c37bb8...1eaf6bc. Read the comment docs.

willtebbutt commented 3 years ago

@cscherrer any idea when this is going to get merged? I'd like to update our Soss dependency in AbstractGPs, but we're not able to upgrade to Distributions 0.25 until Soss does :)

cscherrer commented 3 years ago

Thanks @willtebbutt , I'd guess this will be an easy one. I just updating from master, we can merge once the tests pass