JuliaAI / MLJLinearModels.jl

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

For a 0.6.1 release #113

Closed ablaom closed 2 years ago

ablaom commented 2 years ago

111 #112

codecov-commenter commented 2 years ago

Codecov Report

Merging #113 (0e19298) into master (abf145f) will increase coverage by 1.25%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #113      +/-   ##
==========================================
+ Coverage   94.79%   96.05%   +1.25%     
==========================================
  Files          20       21       +1     
  Lines         846      861      +15     
==========================================
+ Hits          802      827      +25     
+ Misses         44       34      -10     
Impacted Files Coverage Δ
src/fit/iwls.jl 100.00% <ø> (ø)
src/glr/constructors.jl 100.00% <ø> (ø)
src/mlj/classifiers.jl 100.00% <ø> (+50.00%) :arrow_up:
src/mlj/regressors.jl 56.25% <ø> (+49.58%) :arrow_up:
src/fit/analytical.jl 100.00% <100.00%> (ø)
src/fit/proxgrad.jl 95.12% <100.00%> (ø)
src/glr/d_l2loss.jl 100.00% <100.00%> (ø)
src/glr/d_logistic.jl 100.00% <100.00%> (ø)
src/glr/d_robust.jl 100.00% <100.00%> (ø)
src/glr/prox.jl 100.00% <100.00%> (ø)
... and 11 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 abf145f...0e19298. Read the comment docs.

ablaom commented 2 years ago

@tlienart If you don't object, I suggest including the branch when triggering releases, as in @JuliaRegegistrator register branch=master. I think the default behaviour is to use the GH default branch, which is dev in this case. I have been using master as the release branch (and for nothing else).