You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2020. It is now read-only.
This looks like a really interesting package. You might not be aware of the Grid package (https://github.com/timholy/Grid.jl), which largely focuses on uniform B-splines. @tlycken (with a little help from me) is working on a more flexible and performant rewrite, https://github.com/tlycken/Interpolations.jl. There's no documentation yet, but if you're curious you can glance over the issues which include links to ipython notebooks.
I haven't looked carefully at your code yet, but I wonder if there's room for collaboration. One possibility is to keep separate packages for uniform and non-uniform interpolation; at a minimum, we should see if the interfaces can be made as compatible as possible, and keep each other apprised of issues. Another is to put them together into a single package, which might help ensure uniformity. My brief glance at your code suggests it's quite sophisticated but somewhat in the mold of Grid's design, and I think over the course of time we learned some lessons about how to do even better. A good issue for reading is timholy/Grid.jl#38.