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 704dc37 commit ae1a92aCopy full SHA for ae1a92a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.0.2 (19.07.2020)
4
+
5
+* Fix using 'nu' argument when n-d grid spline evaluating [#32](https://github.com/espdev/csaps/pull/32)
6
7
## v1.0.1 (19.07.2020)
8
9
* Fix n-d grid spline evaluating performance regression [#31](https://github.com/espdev/csaps/pull/31)
csaps/_version.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
-__version__ = '1.0.1'
+__version__ = '1.0.2'
0 commit comments