ANN: SciPy 1.13.1 release

Hi all,

On behalf of the SciPy development team, I’m pleased to announce the release of SciPy 1.13.1.

Sources and binaries for this release are available at:
https://github.com/scipy/scipy/releases/tag/v1.13.1 and at
https://pypi.org/project/scipy/1.13.1/

One of a few ways to install this release with pip:
pip install scipy==1.13.1

SciPy 1.13.1 Release Notes

SciPy 1.13.1 is a bug-fix release with no new features
compared to 1.13.0. The version of OpenBLAS shipped with
the PyPI binaries has been increased to 0.3.27.

Authors

  • Name (commits)
  • h-vetinari (1)
  • Jake Bowhay (2)
  • Evgeni Burovski (6)
  • Sean Cheah (2)
  • Lucas Colley (2)
  • DWesl (2)
  • Ralf Gommers (7)
  • Ben Greiner (1) +
  • Matt Haberland (2)
  • Gregory R. Lee (1)
  • Philip Loche (1) +
  • Sijo Valayakkad Manikandan (1) +
  • Matti Picus (1)
  • Tyler Reddy (62)
  • Atsushi Sakai (1)
  • Daniel Schmitz (2)
  • Dan Schult (3)
  • Scott Shambaugh (2)
  • Edgar Andrés Margffoy Tuay (1)

A total of 19 people contributed to this release.
People with a “+” by their names contributed a patch for the first time.
This list of names is automatically generated, and may not be fully complete.

Issues closed for 1.13.1

  • #19423 <https://github.com/scipy/scipy/issues/19423>__: BUG: `scipy.ndimage.value_indices` returns empty dict for `intc`/`uintc` dtype on Windows
  • #20264 <https://github.com/scipy/scipy/issues/20264>__: DOC, MAINT: .jupyterlite.doit.db shows up untracked
  • #20392 <https://github.com/scipy/scipy/issues/20392>__: DOC: optimize.root(method=‘lm’) option
  • #20415 <https://github.com/scipy/scipy/issues/20415>__: BUG: csr_array can no longer be initialized with 1D array
  • #20471 <https://github.com/scipy/scipy/issues/20471>__: BUG: `TestEig.test_falker` fails on windows + MKL as well as…
  • #20491 <https://github.com/scipy/scipy/issues/20491>__: BUG: Cannot find `OpenBLAS` on Cygwin
  • #20506 <https://github.com/scipy/scipy/issues/20506>__: BUG: special.spherical_in: derivative at `z=0, n=1` incorrect
  • #20512 <https://github.com/scipy/scipy/issues/20512>__: BUG: `eigh` fails for size 1 array with driver=evd
  • #20531 <https://github.com/scipy/scipy/issues/20531>__: BUG: warning from `optimize.least_squares` for astropy with…
  • #20555 <https://github.com/scipy/scipy/issues/20555>__: BUG: spatial: error in `Rotation.align_vectors()` with an infinite…
  • #20576 <https://github.com/scipy/scipy/issues/20576>__: MAINT, TST: two types of failures observed on maintenance/1.13.x…
  • #20580 <https://github.com/scipy/scipy/issues/20580>__: BUG: scipy.special.factorial2 doesn’t handle `uint32` dtypes
  • #20591 <https://github.com/scipy/scipy/issues/20591>__: BUG: scipy.stats.wilcoxon in 1.13 fails on 2D array with nan…
  • #20623 <https://github.com/scipy/scipy/issues/20623>__: BUG: scipy.spatial.Delaunay, scipy.interpolate.LinearNDInterpolator…
  • #20648 <https://github.com/scipy/scipy/issues/20648>__: BUG: stats.yulesimon: incorrect kurtosis values
  • #20652 <https://github.com/scipy/scipy/issues/20652>__: BUG: incorrect origin tuple handling in ndimage `minimum_filter`…
  • #20660 <https://github.com/scipy/scipy/issues/20660>__: BUG: spatial: `Rotation.align_vectors()` incorrect for anti-parallel…
  • #20670 <https://github.com/scipy/scipy/issues/20670>__: BUG: sparse matrix creation in 1.13 with indices not summing…
  • #20692 <https://github.com/scipy/scipy/issues/20692>__: BUG: stats.zipf: incorrect pmf values
  • #20714 <https://github.com/scipy/scipy/issues/20714>__: CI: scipy installation failing in umfpack tests

Pull requests for 1.13.1

  • #20280 <https://github.com/scipy/scipy/pull/20280>__: MAINT: added doc/source/.jupyterlite.doit.db to .gitignore See…
  • #20322 <https://github.com/scipy/scipy/pull/20322>__: BUG: sparse: align dok_array.pop() to dict.pop() for case with…
  • #20333 <https://github.com/scipy/scipy/pull/20333>__: BUG: sync pocketfft again
  • #20381 <https://github.com/scipy/scipy/pull/20381>__: REL, MAINT: prep for 1.13.1
  • #20401 <https://github.com/scipy/scipy/pull/20401>__: DOC: optimize: fix wrong optional argument name in `root(method=“lm”)`.
  • #20435 <https://github.com/scipy/scipy/pull/20435>__: DOC: add missing deprecations from 1.13.0 release notes
  • #20437 <https://github.com/scipy/scipy/pull/20437>__: MAINT/DOC: fix syntax in 1.13.0 release notes
  • #20444 <https://github.com/scipy/scipy/pull/20444>__: BUG: sparse: Clean up 1D input handling to sparse array/matrix…
  • #20449 <https://github.com/scipy/scipy/pull/20449>__: DOC: remove spurious backtick from release notes
  • #20473 <https://github.com/scipy/scipy/pull/20473>__: BUG: linalg: fix ordering of complex conj gen eigenvalues
  • #20474 <https://github.com/scipy/scipy/pull/20474>__: TST: tolerance bumps for the conda-forge builds
  • #20484 <https://github.com/scipy/scipy/pull/20484>__: TST: compare absolute values of U and VT in pydata-sparse SVD…
  • #20505 <https://github.com/scipy/scipy/pull/20505>__: BUG: Include Python.h before system headers.
  • #20516 <https://github.com/scipy/scipy/pull/20516>__: BUG: linalg: fix eigh(1x1 array, driver=‘evd’) f2py check
  • #20527 <https://github.com/scipy/scipy/pull/20527>__: BUG: `spherical_in` for `n=0` and `z=0`
  • #20530 <https://github.com/scipy/scipy/pull/20530>__: BLD: Fix error message for f2py generation fail
  • #20533 <https://github.com/scipy/scipy/pull/20533>__: TST: Adapt to `array(copy=True)`
  • #20537 <https://github.com/scipy/scipy/pull/20537>__: BLD: Move Python-including files to start of source.
  • #20567 <https://github.com/scipy/scipy/pull/20567>__: REV: 1.13.x: revert changes to f2py and tempita handling in meson.build…
  • #20569 <https://github.com/scipy/scipy/pull/20569>__: update openblas to 0.3.27
  • #20573 <https://github.com/scipy/scipy/pull/20573>__: BUG: Fix error with 180 degree rotation in Rotation.align_vectors()…
  • #20586 <https://github.com/scipy/scipy/pull/20586>__: MAINT: optimize.linprog: fix bug when integrality is a list of…
  • #20592 <https://github.com/scipy/scipy/pull/20592>__: MAINT: stats.wilcoxon: fix failure with multidimensional `x`…
  • #20601 <https://github.com/scipy/scipy/pull/20601>__: MAINT: lint: temporarily disable UP031
  • #20607 <https://github.com/scipy/scipy/pull/20607>__: BUG: handle uint arrays in factorial{,2,k}
  • #20611 <https://github.com/scipy/scipy/pull/20611>__: BUG: prevent QHull message stream being closed twice
  • #20629 <https://github.com/scipy/scipy/pull/20629>__: MAINT/DEV: lint: disable UP032
  • #20633 <https://github.com/scipy/scipy/pull/20633>__: BUG: fix Vor/Delaunay segfaults
  • #20644 <https://github.com/scipy/scipy/pull/20644>__: BUG: ndimage.value_indices: deal with unfixed types
  • #20653 <https://github.com/scipy/scipy/pull/20653>__: BUG: ndimage: fix origin handling for `{minimum, maximum}_filter`
  • #20654 <https://github.com/scipy/scipy/pull/20654>__: MAINT: stats.yulesimon: fix kurtosis
  • #20687 <https://github.com/scipy/scipy/pull/20687>__: BUG: sparse: Fix summing duplicates for CSR/CSC creation from…
  • #20702 <https://github.com/scipy/scipy/pull/20702>__: BUG: stats: Fix `zipf.pmf` and `zipfian.pmf` for int32 `k`
  • #20727 <https://github.com/scipy/scipy/pull/20727>__: CI: pin Python for MacOS conda

Checksums

MD5

24dc048ff58e0da7c965be2b8f941b63  Changelog
dec725c9afa131ef4d196908fdd72387  README.txt
a37e11833ce6ab3b1ed86f7a3e4e4e28  scipy-1.13.1-cp310-cp310-macosx_10_9_x86_64.whl
17a4f2ce33938cadec7d321392cf8c55  scipy-1.13.1-cp310-cp310-macosx_12_0_arm64.whl
f09f7fe2095b98afa5686c2d8c87d95a  scipy-1.13.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
6b6eb85ba21058110963346d28134ee4  scipy-1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
9314a4047cc04f7069d00389d9583530  scipy-1.13.1-cp310-cp310-musllinux_1_1_x86_64.whl
e3e3fb9a9e418659d03f8f97d543dd8a  scipy-1.13.1-cp310-cp310-win_amd64.whl
71b69983253909dd848d266acaa4c3e8  scipy-1.13.1-cp311-cp311-macosx_10_9_x86_64.whl
79cd34821a4b2c7f2212e4e1d83b5962  scipy-1.13.1-cp311-cp311-macosx_12_0_arm64.whl
8aabe0e02b4aed01b110dd72ae2ac77b  scipy-1.13.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
b56ce65147672896bac3973414a1bfcd  scipy-1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
c6eaa56f6938137e2a165e56656110eb  scipy-1.13.1-cp311-cp311-musllinux_1_1_x86_64.whl
f426ffa7e53c6873b4fd4ba236b9ba06  scipy-1.13.1-cp311-cp311-win_amd64.whl
0f67f286973cc4fd6407ab2104952388  scipy-1.13.1-cp312-cp312-macosx_10_9_x86_64.whl
ac1c6ae3d11b1d6c56a08c66ed5dc9f6  scipy-1.13.1-cp312-cp312-macosx_12_0_arm64.whl
3b8e1288f9b0d22ceaa8bba1bef23e81  scipy-1.13.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
810a8f8f9c98cff4866e809d4d0d43b0  scipy-1.13.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
702c8231e4938c4ac97eaf7314e80b3b  scipy-1.13.1-cp312-cp312-musllinux_1_1_x86_64.whl
fa15b04f9f4249a9917b97a760de8f70  scipy-1.13.1-cp312-cp312-win_amd64.whl
243053498a2d35fea466da3e1b8e6b97  scipy-1.13.1-cp39-cp39-macosx_10_9_x86_64.whl
ec33f6d236073d37491dedf5aad07e8e  scipy-1.13.1-cp39-cp39-macosx_12_0_arm64.whl
d4c0be981c8f70af7bfe3ebd3a1ff3b8  scipy-1.13.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
22c2fc6f98aecc7f7dc1d4c30b30c806  scipy-1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
c8e5f9d47abecfe1ba610503dcd5e533  scipy-1.13.1-cp39-cp39-musllinux_1_1_x86_64.whl
5583212c66c8c8c47fdfa9b7746dcc54  scipy-1.13.1-cp39-cp39-win_amd64.whl

SHA256

70045b49f583c243c365f7c27decb8e84ceee1a0d85b280775b578c03944b2cf  Changelog
dd463ae28224350073377f6179955801c6745fcc59e78de83bf3fcefbc979d46  README.txt
20335853b85e9a49ff7572ab453794298bcf0354d8068c5f6775a0eabf350aca  scipy-1.13.1-cp310-cp310-macosx_10_9_x86_64.whl
d605e9c23906d1994f55ace80e0125c587f96c020037ea6aa98d01b4bd2e222f  scipy-1.13.1-cp310-cp310-macosx_12_0_arm64.whl
cfa31f1def5c819b19ecc3a8b52d28ffdcc7ed52bb20c9a7589669dd3c250989  scipy-1.13.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
f26264b282b9da0952a024ae34710c2aff7d27480ee91a2e82b7b7073c24722f  scipy-1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
eccfa1906eacc02de42d70ef4aecea45415f5be17e72b61bafcfd329bdc52e94  scipy-1.13.1-cp310-cp310-musllinux_1_1_x86_64.whl
2831f0dc9c5ea9edd6e51e6e769b655f08ec6db6e2e10f86ef39bd32eb11da54  scipy-1.13.1-cp310-cp310-win_amd64.whl
27e52b09c0d3a1d5b63e1105f24177e544a222b43611aaf5bc44d4a0979e32f9  scipy-1.13.1-cp311-cp311-macosx_10_9_x86_64.whl
54f430b00f0133e2224c3ba42b805bfd0086fe488835effa33fa291561932326  scipy-1.13.1-cp311-cp311-macosx_12_0_arm64.whl
e89369d27f9e7b0884ae559a3a956e77c02114cc60a6058b4e5011572eea9299  scipy-1.13.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
a78b4b3345f1b6f68a763c6e25c0c9a23a9fd0f39f5f3d200efe8feda560a5fa  scipy-1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
45484bee6d65633752c490404513b9ef02475b4284c4cfab0ef946def50b3f59  scipy-1.13.1-cp311-cp311-musllinux_1_1_x86_64.whl
5713f62f781eebd8d597eb3f88b8bf9274e79eeabf63afb4a737abc6c84ad37b  scipy-1.13.1-cp311-cp311-win_amd64.whl
5d72782f39716b2b3509cd7c33cdc08c96f2f4d2b06d51e52fb45a19ca0c86a1  scipy-1.13.1-cp312-cp312-macosx_10_9_x86_64.whl
017367484ce5498445aade74b1d5ab377acdc65e27095155e448c88497755a5d  scipy-1.13.1-cp312-cp312-macosx_12_0_arm64.whl
949ae67db5fa78a86e8fa644b9a6b07252f449dcf74247108c50e1d20d2b4627  scipy-1.13.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
de3ade0e53bc1f21358aa74ff4830235d716211d7d077e340c7349bc3542e884  scipy-1.13.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
2ac65fb503dad64218c228e2dc2d0a0193f7904747db43014645ae139c8fad16  scipy-1.13.1-cp312-cp312-musllinux_1_1_x86_64.whl
cdd7dacfb95fea358916410ec61bbc20440f7860333aee6d882bb8046264e949  scipy-1.13.1-cp312-cp312-win_amd64.whl
436bbb42a94a8aeef855d755ce5a465479c721e9d684de76bf61a62e7c2b81d5  scipy-1.13.1-cp39-cp39-macosx_10_9_x86_64.whl
8335549ebbca860c52bf3d02f80784e91a004b71b059e3eea9678ba994796a24  scipy-1.13.1-cp39-cp39-macosx_12_0_arm64.whl
d533654b7d221a6a97304ab63c41c96473ff04459e404b83275b60aa8f4b7004  scipy-1.13.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
637e98dcf185ba7f8e663e122ebf908c4702420477ae52a04f9908707456ba4d  scipy-1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
a014c2b3697bde71724244f63de2476925596c24285c7a637364761f8710891c  scipy-1.13.1-cp39-cp39-musllinux_1_1_x86_64.whl
392e4ec766654852c25ebad4f64e4e584cf19820b980bc04960bca0b0cd6eaa2  scipy-1.13.1-cp39-cp39-win_amd64.whl
1 Like