![](https://secure.gravatar.com/avatar/d3b0f0c6a2fb52ec4a6d2ba936186019.jpg?s=120&d=mm&r=g)
Hi all, On behalf of the SciPy development team, I'm pleased to announce the release of SciPy 1.11.2, which includes new wheels for Python 3.12 and musllinux. Sources and binary wheels can be found at: https://pypi.org/project/scipy/ and at: https://github.com/scipy/scipy/releases/tag/v1.11.2 One of a few ways to install this release with pip: pip install scipy==1.11.2 ====================== SciPy 1.11.2 Release Notes ====================== SciPy 1.11.2 is a bug-fix release with no new features compared to 1.11.1. Python 3.12 and musllinux wheels are provided with this release. Authors ======= * Name (commits) * Evgeni Burovski (2) * CJ Carey (3) * Dieter Werthmüller (1) * elbarso (1) + * Ralf Gommers (2) * Matt Haberland (1) * jokasimr (1) + * Thilo Leitzbach (1) + * LemonBoy (1) + * Ellie Litwack (2) + * Sturla Molden (1) * Andrew Nelson (5) * Tyler Reddy (39) * Daniel Schmitz (6) * Dan Schult (2) * Albert Steppi (1) * Matus Valo (1) * Stefan van der Walt (1) A total of 18 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.11.2 -------------------------------- * `#4690 <https://github.com/scipy/scipy/issues/4690>`__: special.jn_zeros(281, 6) hangs * `#12247 <https://github.com/scipy/scipy/issues/12247>`__: Complex matrix square root of positive semi-definite matrix * `#18398 <https://github.com/scipy/scipy/issues/18398>`__: BUG: \`loadmat\` fails to load matlab structures with anonymous... * `#18603 <https://github.com/scipy/scipy/issues/18603>`__: BUG: Floating point CSC with int64 indices doesn't work with... * `#18730 <https://github.com/scipy/scipy/issues/18730>`__: BUG: \`scipy.optimize.minimize\` fails when \`dtype=float32\`... * `#18788 <https://github.com/scipy/scipy/issues/18788>`__: DOC: Broken link to installation instructions in README.rst * `#18792 <https://github.com/scipy/scipy/issues/18792>`__: BUG: Build failure with Cython 3.0.0b3 if scipy is already installed * `#18793 <https://github.com/scipy/scipy/issues/18793>`__: BUG: optimize.least_squares with method='trf' yields wrong result... * `#18800 <https://github.com/scipy/scipy/issues/18800>`__: BUG: cKDtree.query no longer accepts DataFrame as input * `#19002 <https://github.com/scipy/scipy/issues/19002>`__: Spalde error with scipy 1.10: 0-th dimension must be fixed * `#19022 <https://github.com/scipy/scipy/issues/19022>`__: BUG: <Compilation of scipy 1.11 falls with python3.12> * `#19026 <https://github.com/scipy/scipy/issues/19026>`__: BUG: Compilation of scipy 1.10.1 and 1.11.1 fails with Python... Pull requests for 1.11.2 ------------------------------- * `#17918 <https://github.com/scipy/scipy/pull/17918>`__: BUG: Fix error in linalg/_matfuncs_sqrtm.py * `#18644 <https://github.com/scipy/scipy/pull/18644>`__: BUG: sparse.linalg: Cast index arrays to intc before calling... * `#18784 <https://github.com/scipy/scipy/pull/18784>`__: Allow johnsonsu parameters to be floats * `#18785 <https://github.com/scipy/scipy/pull/18785>`__: MAINT: stats: fix NumPy DeprecationWarnings * `#18787 <https://github.com/scipy/scipy/pull/18787>`__: REL, MAINT: prep for 1.11.2 * `#18790 <https://github.com/scipy/scipy/pull/18790>`__: DOC: Fix broken link to installation guide in README * `#18804 <https://github.com/scipy/scipy/pull/18804>`__: BUG: Ensure cKDtree.query does not pass Pandas DataFrame to np.isfinite * `#18809 <https://github.com/scipy/scipy/pull/18809>`__: CI, MAINT: 32-bit Pillow pin * `#18810 <https://github.com/scipy/scipy/pull/18810>`__: BLD: copy \`cython_optimize.pxd\` to build dir * `#18825 <https://github.com/scipy/scipy/pull/18825>`__: BUG: make \`L-BFGS-B\` optimizer work with single precision gradient * `#18831 <https://github.com/scipy/scipy/pull/18831>`__: BUG: io/matlab: Fix loading of mat files containing fn handles... * `#18859 <https://github.com/scipy/scipy/pull/18859>`__: BUG: make Bessel-roots function not hang and not skip roots * `#18894 <https://github.com/scipy/scipy/pull/18894>`__: DOC: linking interp1d docstring to tutorial * `#18896 <https://github.com/scipy/scipy/pull/18896>`__: BUG: lsq trf gives x=1e-10 if x0 is near a bound * `#18937 <https://github.com/scipy/scipy/pull/18937>`__: CI/BLD: create cp312 wheels * `#18961 <https://github.com/scipy/scipy/pull/18961>`__: DOC: Fix installation instructions using venv/pip * `#18985 <https://github.com/scipy/scipy/pull/18985>`__: CI: move the musllinux Cirrus job to GHA, optimize other jobs * `#18999 <https://github.com/scipy/scipy/pull/18999>`__: CI: reduce Cirrus CI usage during wheel builds * `#19004 <https://github.com/scipy/scipy/pull/19004>`__: BUG: interpolate: fix spalde with len(c) < len(t) * `#19025 <https://github.com/scipy/scipy/pull/19025>`__: BUG: pass unused xrtol in fmin_bfgs to _minimize_bfgs * `#19027 <https://github.com/scipy/scipy/pull/19027>`__: BLD: rename \`setup.py\` to \`_setup.py\` to signal it should... * `#19034 <https://github.com/scipy/scipy/pull/19034>`__: MAINT: NumPy 1.25.x deprecations * `#19054 <https://github.com/scipy/scipy/pull/19054>`__: MAINT: ensure cobyla objective returns scalar Checksums ========= MD5 ~~~ ff799002607fbaed2d81a1d25cce38a3 Changelog a1ef4ec8ff10e50f2ac1a8c0ee253ffd README.txt 7038aeb6c007e7114afa2539135bd142 scipy-1.11.2-cp310-cp310-macosx_10_9_x86_64.whl 3a375f4efced07df10e2990d1d73c811 scipy-1.11.2-cp310-cp310-macosx_12_0_arm64.whl 6be4527b35d09313ce2802f99f71527a scipy-1.11.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl cc681011c84e9eb051a43ea895cf4073 scipy-1.11.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl de9afa37cd0c3654a5a4abe2a29548e4 scipy-1.11.2-cp310-cp310-musllinux_1_1_x86_64.whl 85c785288036b94826c2c564116b5e6b scipy-1.11.2-cp310-cp310-win_amd64.whl e08a50bf4c113a1e310bece42410a01f scipy-1.11.2-cp311-cp311-macosx_10_9_x86_64.whl fcf37aaee7f567daf43e8f613bd80ef1 scipy-1.11.2-cp311-cp311-macosx_12_0_arm64.whl a8a8b98a8162f5684597f4852a494f9a scipy-1.11.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl 5cccac1aaca9a7a9701212b523771486 scipy-1.11.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl d59f8140d6eb9052c1958a21d9fa97a9 scipy-1.11.2-cp311-cp311-musllinux_1_1_x86_64.whl 5ea7ab2643e34a106b0b07eddf50f96d scipy-1.11.2-cp311-cp311-win_amd64.whl 2cedd23dd78ffb8eb8ef09ce24f68b21 scipy-1.11.2-cp312-cp312-macosx_10_9_x86_64.whl 5109008341246dd63e170b550628f6b6 scipy-1.11.2-cp312-cp312-macosx_12_0_arm64.whl ea58c5dc26dd439a19bf0b34eca42713 scipy-1.11.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl c6eb39fbca24c96ea91f45ed4694e16f scipy-1.11.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 170c392f56185e9c8336f3501e38a675 scipy-1.11.2-cp312-cp312-musllinux_1_1_x86_64.whl b1b2f01e007b05aad3461f1e454e2c57 scipy-1.11.2-cp312-cp312-win_amd64.whl 6d7de323abd9b33f53ea77b0915c0e5e scipy-1.11.2-cp39-cp39-macosx_10_9_x86_64.whl 900b0591520bd3864b34fd619b0a500a scipy-1.11.2-cp39-cp39-macosx_12_0_arm64.whl f6621b3355fec0fe58a37e463a08fa0e scipy-1.11.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl 4f3ea3d87dd0bfd2816583080b7e3934 scipy-1.11.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 268340a51245f23b81a3f40dae5819a1 scipy-1.11.2-cp39-cp39-musllinux_1_1_x86_64.whl 2e2b1fcf6ea9c311576700daf18ccc19 scipy-1.11.2-cp39-cp39-win_amd64.whl SHA256 ~~~~~~ ba310500c0ebddc3df18f083c30fec060ba5b04b5d38493f7939ee3cafc00302 Changelog 82afc655164a2a7609c7c59e1c186d7ea0f6ffee2fcfb6c83c26658f6656f906 README.txt 2b997a5369e2d30c97995dcb29d638701f8000d04df01b8e947f206e5d0ac788 scipy-1.11.2-cp310-cp310-macosx_10_9_x86_64.whl 95763fbda1206bec41157582bea482f50eb3702c85fffcf6d24394b071c0e87a scipy-1.11.2-cp310-cp310-macosx_12_0_arm64.whl e367904a0fec76433bf3fbf3e85bf60dae8e9e585ffd21898ab1085a29a04d16 scipy-1.11.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl d690e1ca993c8f7ede6d22e5637541217fc6a4d3f78b3672a6fe454dbb7eb9a7 scipy-1.11.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl d2b813bfbe8dec6a75164523de650bad41f4405d35b0fa24c2c28ae07fcefb20 scipy-1.11.2-cp310-cp310-musllinux_1_1_x86_64.whl afdb0d983f6135d50770dd979df50bf1c7f58b5b33e0eb8cf5c73c70600eae1d scipy-1.11.2-cp310-cp310-win_amd64.whl 8d9886f44ef8c9e776cb7527fb01455bf4f4a46c455c4682edc2c2cc8cd78562 scipy-1.11.2-cp311-cp311-macosx_10_9_x86_64.whl 1342ca385c673208f32472830c10110a9dcd053cf0c4b7d4cd7026d0335a6c1d scipy-1.11.2-cp311-cp311-macosx_12_0_arm64.whl b133f237bd8ba73bad51bc12eb4f2d84cbec999753bf25ba58235e9fc2096d80 scipy-1.11.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl 3aeb87661de987f8ec56fa6950863994cd427209158255a389fc5aea51fa7055 scipy-1.11.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 90d3b1364e751d8214e325c371f0ee0dd38419268bf4888b2ae1040a6b266b2a scipy-1.11.2-cp311-cp311-musllinux_1_1_x86_64.whl f73102f769ee06041a3aa26b5841359b1a93cc364ce45609657751795e8f4a4a scipy-1.11.2-cp311-cp311-win_amd64.whl fa4909c6c20c3d91480533cddbc0e7c6d849e7d9ded692918c76ce5964997898 scipy-1.11.2-cp312-cp312-macosx_10_9_x86_64.whl ac74b1512d38718fb6a491c439aa7b3605b96b1ed3be6599c17d49d6c60fca18 scipy-1.11.2-cp312-cp312-macosx_12_0_arm64.whl b8425fa963a32936c9773ee3ce44a765d8ff67eed5f4ac81dc1e4a819a238ee9 scipy-1.11.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl 542a757e2a6ec409e71df3d8fd20127afbbacb1c07990cb23c5870c13953d899 scipy-1.11.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl ea932570b1c2a30edafca922345854ff2cd20d43cd9123b6dacfdecebfc1a80b scipy-1.11.2-cp312-cp312-musllinux_1_1_x86_64.whl 4447ad057d7597476f9862ecbd9285bbf13ba9d73ce25acfa4e4b11c6801b4c9 scipy-1.11.2-cp312-cp312-win_amd64.whl b0620240ef445b5ddde52460e6bc3483b7c9c750275369379e5f609a1050911c scipy-1.11.2-cp39-cp39-macosx_10_9_x86_64.whl f28f1f6cfeb48339c192efc6275749b2a25a7e49c4d8369a28b6591da02fbc9a scipy-1.11.2-cp39-cp39-macosx_12_0_arm64.whl 214cdf04bbae7a54784f8431f976704ed607c4bc69ba0d5d5d6a9df84374df76 scipy-1.11.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl 10eb6af2f751aa3424762948e5352f707b0dece77288206f227864ddf675aca0 scipy-1.11.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 0f3261f14b767b316d7137c66cc4f33a80ea05841b9c87ad83a726205b901423 scipy-1.11.2-cp39-cp39-musllinux_1_1_x86_64.whl 2c91cf049ffb5575917f2a01da1da082fd24ed48120d08a6e7297dfcac771dcd scipy-1.11.2-cp39-cp39-win_amd64.whl
participants (1)
-
Tyler Reddy