File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ see the `commit logs <https://github.com/scipy/scipy/commits/>`_.
8
8
.. toctree ::
9
9
:maxdepth: 1
10
10
11
+ release/1.15.1-notes
11
12
release/1.15.0-notes
12
13
release/1.14.1-notes
13
14
release/1.14.0-notes
Original file line number Diff line number Diff line change
1
+ ==========================
2
+ SciPy 1.15.1 Release Notes
3
+ ==========================
4
+
5
+ .. contents ::
6
+
7
+ SciPy 1.15.1 is a bug-fix release with no new features
8
+ compared to 1.15.0.
9
+
10
+
11
+
12
+ Authors
13
+ =======
14
+ * Name (commits)
15
+
16
+
17
+ Issues closed for 1.15.1
18
+ ------------------------
19
+
20
+
21
+
22
+ Pull requests for 1.15.1
23
+ ------------------------
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ requires = [
43
43
44
44
[project ]
45
45
name = " scipy"
46
- version = " 1.15.0 "
46
+ version = " 1.15.1.dev0 "
47
47
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
48
48
# at that point, no longer include them in `py3.install_sources()`
49
49
license = { file = " LICENSE.txt" }
You can’t perform that action at this time.
0 commit comments