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:
7
7
8
8
jobs :
9
9
build :
10
+ name : Build Package
10
11
runs-on : ubuntu-latest
11
12
12
13
steps :
45
46
overwrite : true
46
47
47
48
upload :
48
- name : Upload to PyPI
49
+ name : Upload Package to PyPI
49
50
needs : [ build ]
50
51
runs-on : ubuntu-latest
51
52
environment :
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## v1.1.0 (05.10.2021)
4
15
5
16
* 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 1
1
[tool .poetry ]
2
2
name = " csaps"
3
- version = " 1.2.0 "
3
+ version = " 1.2.1 "
4
4
description = " Cubic spline approximation (smoothing)"
5
5
authors = [
" Evgeny Prilepin <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments