JuliaAI / MLJLinearModels.jl

Generalized Linear Regressions Models (penalized regressions, robust regressions, ...)
MIT License
80 stars 13 forks source link

CompatHelper: bump compat for DocStringExtensions to 0.9, (keep existing compat) #118

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the DocStringExtensions package from 0.8 to 0.8, 0.9. 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-commenter commented 2 years ago

Codecov Report

Merging #118 (8346114) into dev (9f40825) will decrease coverage by 0.02%. The diff coverage is n/a.

@@            Coverage Diff             @@
##              dev     #118      +/-   ##
==========================================
- Coverage   96.06%   96.03%   -0.03%     
==========================================
  Files          21       21              
  Lines         863      857       -6     
==========================================
- Hits          829      823       -6     
  Misses         34       34              
Impacted Files Coverage Δ
src/utils.jl 97.59% <0.00%> (-0.03%) :arrow_down:
src/glr/prox.jl 100.00% <0.00%> (ø)
src/glr/d_robust.jl 100.00% <0.00%> (ø)
src/glr/d_logistic.jl 100.00% <0.00%> (ø)

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 9f40825...8346114. Read the comment docs.

ablaom commented 2 years ago

closed in favour of #119