Skip to content

Releases: espdev/csaps

CSAPS v0.10.1

19 Mar 09:12
Compare
Choose a tag to compare
  • Fix call of numpy.pad function for numpy <1.17 #15

CSAPS v0.10.0

18 Feb 10:38
936700e
Compare
Choose a tag to compare
  • Significant performance improvements for make/evaluate splines and memory consumption optimization
  • Change format for storing spline coefficients (reshape coeffs array) to improve performance
  • Add shape property to SplinePPForm/NdGridSplinePPForm and axis property to SplinePPForm
  • Fix issues with the smoothing factor in nd-grid case: inverted ordering and unnable to use 0.0 value
  • Update documentation

CSAPS v0.9.0

21 Jan 14:45
b9189f3
Compare
Choose a tag to compare
  • Drop support of Python 3.5
  • weights, smooth and axis arguments in csaps function are keyword-only now
  • UnivariateCubicSmoothingSpline and MultivariateCubicSmoothingSpline classes are deprecated and will be removed in 1.0.0 version. Use CubicSmoothingSpline instead.

CSAPS v0.8.0

13 Jan 09:26
Compare
Choose a tag to compare
  • Add csaps function that can be used as the main API
  • Refactor the internal structure of the package
  • Add the documentation

This is the last version that supports Python 3.5. The next versions will support Python 3.6 or above.

PyPI: https://pypi.org/project/csaps/0.8.0/
Documentation: https://csaps.readthedocs.io/en/v0.8.0/