CSAPS v1.0.0
CSAPS v1.0.0 release
- Use
PPoly
andNdPPoly
base classes from SciPy interpolate module forSplinePPForm
andNdGridSplinePPForm
respectively. - Remove deprecated classes
UnivariateCubicSmoothingSpline
andMultivariateCubicSmoothingSpline
- Update the documentation
Notes
In this release the spline representation (the array of spline coefficients) has been changed according to PPoly
/NdPPoly
. See SciPy PPoly and NdPPoly documentation for details.