Skip to content

basic implementation of monotonic interpolation methods #243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 29, 2018

Conversation

timholy
Copy link
Member

@timholy timholy commented Sep 28, 2018

This is just #238 squashed to a single commit. I wanted to use GitHub's "squash" button, but since that PR contains commits from multiple authors I was nervous that git/GitHub would assign credit to me rather than to the oh-so-deserving @mateuszbaran. So I did the squash locally and checked authorship before pushing this branch.

implemented algorithms:
* linear
* finite difference
* cardinal
* Fritsch-Carlson
* Fritsch-Butland
* Steffen
@codecov-io
Copy link

codecov-io commented Sep 28, 2018

Codecov Report

Merging #243 into master will decrease coverage by 0.5%.
The diff coverage is 96.05%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #243      +/-   ##
==========================================
- Coverage   99.26%   98.76%   -0.51%     
==========================================
  Files          18       19       +1     
  Lines         410      487      +77     
==========================================
+ Hits          407      481      +74     
- Misses          3        6       +3
Impacted Files Coverage Δ
src/Interpolations.jl 100% <ø> (ø) ⬆️
src/io.jl 94.11% <75%> (-2.44%) ⬇️
src/monotonic/monotonic.jl 97.22% <97.22%> (ø)

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 67049ef...8526363. Read the comment docs.

@timholy timholy merged commit 659215c into master Sep 29, 2018
@timholy timholy deleted the mateuszbaran-monotonic-interpolations branch September 29, 2018 08:36
@timholy timholy mentioned this pull request Sep 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants