JuliaMath / Interpolations.jl

Fast, continuous interpolation of discrete datasets in Julia
http://juliamath.github.io/Interpolations.jl/
Other
523 stars 110 forks source link

Allow a tuple to be passed with scale, Fix #528, #535 #534

Closed mkitti closed 1 year ago

mkitti commented 1 year ago

Fix #528

codecov[bot] commented 1 year ago

Codecov Report

Base: 87.17% // Head: 87.74% // Increases project coverage by +0.57% :tada:

Coverage data is based on head (865689a) compared to base (33409a6). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #534 +/- ## ========================================== + Coverage 87.17% 87.74% +0.57% ========================================== Files 28 28 Lines 1856 1861 +5 ========================================== + Hits 1618 1633 +15 + Misses 238 228 -10 ``` | [Impacted Files](https://codecov.io/gh/JuliaMath/Interpolations.jl/pull/534?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath) | Coverage Δ | | |---|---|---| | [src/b-splines/b-splines.jl](https://codecov.io/gh/JuliaMath/Interpolations.jl/pull/534/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath#diff-c3JjL2Itc3BsaW5lcy9iLXNwbGluZXMuamw=) | `90.17% <100.00%> (+0.08%)` | :arrow_up: | | [src/b-splines/constant.jl](https://codecov.io/gh/JuliaMath/Interpolations.jl/pull/534/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath#diff-c3JjL2Itc3BsaW5lcy9jb25zdGFudC5qbA==) | `100.00% <100.00%> (ø)` | | | [src/b-splines/cubic.jl](https://codecov.io/gh/JuliaMath/Interpolations.jl/pull/534/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath#diff-c3JjL2Itc3BsaW5lcy9jdWJpYy5qbA==) | `98.33% <100.00%> (+0.02%)` | :arrow_up: | | [src/b-splines/quadratic.jl](https://codecov.io/gh/JuliaMath/Interpolations.jl/pull/534/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath#diff-c3JjL2Itc3BsaW5lcy9xdWFkcmF0aWMuamw=) | `98.38% <100.00%> (+0.02%)` | :arrow_up: | | [src/monotonic/monotonic.jl](https://codecov.io/gh/JuliaMath/Interpolations.jl/pull/534/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath#diff-c3JjL21vbm90b25pYy9tb25vdG9uaWMuamw=) | `95.45% <100.00%> (+0.56%)` | :arrow_up: | | [src/scaling/scaling.jl](https://codecov.io/gh/JuliaMath/Interpolations.jl/pull/534/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath#diff-c3JjL3NjYWxpbmcvc2NhbGluZy5qbA==) | `92.08% <100.00%> (+1.50%)` | :arrow_up: | | [src/b-splines/indexing.jl](https://codecov.io/gh/JuliaMath/Interpolations.jl/pull/534/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath#diff-c3JjL2Itc3BsaW5lcy9pbmRleGluZy5qbA==) | `84.12% <0.00%> (+5.55%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.