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 16b7522 commit d821f5eCopy full SHA for d821f5e
CHANGELOG.md
@@ -1,10 +1,9 @@
1
# Changelog
2
3
-## v1.1.0.dev0
+## v1.1.0
4
5
-_Unreleased_
6
-
7
-* Introduced optional 'normalizedsmooth' argument to reduce dependence on xdata and weights [#47](https://github.com/espdev/csaps/pull/47)
+* Introduced optional `normalizedsmooth` argument to reduce dependence on xdata and weights [#47](https://github.com/espdev/csaps/pull/47)
+* Update numpy and scipy dependency ranges
8
9
## v1.0.4 (04.05.2021)
10
csaps/_version.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
-__version__ = '1.1.0.dev0'
+__version__ = '1.1.0'
0 commit comments