jangevaare / Pathogen.jl

Simulation, visualization, and inference of individual level infectious disease models with Julia
MIT License
72 stars 10 forks source link

CompatHelper: bump compat for "Distributions" to "0.24" #31

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.20, ^0.21, ^0.22, ^0.23 to ^0.20, ^0.21, ^0.22, ^0.23, 0.24.

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 #31 into master will increase coverage by 2.74%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   57.21%   59.95%   +2.74%     
==========================================
  Files          46       46              
  Lines        1241     1321      +80     
==========================================
+ Hits          710      792      +82     
+ Misses        531      529       -2     
Impacted Files Coverage Δ
src/inference/_pathway_to.jl 100.00% <0.00%> (ø)
src/inference/_pathway_from.jl 100.00% <0.00%> (ø)
src/core/Transmissions/TransmissionRateCache.jl 100.00% <0.00%> (ø)
src/inference/_bounds.jl 97.05% <0.00%> (+0.08%) :arrow_up:
src/core/update!.jl 96.87% <0.00%> (+0.15%) :arrow_up:
src/inference/update!.jl 89.06% <0.00%> (+0.17%) :arrow_up:
src/inference/loglikelihood.jl 80.35% <0.00%> (+0.35%) :arrow_up:
src/inference/logpriors.jl 91.30% <0.00%> (+0.39%) :arrow_up:
src/inference/start!.jl 95.45% <0.00%> (+0.45%) :arrow_up:
src/inference/initialize.jl 85.71% <0.00%> (+0.60%) :arrow_up:
... and 23 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 b8a1f96...0006417. Read the comment docs.