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 SymbolicUtils to 0.15, (keep existing compat) #298

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the SymbolicUtils package from 0.11, 0.12, 0.13 to 0.11, 0.12, 0.13, 0.15. 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 #298 (d082595) into master (676252c) will decrease coverage by 0.62%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #298      +/-   ##
==========================================
- Coverage   31.24%   30.61%   -0.63%     
==========================================
  Files          49       49              
  Lines        1245     1202      -43     
==========================================
- Hits          389      368      -21     
+ Misses        856      834      -22     
Impacted Files Coverage Δ
src/core/utils.jl 57.14% <0.00%> (-2.46%) :arrow_down:
src/transforms/predict.jl 85.00% <0.00%> (-0.72%) :arrow_down:
src/core/models/model.jl 76.28% <0.00%> (-0.25%) :arrow_down:
src/particles.jl 0.00% <0.00%> (ø)
src/core/graph.jl 0.00% <0.00%> (ø)
src/core/toposort.jl 100.00% <0.00%> (ø)
src/symbolic/codegen.jl 0.00% <0.00%> (ø)
src/symbolic/symcall.jl 0.00% <0.00%> (ø)
src/symbolic/symbolic.jl 0.00% <0.00%> (ø)
src/inference/rejection.jl 0.00% <0.00%> (ø)
... and 7 more

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 676252c...d082595. Read the comment docs.