Skip to content

basic implementation of monotonic interpolation methods#243

Merged
timholy merged 1 commit into
masterfrom
mateuszbaran-monotonic-interpolations
Sep 29, 2018
Merged

basic implementation of monotonic interpolation methods#243
timholy merged 1 commit into
masterfrom
mateuszbaran-monotonic-interpolations

Conversation

@timholy

@timholy timholy commented Sep 28, 2018

Copy link
Copy Markdown
Member

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

codecov-io commented Sep 28, 2018

Copy link
Copy Markdown

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