JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

CompatHelper: bump compat for QuadraticModels to 0.7, (keep existing compat) #115

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the QuadraticModels package from 0.6 to 0.6, 0.7. 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 #115 (c22391e) into main (e8df197) will decrease coverage by 0.22%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #115      +/-   ##
==========================================
- Coverage   85.57%   85.34%   -0.23%     
==========================================
  Files          27       27              
  Lines        1788     1556     -232     
==========================================
- Hits         1530     1328     -202     
+ Misses        258      228      -30     
Impacted Files Coverage Δ
src/iterations/preconditioners/identity.jl 75.00% <0.00%> (-25.00%) :arrow_down:
src/iterations/solvers/augmented/K2Structured.jl 78.37% <0.00%> (-7.67%) :arrow_down:
src/iterations/regularization.jl 32.25% <0.00%> (-2.60%) :arrow_down:
src/iterations/solvers/augmented/K2LDL.jl 81.14% <0.00%> (-2.19%) :arrow_down:
src/iterations/solvers/augmented/K2_5LDL.jl 70.33% <0.00%> (-1.64%) :arrow_down:
src/iterations/centrality_corr.jl 73.43% <0.00%> (-1.22%) :arrow_down:
src/iterations/solvers/Newton/K3_5Structured.jl 89.04% <0.00%> (-1.09%) :arrow_down:
src/iterations/solvers/augmented/K2_5Structured.jl 92.10% <0.00%> (-0.92%) :arrow_down:
src/iterations/solvers/Newton/K3Krylov.jl 92.95% <0.00%> (-0.55%) :arrow_down:
src/iterations/solvers/Newton/K3_5Krylov.jl 94.54% <0.00%> (-0.46%) :arrow_down:
... and 17 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 e8df197...c22391e. Read the comment docs.