Introduce our interpolator classes for more independence
* [ ] Class for 1D spline * [ ] Class for 2D spline What about creating our custom classes for 1D and 2D splines? For now we can just wrap it around scipy.interpolate classes. It will offer more flexibility for Pleque and less dependence on specific packages. If anything changes we have to just touch this wrapping class without the need of changing all the spline functionality which Pleque is based on.
issue