cscherrer / Soss.jl

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

CompatHelper: bump compat for FillArrays to 0.13, (keep existing compat) #322

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the FillArrays package from 0.10, 0.11, 0.12 to 0.10, 0.11, 0.12, 0.13. 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 2 years ago

Codecov Report

Merging #322 (d6ff6de) into master (36bc868) will decrease coverage by 0.67%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #322      +/-   ##
==========================================
- Coverage   31.62%   30.95%   -0.68%     
==========================================
  Files          49       49              
  Lines        1230     1218      -12     
==========================================
- Hits          389      377      -12     
  Misses        841      841              
Impacted Files Coverage Δ
src/primitives/rand.jl 51.72% <0.00%> (-3.12%) :arrow_down:
src/transforms/predict.jl 80.95% <0.00%> (-1.66%) :arrow_down:
src/primitives/testvalue.jl 66.66% <0.00%> (-1.52%) :arrow_down:
src/primitives/xform.jl 65.90% <0.00%> (-1.49%) :arrow_down:
src/primitives/logdensity.jl 78.12% <0.00%> (-1.29%) :arrow_down:
src/primitives/basemeasure.jl 82.35% <0.00%> (-0.99%) :arrow_down:
src/core/utils.jl 57.14% <0.00%> (-0.93%) :arrow_down:

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 36bc868...d6ff6de. Read the comment docs.