JuliaLinearAlgebra / IterativeSolvers.jl

Iterative algorithms for solving linear systems, eigensystems, and singular value problems
MIT License
399 stars 105 forks source link

Upgrades / maintenance #231

Closed haampie closed 5 years ago

haampie commented 5 years ago

Fixes the issue of #230, upgrades RecipesBase and fixes the tests, and makes the Travis pipeline a bit more mordern with toml files for docs & coverage.

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@a4290b5). Click here to learn what that means. The diff coverage is 25%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #231   +/-   ##
========================================
  Coverage          ?   51.2%           
========================================
  Files             ?      17           
  Lines             ?    1738           
  Branches          ?       0           
========================================
  Hits              ?     890           
  Misses            ?     848           
  Partials          ?       0
Impacted Files Coverage Δ
src/cg.jl 58.73% <ø> (ø)
src/common.jl 66.66% <25%> (ø)

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 a4290b5...fbde658. Read the comment docs.