We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aec099 commit 0522ebdCopy full SHA for 0522ebd
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.3.2 (15.04.2025)
4
+
5
+* Remove `docs` extra dependencies from the package
6
+* Refresh the documentation with Furo theme
7
8
9
## v1.3.1 (14.04.2025)
10
11
* Update readme and docs
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "csaps"
-version = "1.3.1"
+version = "1.3.2"
description = "Cubic spline approximation (smoothing)"
authors = ["Evgeny Prilepin <esp.home@gmail.com>"]
license = "MIT"
0 commit comments