SciPy 1.13.1

SciPy (pronounced "Sigh Pie") is an open-source software for mathematics, science, and engineering. It includes modules for statistics, optimization, integration, linear algebra, Fourier transforms, signal and image processing, ODE solvers, and more. SciPy is built to work with NumPy arrays, and provides many user-friendly and efficient numerical routines, such as routines for numerical integration and optimization. Together, they run on all popular operating systems, are quick to install, and are free of charge. NumPy and SciPy are easy to use, but powerful enough to be depended upon by some of the world's leading scientists and engineers. If you need to manipulate numbers on a computer and display or publish the results, give SciPy a try!

Tags python algorithms scientific-computing c fortran cpp cython
License BSDL-2
State stable

Recent Releases

1.13.124 May 2024 04:05 minor feature: lt;h1 gt;SciPy 1.13.1 Release Notes lt;/h1 gt;. lt;p gt;SciPy lt;code gt;1.13.1 lt;/code gt; is a -release with no new features lt;br gt;. Compared to lt;code gt;1.13.0 lt;/code gt;. The version of OpenBLAS shipped with lt;br gt; The PyPI binaries has been increased to lt;code gt;0.3.27 lt;/code gt;. lt;/p gt; lt;h1 gt;Authors lt;/h1 gt;. lt;ul gt;. lt;li gt;Name (commits) lt;/li gt;. lt;li gt;h-vetinari (1) lt;/li gt;. lt;li gt;Jake Bowhay (2) lt;/li gt;. lt;li gt;Evgeni Burovski (6) lt;/li gt;. lt;li gt;Sean Cheah (2) lt;/li gt;. lt;li gt;Lucas Colley (2) lt;/li gt;. lt;li gt;DWesl (2) lt;/li gt;. lt;li gt;Ralf Gommers (7) lt;/li gt;. lt;li gt;Ben Greiner (1) + lt;/li gt;. lt;li gt;Matt Haberland (2) lt;/li gt;. lt;li gt;Gregory R. Lee (1) lt;/li gt;. lt;li gt;Philip Loche (1) + lt;/li gt;. lt;li gt;Sijo Valayakkad Manikandan (1) + lt;/li gt;. lt;li gt;Matti Picus (1) lt;/li gt;. lt;li gt;Tyler Reddy (62) lt;/li gt;. lt;li gt;Atsushi Sakai (1) lt;/li gt;. lt;li gt;Daniel Schmitz (2) lt;/li gt;. lt;li gt;Dan Schult (3) lt;/li gt;. lt;li gt;Scott Shambaugh (2) lt;/li gt;. lt;li gt;Edgar AndrΓ©s Margffoy Tuay (1) lt;/li gt;. lt;/ul gt;. lt;p gt;A total of 19 people contributed to this release. lt;br gt;. People with a "+" by their names contributed a patch for the first time. lt;br gt; This list of names is automatically generated, and may not be fully complete. lt;/p gt;
1.13.003 Apr 2024 09:57 major feature: Highlights of this release Support for NumPy 2.0.0. Interactive examples have been added to the documentation, allowing users to run the examples locally on embedded Jupyterlite notebooks in their browser. Preliminary 1D array support for the COO and DOK sparse formats. Several scipy.stats functions have gained support for additional axis, nan_policy, and keepdims arguments. scipy.stats also has several performance and accuracy improvements.