File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,35 @@ SciPy 1.15.1 Release Notes
5
5
.. contents ::
6
6
7
7
SciPy 1.15.1 is a bug-fix release with no new features
8
- compared to 1.15.0.
8
+ compared to 1.15.0. Importantly, an issue with the
9
+ import of `scipy.optimize ` breaking other packages
10
+ has been fixed.
9
11
10
12
11
13
12
14
Authors
13
15
=======
14
16
* Name (commits)
17
+ * Ralf Gommers (3)
18
+ * Rohit Goswami (1)
19
+ * Tyler Reddy (4)
20
+
21
+ A total of 3 people contributed to this release.
22
+ People with a "+" by their names contributed a patch for the first time.
23
+ This list of names is automatically generated, and may not be fully complete.
15
24
16
25
17
26
Issues closed for 1.15.1
18
27
------------------------
19
28
29
+ * `#22257 <https://github.com/scipy/scipy/issues/22257 >`__: BUG: Importing scipy.optimize break highspy
20
30
21
31
22
32
Pull requests for 1.15.1
23
33
------------------------
34
+
35
+ * `#22235 <https://github.com/scipy/scipy/pull/22235 >`__: REL, MAINT: prep for 1.15.1
36
+ * `#22245 <https://github.com/scipy/scipy/pull/22245 >`__: MAINT: fix url for array-api-extra git submodule
37
+ * `#22270 <https://github.com/scipy/scipy/pull/22270 >`__: BLD: fix some issues with undeclared internal build dependencies
38
+ * `#22272 <https://github.com/scipy/scipy/pull/22272 >`__: TST: fix thread safety issue in interpolate.bsplines memmap test
39
+ * `#22292 <https://github.com/scipy/scipy/pull/22292 >`__: MAINT: Update highs subproject commit
You can’t perform that action at this time.
0 commit comments