Skip to content

Commit 47c2fc4

Browse files
committed
bump version to 0.11.0
1 parent 0157de0 commit 47c2fc4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## v0.10.1
412

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

csaps/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '0.10.1'
3+
__version__ = '0.11.0'

0 commit comments

Comments
 (0)