Csaps

Latest version: v1.0.3

Safety actively analyzes 613705 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

1.0.3

* Bump scipy dependency version
* Bump sphinx dependency version and use m2r2 sphinx extension instead of m2r
* Add Python 3.9 to classifiers list and to Travis CI
* Set development status classifier to "5 - Production/Stable"
* Happy New Year!

1.0.2

* Fix using 'nu' argument when n-d grid spline evaluating [32](https://github.com/espdev/csaps/pull/32)

1.0.1

* Fix n-d grid spline evaluating performance regression [31](https://github.com/espdev/csaps/pull/31)

1.0.0

* 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](https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.PPoly.html)
and [NdPPoly](https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.NdPPoly.html) documentation for details.

0.11.0

* Internal re-design `SplinePPForm` and `NdGridSplinePPForm` classes [17](https://github.com/espdev/csaps/issues/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

0.10.1

* Fix call of `numpy.pad` function for numpy <1.17 [15](https://github.com/espdev/csaps/issues/15)

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.