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 0157de0 commit 47c2fc4Copy full SHA for 47c2fc4
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.11.0
4
+
5
+* Internal re-design `SplinePPForm` and `NdGridSplinePPForm` classes [#17](https://github.com/espdev/csaps/issues/17):
6
+ - Remove `shape` and `axis` properties and reshaping data in these classes
7
+ - `NdGridSplinePPForm` coefficients array for 1D grid now is 1-d instead of 2-d
8
+* Refactoring the code and decrease memory consumption
9
+* Add `overload` type-hints for `csaps` function signatures
10
11
## v0.10.1
12
13
* Fix call of `numpy.pad` function for numpy <1.17 [#15](https://github.com/espdev/csaps/issues/15)
csaps/_version.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
-__version__ = '0.10.1'
+__version__ = '0.11.0'
0 commit comments