JuliaIntervals / IntervalLinearAlgebra.jl

Linear algebra done rigorously
MIT License
36 stars 9 forks source link

CompatHelper: bump compat for IntervalArithmetic to 0.20, (keep existing compat) #109

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the IntervalArithmetic package from 0.19.2 to 0.19.2, 0.20. 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 #109 (262fc08) into main (18db5d5) will increase coverage by 0.29%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #109      +/-   ##
==========================================
+ Coverage   90.96%   91.25%   +0.29%     
==========================================
  Files          14       14              
  Lines         487      446      -41     
==========================================
- Hits          443      407      -36     
+ Misses         44       39       -5     
Impacted Files Coverage Δ
src/utils.jl 90.90% <0.00%> (-0.40%) :arrow_down:
src/rref.jl 100.00% <0.00%> (ø)
src/classify.jl 100.00% <0.00%> (ø)
src/multiplication.jl 100.00% <0.00%> (ø)
src/linear_systems/solve.jl 100.00% <0.00%> (ø)
src/linear_systems/verify.jl 100.00% <0.00%> (ø)
src/eigenvalues/verify_eigs.jl 100.00% <0.00%> (ø)
src/linear_systems/oettli_linear.jl 100.00% <0.00%> (ø)
src/linear_systems/oettli_nonlinear.jl 0.00% <0.00%> (ø)
src/eigenvalues/interval_eigenvalues.jl 100.00% <0.00%> (ø)
... and 1 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 18db5d5...262fc08. Read the comment docs.

lucaferranti commented 2 years ago

superseeded by #110