Recent Releases of csaps

csaps - v1.3.2

  • Remove docs extra dependencies from the package
  • Refresh the documentation with Furo theme

- Python
Published by github-actions[bot] 11 months ago

csaps - v1.3.1

- Python
Published by github-actions[bot] 11 months ago

csaps - v1.3.0

  • Bump minimal Python version to 3.10
  • Fix type annotations
  • Fix checking types by mypy

- Python
Published by github-actions[bot] 11 months ago

csaps - v1.2.1

  • Update dependencies
  • Update the package classifiers

- Python
Published by espdev 11 months ago

csaps - v1.2.0

  • Bump minimal Python version to 3.9
  • Use ruff as the code linter and formatter
  • Update dependencies

- Python
Published by espdev over 1 year ago

csaps - v1.1.0

  • Introduced optional normalizedsmooth argument to reduce dependence on xdata and weights #47
  • Update numpy and scipy dependency ranges

- Python
Published by espdev over 4 years ago

csaps - v1.0.4

Update dependencies

- Python
Published by espdev over 4 years ago

csaps - CSAPS v1.0.2

  • Fix using 'nu' argument when n-d grid spline evaluating #32
  • Fix n-d grid spline evaluating performance regression #31 (v1.0.1)

- Python
Published by espdev over 5 years ago

csaps - CSAPS v1.0.0

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.

- Python
Published by espdev over 5 years ago

csaps - CSAPS v0.11.0

  • Internal re-design SplinePPForm and NdGridSplinePPForm classes #17:
    • Remove shape and axis properties and reshaping data in these classes
    • NdGridSplinePPForm coefficients array for 1D grid now is 1-d instead of 2-d
  • Refactoring the code and decrease memory consumption
  • Add overload type-hints for csaps function signatures

- Python
Published by espdev almost 6 years ago

csaps - CSAPS v0.10.1

  • Fix call of numpy.pad function for numpy <1.17 #15

- Python
Published by espdev almost 6 years ago

csaps - CSAPS v0.10.0

  • 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

- Python
Published by espdev about 6 years ago

csaps - CSAPS v0.9.0

  • 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.

- Python
Published by espdev about 6 years ago

csaps - CSAPS v0.8.0

  • 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/

- Python
Published by espdev about 6 years ago