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 #92

Closed femtocleaner[bot] closed 6 years ago

femtocleaner[bot] commented 6 years ago

I fixed a number of deprecations for you

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #92      +/-   ##
==========================================
+ 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...2a0cd78. Read the comment docs.

dpsanders commented 6 years ago

Superseded by #94 .