Skip to content

Commit 4c1d003

Browse files
committed
build: bump version to 1.3.3
1 parent f780209 commit 4c1d003

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## v1.3.2 (15.04.2025)
411

512
* Remove `docs` extra dependencies from the package

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "csaps"
3-
version = "1.3.3.dev0"
3+
version = "1.3.3"
44
description = "Cubic spline approximation (smoothing)"
55
authors = ["Evgeny Prilepin <esp.home@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)