We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a92fa commit 35fd5b4Copy full SHA for 35fd5b4
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v1.0.0dev
+## v1.0.0
4
5
* Use `PPoly` and `NdPPoly` base classes from SciPy interpolate module for `SplinePPForm` and `NdGridSplinePPForm` respectively.
6
* Remove deprecated classes `UnivariateCubicSmoothingSpline` and `MultivariateCubicSmoothingSpline`
csaps/_version.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
-__version__ = '1.0.0dev'
+__version__ = '1.0.0'
0 commit comments