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 f003c52 commit eb2e21eCopy full SHA for eb2e21e
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.3.0 (14.04.2025)
4
+
5
+* Bump minimal Python version to 3.10
6
+* Fix type annotations
7
+* Fix checking types by mypy
8
9
## v1.2.1 (10.04.2025)
10
11
* Update dependencies
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "csaps"
-version = "1.2.1"
+version = "1.3.0"
description = "Cubic spline approximation (smoothing)"
authors = ["Evgeny Prilepin <[email protected]>"]
license = "MIT"
0 commit comments