Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaMath/Interpolations.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jmbeckers/Interpolations.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 22, 2022

  1. Update README.md

    Proposal to include a link to another interpolation package
    jmbeckers authored Jun 22, 2022
    Copy the full SHA
    0634c37 View commit details
  2. Update README.md

    Possible link to another interpolation package
    jmbeckers authored Jun 22, 2022
    Copy the full SHA
    46bcd1f View commit details
  3. Update README.md

    jmbeckers authored Jun 22, 2022
    Copy the full SHA
    f529ed2 View commit details
Showing with 1 addition and 0 deletions.
  1. +1 −0 README.md
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@ Other interpolation packages for Julia include:
- [GridInterpolations.jl](https://github.com/sisl/GridInterpolations.jl)
- [ApproXD.jl](https://github.com/floswald/ApproXD.jl)
- [PCHIPInterpolation.jl](https://github.com/gerlero/PCHIPInterpolation.jl) for monotonic interpolation
- [DIVAnd.jl](https://github.com/gher-ulg/DIVAnd.jl) for N-dimensional smoothing interpolation

Some of these packages support methods that `Interpolations` does not,
so if you can't find what you need here, check one of them or submit a