JuliaGaussianProcesses / AugmentedGPLikelihoods.jl

Provide all functions needed to work with augmented likelihoods (conditionally conjugate with Gaussians)
MIT License
20 stars 1 forks source link

CompatHelper: bump compat for MeasureBase to 0.11 for package test, (keep existing compat) #102

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the MeasureBase package from 0.7, 0.8, 0.9 to 0.7, 0.8, 0.9, 0.11 for package test. 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 #102 (16899a1) into main (63dbadc) will decrease coverage by 1.50%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #102      +/-   ##
==========================================
- Coverage   73.97%   72.47%   -1.51%     
==========================================
  Files          16       16              
  Lines         661      614      -47     
==========================================
- Hits          489      445      -44     
+ Misses        172      169       -3     
Impacted Files Coverage Δ
src/utils.jl 55.55% <0.00%> (-8.09%) :arrow_down:
src/generic.jl 85.71% <0.00%> (-2.53%) :arrow_down:
src/SpecialDistributions/polyagamma.jl 91.15% <0.00%> (-0.59%) :arrow_down:
src/TestUtils.jl 82.25% <0.00%> (-0.29%) :arrow_down:
src/SpecialDistributions/ntdist.jl 95.23% <0.00%> (-0.22%) :arrow_down:
src/likelihoods/laplace.jl 100.00% <0.00%> (ø)
src/likelihoods/poisson.jl 100.00% <0.00%> (ø)
src/likelihoods/studentt.jl 100.00% <0.00%> (ø)
src/likelihoods/bernoulli.jl 100.00% <0.00%> (ø)
src/likelihoods/negativebinomial.jl 100.00% <0.00%> (ø)
... and 3 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 63dbadc...16899a1. Read the comment docs.