Skip to content

Commit f9a549c

Browse files
committed
DOC: update 1.15.1 relnotes
* Update the SciPy `1.15.1` release notes after some backport activity.
1 parent 6f011d8 commit f9a549c

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

doc/source/release/1.15.1-notes.rst

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,35 @@ SciPy 1.15.1 Release Notes
55
.. contents::
66

77
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.
911

1012

1113

1214
Authors
1315
=======
1416
* 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.
1524

1625

1726
Issues closed for 1.15.1
1827
------------------------
1928

29+
* `#22257 <https://github.com/scipy/scipy/issues/22257>`__: BUG: Importing scipy.optimize break highspy
2030

2131

2232
Pull requests for 1.15.1
2333
------------------------
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

0 commit comments

Comments
 (0)