File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ permissions:
77
88jobs :
99 build :
10+ name : Build Package
1011 runs-on : ubuntu-latest
1112
1213 steps :
4546 overwrite : true
4647
4748 upload :
48- name : Upload to PyPI
49+ name : Upload Package to PyPI
4950 needs : [ build ]
5051 runs-on : ubuntu-latest
5152 environment :
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.2.1 (10.04.2025)
4+
5+ * Update dependencies
6+ * Update the package classifiers
7+
8+ ## v1.2.0 (30.06.2024)
9+
10+ * Bump minimal Python version to 3.9
11+ * Use ruff as the code linter and formatter
12+ * Update dependencies
13+
314## v1.1.0 (05.10.2021)
415
516* Introduced optional ` normalizedsmooth ` argument to reduce dependence on xdata and weights [ #47 ] ( https://github.com/espdev/csaps/pull/47 )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " csaps"
3- version = " 1.2.0 "
3+ version = " 1.2.1 "
44description = " Cubic spline approximation (smoothing)"
55authors = [" Evgeny Prilepin <esp.home@gmail.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments