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 f780209 commit 4c1d003Copy full SHA for 4c1d003
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v1.3.3 (07.09.2025)
4
+
5
+* Fix spsolve warning (set diag sparse matrix type to CSR to fix the warning)
6
+* Add extrapolation section to tutorial documentation
7
+* Formatting code, type-hints (internal)
8
9
10
## v1.3.2 (15.04.2025)
11
12
* Remove `docs` extra dependencies from the package
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "csaps"
-version = "1.3.3.dev0"
+version = "1.3.3"
description = "Cubic spline approximation (smoothing)"
authors = ["Evgeny Prilepin <esp.home@gmail.com>"]
license = "MIT"
0 commit comments