RJDennis / ChebyshevApprox.jl

A Julia package to approximate multivariate continuous functions using Chebyshev polynomials.
MIT License
29 stars 3 forks source link

Fix deprecations #4

Closed femtocleaner[bot] closed 7 years ago

femtocleaner[bot] commented 7 years ago

I fixed a number of deprecations for you

codecov-io commented 7 years ago

Codecov Report

Merging #4 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master      #4   +/-   ##
======================================
  Coverage    21.5%   21.5%           
======================================
  Files          10      10           
  Lines        1665    1665           
======================================
  Hits          358     358           
  Misses       1307    1307
Impacted Files Coverage Δ
src/chebyshev_nodes.jl 50% <ø> (ø) :arrow_up:
src/chebyshev_derivative.jl 0% <ø> (ø) :arrow_up:
src/chebyshev_evaluate.jl 0% <ø> (ø) :arrow_up:
src/chebyshev_polynomial.jl 0% <ø> (ø) :arrow_up:
src/clenshaw_evaluate.jl 36.54% <ø> (ø) :arrow_up:
src/chebyshev_weights.jl 0% <ø> (ø) :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 78f93a5...cd81ab0. Read the comment docs.