frouros
frouros copied to clipboard
Update scipy requirement from <1.15,>=1.12.0 to >=1.12.0,<1.16
Updates the requirements on scipy to permit the latest version.
Release notes
Sourced from scipy's releases.
SciPy 1.15.0 Release Notes
SciPy
1.15.0is the culmination of6months of hard work. It contains many new features, numerous bug-fixes, improved test coverage and better documentation. There have been a number of deprecations and API changes in this release, which are documented below. All users are encouraged to upgrade to this release, as there are a large number of bug-fixes and optimizations. Before upgrading, we recommend that users check that their own code does not use deprecated SciPy functionality (to do so, run your code withpython -Wdand check forDeprecationWarnings). Our development attention will now shift to bug-fix releases on the 1.15.x branch, and on adding new features on the main branch.This release requires Python
3.10-3.13and NumPy1.23.5or greater.Highlights of this release
Sparse arrays are now fully functional for 1-D and 2-D arrays. We recommend that all new code use sparse arrays instead of sparse matrices and that developers start to migrate their existing code from sparse matrix to sparse array:
migration_to_sparray. Bothsparse.linalgandsparse.csgraphwork with either sparse matrix or sparse array and work internally with sparse array.Sparse arrays now provide basic support for n-D arrays in the COO format including
add,subtract,reshape,transpose,matmul,dot,tensordotand others. More functionality is coming in future releases.Preliminary support for free-threaded Python 3.13.
New probability distribution features in
scipy.statscan be used to improve the speed and accuracy of existing continuous distributions and perform new probability calculations.Several new features support vectorized calculations with Python Array API Standard compatible input (see "Array API Standard Support" below):
scipy.differentiateis a new top-level submodule for accurate estimation of derivatives of black box functions.scipy.optimize.elementwisecontains new functions for root-finding and minimization of univariate functions.scipy.integrateoffers new functionscubature,tanhsinh, andnsumfor multivariate integration, univariate integration, and univariate series summation, respectively.
scipy.interpolate.AAAadds the AAA algorithm for barycentric rational approximation of real or complex functions.
scipy.specialadds new functions offering improved Legendre function implementations with a more consistent interface.
... (truncated)
Commits
6e246d0REL: 1.15.0 "final" rel commit [wheel build]ed7c850Merge pull request #22233 from tylerjereddy/treddy_backports_1.15.0_final2e2f2cdMAINT: PR 22233 wheel build [wheel build]f05c622DOC: Update 1.15.0 relnotes7348d92Update scipy/differentiate/_differentiate.py56b1f7eDOC: differentiate.jacobian: correct/improve documentation about callable int...30077e7DEP: linalg.solve_toeplitz/matmul_toeplitz: warn on n-Dc,r(#22193)256c1a2Merge pull request #22181 from tylerjereddy/treddy_prep_scipy_1.15.0rc3f046276REL: set 1.15.0rc3 unreleaseda3d40a8REL: 1.15.0rc2 rel commit [wheel build]- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
📚 Documentation preview 📚: https://frouros--359.org.readthedocs.build/en/359/