Skip to content

CSAPS v1.0.0

Compare
Choose a tag to compare
@espdev espdev released this 11 Jul 12:54
· 81 commits to master since this release

CSAPS v1.0.0 release

  • Use PPoly and NdPPoly base classes from SciPy interpolate module for SplinePPForm and NdGridSplinePPForm respectively.
  • Remove deprecated classes UnivariateCubicSmoothingSpline and MultivariateCubicSmoothingSpline
  • 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.