TuringLang / EllipticalSliceSampling.jl

Julia implementation of elliptical slice sampling.
https://turinglang.org/EllipticalSliceSampling.jl/
MIT License
13 stars 5 forks source link

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

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.22, 0.23 to 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 #10 into master will increase coverage by 4.00%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   72.30%   76.31%   +4.00%     
==========================================
  Files           5        5              
  Lines          65       76      +11     
==========================================
+ Hits           47       58      +11     
  Misses         18       18              
Impacted Files Coverage Δ
src/interface.jl 0.00% <0.00%> (ø)
src/abstractmcmc.jl 100.00% <0.00%> (ø)
src/model.jl 70.83% <0.00%> (+7.67%) :arrow_up:
src/distributions.jl 72.72% <0.00%> (+7.72%) :arrow_up:

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 7130f53...180e4c3. Read the comment docs.