JuliaIntervals / IntervalRootFinding.jl

Library for finding the roots of a function using interval arithmetic
https://juliaintervals.github.io/IntervalRootFinding.jl/
Other
127 stars 26 forks source link

Fix deprecations and upgrade to 0.7 #89

Closed eeshan9815 closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #89 into master will increase coverage by 0.11%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #89      +/-   ##
==========================================
+ Coverage   64.97%   65.09%   +0.11%     
==========================================
  Files          11       11              
  Lines         551      550       -1     
==========================================
  Hits          358      358              
+ Misses        193      192       -1
Impacted Files Coverage Δ
src/root_object.jl 28.57% <ø> (+3.57%) :arrow_up:
src/quadratic.jl 96.29% <ø> (ø) :arrow_up:
src/newton1d.jl 87.27% <100%> (ø) :arrow_up:
src/roots.jl 88.13% <100%> (ø) :arrow_up:

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 5a0027a...5916b34. Read the comment docs.

lbenet commented 6 years ago

I'd like to comment that the tests involve version 0.6 (they pass) and nightly, which currently is above Julia 1.0 (tests fail). I suggest to adapt travis to test 0.7, 1.0 and nightly, not caring about Julia 0.6 anymore, perhaps allowing failures in 1.0 and nightly.

lbenet commented 6 years ago

I guess this is already done in #92

dpsanders commented 6 years ago

Superseded by #94 .