Releases: espdev/csaps
Releases · espdev/csaps
v1.3.3
v1.3.2
- Remove
docs
extra dependencies from the package - Refresh the documentation with Furo theme
v1.3.1
Merge pull request #98 from espdev/update-readme Update readme
v1.3.0
- Bump minimal Python version to 3.10
- Fix type annotations
- Fix checking types by mypy
v1.2.1
v1.2.0
v1.1.0
v1.0.4
CSAPS v1.0.2
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.