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 StatsFuns to 1 for package test, (keep existing compat) #87

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the StatsFuns package from 0.9 to 0.9, 1 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 #87 (b8ae9c0) into main (02044db) will decrease coverage by 1.47%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #87      +/-   ##
==========================================
- Coverage   74.28%   72.81%   -1.48%     
==========================================
  Files          16       16              
  Lines         665      618      -47     
==========================================
- Hits          494      450      -44     
+ Misses        171      168       -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/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/SpecialDistributions/ntdist.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 02044db...b8ae9c0. Read the comment docs.