Releases: espdev/csaps
Releases · espdev/csaps
v1.3.2
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.
CSAPS v0.11.0
- Internal re-design
SplinePPForm
andNdGridSplinePPForm
classes #17:- Remove
shape
andaxis
properties and reshaping data in these classes NdGridSplinePPForm
coefficients array for 1D grid now is 1-d instead of 2-d
- Remove
- Refactoring the code and decrease memory consumption
- Add
overload
type-hints forcsaps
function signatures