ANN: SciPy 1.14.1 release

Hi all,

On behalf of the SciPy development team, I’m pleased to announce the release of SciPy 1.14.1. The release includes support for Python 3.13 and corresponding wheels on PyPI.

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

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

SciPy 1.14.1 Release Notes

SciPy 1.14.1 adds support for Python 3.13, including binary
wheels on PyPI. Apart from that, it is a bug-fix release with
no new features compared to 1.14.0.

Authors

  • Name (commits)
  • h-vetinari (1)
  • Evgeni Burovski (1)
  • CJ Carey (2)
  • Lucas Colley (3)
  • Ralf Gommers (3)
  • Melissa Weber Mendonça (1)
  • Andrew Nelson (3)
  • Nick ODell (1)
  • Tyler Reddy (36)
  • Daniel Schmitz (1)
  • Dan Schult (4)
  • Albert Steppi (2)
  • Ewout ter Hoeven (1)
  • Tibor Völcker (2) +
  • Adam Turner (1) +
  • Warren Weckesser (2)
  • ਗਗਨਦੀਪ ਸਿੰਘ (Gagandeep Singh) (1)

A total of 17 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.14.1

  • #19572 <https://github.com/scipy/scipy/issues/19572>__: BUG: doccer: `test_decorator` fails with Python 3.13 due to…
  • #19911 <https://github.com/scipy/scipy/issues/19911>__: BUG: open_memstream unavailable with glibc >= 2.10 + C99
  • #20992 <https://github.com/scipy/scipy/issues/20992>__: ENH: 3.13 wheels
  • #20993 <https://github.com/scipy/scipy/issues/20993>__: BUG: spsolve prints “dgstrf info” to stdout on singular matrices
  • #21058 <https://github.com/scipy/scipy/issues/21058>__: BUG: `special.pro_rad1`: incorrect results
  • #21064 <https://github.com/scipy/scipy/issues/21064>__: BUG: sparse: `hstack/vstack` between a sparse and ndarray breaks…
  • #21073 <https://github.com/scipy/scipy/issues/21073>__: MAINT: `cluster`/`stats`: array API test failures in main
  • #21079 <https://github.com/scipy/scipy/issues/21079>__: BUG: unable to securely deploy app as scipy 1.14.0 requires write…
  • #21142 <https://github.com/scipy/scipy/issues/21142>__: BUG: signal: crash in `signaltools` on free-threaded Python,…
  • #21195 <https://github.com/scipy/scipy/issues/21195>__: CI: documentation build failing?
  • #21207 <https://github.com/scipy/scipy/issues/21207>__: BUG: `fft.hfftn` fails on list inputs
  • #21234 <https://github.com/scipy/scipy/issues/21234>__: BUG: Files in SuperLU under LGPL license
  • #21238 <https://github.com/scipy/scipy/issues/21238>__: BUG: io/scipy.sparse.csgraph: refguide check failure in main
  • #21250 <https://github.com/scipy/scipy/issues/21250>__: DOC: `sampling_tdr.rst` failing in CircleCI smoke-tutorials…
  • #21272 <https://github.com/scipy/scipy/issues/21272>__: BUG: dtype changed for argument to `rv_discrete._pmf`
  • #21306 <https://github.com/scipy/scipy/issues/21306>__: BUG: odr: pickling is not possible
  • #21323 <https://github.com/scipy/scipy/issues/21323>__: DOC: build failing in CI
  • #21408 <https://github.com/scipy/scipy/issues/21408>__: BLD, CI: Cirrus 3.13 wheels?

Pull requests for 1.14.1

  • #21000 <https://github.com/scipy/scipy/pull/21000>__: BLD: make cp313 wheels [wheel build]
  • #21038 <https://github.com/scipy/scipy/pull/21038>__: REL, MAINT: prep for 1.14.1
  • #21062 <https://github.com/scipy/scipy/pull/21062>__: BUG: special: Fixes for pro_rad1
  • #21067 <https://github.com/scipy/scipy/pull/21067>__: BUG: special: remove type punning to avoid warnings in LTO builds
  • #21069 <https://github.com/scipy/scipy/pull/21069>__: MAINT: uarray: fix typo in `small_dynamic_array.h`
  • #21074 <https://github.com/scipy/scipy/pull/21074>__: MAINT: adapt to array-api-strict 2.0
  • #21084 <https://github.com/scipy/scipy/pull/21084>__: BLD: Enable `open_memstream()` on newer glibc
  • #21104 <https://github.com/scipy/scipy/pull/21104>__: MAINT: Unskip `scipy.misc.test.test_decorator` for Python 3.13+
  • #21107 <https://github.com/scipy/scipy/pull/21107>__: DOC: add release note for 1.14 sparse section about sparse array…
  • #21108 <https://github.com/scipy/scipy/pull/21108>__: BUG: sparse: fix 1D for vstack/hstack and Improve 1D error msgs…
  • #21160 <https://github.com/scipy/scipy/pull/21160>__: BUG: signal: fix crash under free-threaded CPython in medfilt2d
  • #21172 <https://github.com/scipy/scipy/pull/21172>__: BUG: sparse.linalg: Update `SuperLU` to fix unfilterable output…
  • #21200 <https://github.com/scipy/scipy/pull/21200>__: DOC: Fix type of ``html_sidebars`` value in ``conf.py``
  • #21209 <https://github.com/scipy/scipy/pull/21209>__: BUG: fft: fix array-like input
  • #21244 <https://github.com/scipy/scipy/pull/21244>__: BUG: sparse: fix failing doctests in io and csgraph that print…
  • #21271 <https://github.com/scipy/scipy/pull/21271>__: DOC: stats: silence the doctest error
  • #21274 <https://github.com/scipy/scipy/pull/21274>__: MAINT: sparse.linalg: update `SuperLU/colamd.c` to fix license…
  • #21283 <https://github.com/scipy/scipy/pull/21283>__: BUG: stats: adapt to `np.floor` type promotion removal
  • #21305 <https://github.com/scipy/scipy/pull/21305>__: MAINT: `stats.bartlett`: ensure statistic is non-negative
  • #21315 <https://github.com/scipy/scipy/pull/21315>__: CI: Update to cibuildwheel 2.20.0
  • #21320 <https://github.com/scipy/scipy/pull/21320>__: BUG: odr: fix pickling
  • #21324 <https://github.com/scipy/scipy/pull/21324>__: DOC: Don’t use Sphinx 8.0.0 until gh-21323 is resolved.
  • #21400 <https://github.com/scipy/scipy/pull/21400>__: BUG: sparse: Fix 1D specialty hstack codes
  • #21401 <https://github.com/scipy/scipy/pull/21401>__: MAINT: special: Accommodate changed integer handling in NumPy…
  • #21409 <https://github.com/scipy/scipy/pull/21409>__: BLD: cp313 wheels on `manylinux_aarch64`

Checksums

MD5

080cc057d76918338efc4655137888df  Changelog
1f33321b6bc714e040cf3223b21540f3  README.txt
5cfe6707f0dc9007eb4c1461875526c2  scipy-1.14.1-cp310-cp310-macosx_10_13_x86_64.whl
1522f7a78b0df20a74f07dc4069d200e  scipy-1.14.1-cp310-cp310-macosx_12_0_arm64.whl
667a13586320484898cc2f69cf84ca05  scipy-1.14.1-cp310-cp310-macosx_14_0_arm64.whl
5213b68a147735114a479307ca8f74dd  scipy-1.14.1-cp310-cp310-macosx_14_0_x86_64.whl
4a7995dd43c6989a6f4cb1975c2514f0  scipy-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
5381efcc3612359c4c6fbd4bec065f27  scipy-1.14.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
b6a6987953c6289842b85b6a0e56047c  scipy-1.14.1-cp310-cp310-musllinux_1_2_x86_64.whl
c4720b120cc3131d4e37d65a4ce01d29  scipy-1.14.1-cp310-cp310-win_amd64.whl
8f30c48b36be83c33163dc06b587f24e  scipy-1.14.1-cp311-cp311-macosx_10_13_x86_64.whl
3c0b2e69a7cab6249d3b2a5edaf52265  scipy-1.14.1-cp311-cp311-macosx_12_0_arm64.whl
46b43e6cfe87702476ef173265230768  scipy-1.14.1-cp311-cp311-macosx_14_0_arm64.whl
6812bbd20fb191f2a95f32d18c334da4  scipy-1.14.1-cp311-cp311-macosx_14_0_x86_64.whl
384b402a8d6f2dceb6fdf1b8e915cdb9  scipy-1.14.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
c15d2f7f2a791020270a881162d84741  scipy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
1bb99c4029d85dfba7d08a47b6a0bf23  scipy-1.14.1-cp311-cp311-musllinux_1_2_x86_64.whl
e600f6eda5d772cb3b23859e1419670f  scipy-1.14.1-cp311-cp311-win_amd64.whl
e443e2e8345f81e660fc866de18aa8d4  scipy-1.14.1-cp312-cp312-macosx_12_0_arm64.whl
4897fbe2e5f3420f13d636881a02f5c7  scipy-1.14.1-cp312-cp312-macosx_14_0_arm64.whl
bd8811fe39ea9af08f282758f72cbd1b  scipy-1.14.1-cp312-cp312-macosx_14_0_x86_64.whl
53c7be5fd8e2baa5011ce7a97bd18f8d  scipy-1.14.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
ff9953962cd7ce154910282a841e4ba2  scipy-1.14.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
842ddeba253182525859b768b00049d2  scipy-1.14.1-cp312-cp312-musllinux_1_2_x86_64.whl
84da76b7e8a67108c8b2f5169673a4d6  scipy-1.14.1-cp312-cp312-win_amd64.whl
4cb9f8410b4013443fb4a62c7b51b116  scipy-1.14.1-cp313-cp313-macosx_10_13_x86_64.whl
b7d1ae56af30c0bcc614596edcccf5c6  scipy-1.14.1-cp313-cp313-macosx_12_0_arm64.whl
be71c62948aaa83006871b714a0fae31  scipy-1.14.1-cp313-cp313-macosx_14_0_arm64.whl
9b5c4201557171ded6eb2d9febe0f6da  scipy-1.14.1-cp313-cp313-macosx_14_0_x86_64.whl
522f2349e6cf0fe7722b91a20cf1c299  scipy-1.14.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
f27148e0dc97ba0c832a540169d2de7b  scipy-1.14.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
71d3e15ad38ad29fd5b8fd1925f70bc9  scipy-1.14.1-cp313-cp313-musllinux_1_2_x86_64.whl
dfc1a685cae137a72cd995051dbeaa75  scipy-1.14.1-cp313-cp313-win_amd64.whl

SHA256

20de3a10476a0f09ba5dfc69e700a7b55aeee1f99eb4e539df3b402c8ccb2381  Changelog
2e0f188cda73c39b5a95b27ccc287eb236a25e0a03a3f8692584fbcfc6716f15  README.txt
b28d2ca4add7ac16ae8bb6632a3c86e4b9e4d52d3e34267f6e1b0c1f8d87e389  scipy-1.14.1-cp310-cp310-macosx_10_13_x86_64.whl
d0d2821003174de06b69e58cef2316a6622b60ee613121199cb2852a873f8cf3  scipy-1.14.1-cp310-cp310-macosx_12_0_arm64.whl
8bddf15838ba768bb5f5083c1ea012d64c9a444e16192762bd858f1e126196d0  scipy-1.14.1-cp310-cp310-macosx_14_0_arm64.whl
97c5dddd5932bd2a1a31c927ba5e1463a53b87ca96b5c9bdf5dfd6096e27efc3  scipy-1.14.1-cp310-cp310-macosx_14_0_x86_64.whl
2ff0a7e01e422c15739ecd64432743cf7aae2b03f3084288f399affcefe5222d  scipy-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
8e32dced201274bf96899e6491d9ba3e9a5f6b336708656466ad0522d8528f69  scipy-1.14.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
8426251ad1e4ad903a4514712d2fa8fdd5382c978010d1c6f5f37ef286a713ad  scipy-1.14.1-cp310-cp310-musllinux_1_2_x86_64.whl
a49f6ed96f83966f576b33a44257d869756df6cf1ef4934f59dd58b25e0327e5  scipy-1.14.1-cp310-cp310-win_amd64.whl
2da0469a4ef0ecd3693761acbdc20f2fdeafb69e6819cc081308cc978153c675  scipy-1.14.1-cp311-cp311-macosx_10_13_x86_64.whl
c0ee987efa6737242745f347835da2cc5bb9f1b42996a4d97d5c7ff7928cb6f2  scipy-1.14.1-cp311-cp311-macosx_12_0_arm64.whl
3a1b111fac6baec1c1d92f27e76511c9e7218f1695d61b59e05e0fe04dc59617  scipy-1.14.1-cp311-cp311-macosx_14_0_arm64.whl
8475230e55549ab3f207bff11ebfc91c805dc3463ef62eda3ccf593254524ce8  scipy-1.14.1-cp311-cp311-macosx_14_0_x86_64.whl
278266012eb69f4a720827bdd2dc54b2271c97d84255b2faaa8f161a158c3b37  scipy-1.14.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
fef8c87f8abfb884dac04e97824b61299880c43f4ce675dd2cbeadd3c9b466d2  scipy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
b05d43735bb2f07d689f56f7b474788a13ed8adc484a85aa65c0fd931cf9ccd2  scipy-1.14.1-cp311-cp311-musllinux_1_2_x86_64.whl
716e389b694c4bb564b4fc0c51bc84d381735e0d39d3f26ec1af2556ec6aad94  scipy-1.14.1-cp311-cp311-win_amd64.whl
af29a935803cc707ab2ed7791c44288a682f9c8107bc00f0eccc4f92c08d6e07  scipy-1.14.1-cp312-cp312-macosx_12_0_arm64.whl
2843f2d527d9eebec9a43e6b406fb7266f3af25a751aa91d62ff416f54170bc5  scipy-1.14.1-cp312-cp312-macosx_14_0_arm64.whl
eb58ca0abd96911932f688528977858681a59d61a7ce908ffd355957f7025cfc  scipy-1.14.1-cp312-cp312-macosx_14_0_x86_64.whl
30ac8812c1d2aab7131a79ba62933a2a76f582d5dbbc695192453dae67ad6310  scipy-1.14.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
8f9ea80f2e65bdaa0b7627fb00cbeb2daf163caa015e59b7516395fe3bd1e066  scipy-1.14.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
edaf02b82cd7639db00dbff629995ef185c8df4c3ffa71a5562a595765a06ce1  scipy-1.14.1-cp312-cp312-musllinux_1_2_x86_64.whl
2ff38e22128e6c03ff73b6bb0f85f897d2362f8c052e3b8ad00532198fbdae3f  scipy-1.14.1-cp312-cp312-win_amd64.whl
1729560c906963fc8389f6aac023739ff3983e727b1a4d87696b7bf108316a79  scipy-1.14.1-cp313-cp313-macosx_10_13_x86_64.whl
4079b90df244709e675cdc8b93bfd8a395d59af40b72e339c2287c91860deb8e  scipy-1.14.1-cp313-cp313-macosx_12_0_arm64.whl
e0cf28db0f24a38b2a0ca33a85a54852586e43cf6fd876365c86e0657cfe7d73  scipy-1.14.1-cp313-cp313-macosx_14_0_arm64.whl
0c2f95de3b04e26f5f3ad5bb05e74ba7f68b837133a4492414b3afd79dfe540e  scipy-1.14.1-cp313-cp313-macosx_14_0_x86_64.whl
b99722ea48b7ea25e8e015e8341ae74624f72e5f21fc2abd45f3a93266de4c5d  scipy-1.14.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
5149e3fd2d686e42144a093b206aef01932a0059c2a33ddfa67f5f035bdfe13e  scipy-1.14.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
e4f5a7c49323533f9103d4dacf4e4f07078f360743dec7f7596949149efeec06  scipy-1.14.1-cp313-cp313-musllinux_1_2_x86_64.whl
baff393942b550823bfce952bb62270ee17504d02a1801d7fd0719534dfb9c84  scipy-1.14.1-cp313-cp313-win_amd64.whl
2 Likes

Thanks Tyler for managing this release!

чт, 22 авг. 2024 г., 02:51 Tyler Reddy via Scientific Python <noreply@discuss.scientific-python.org>:

1 Like