requirements: update scipy requirement from <1.12 to <1.14
Updates the requirements on scipy to permit the latest version.
Release notes
Sourced from scipy's releases.
SciPy 1.13.0 Release Notes
SciPy
1.13.0is the culmination of 3 months of hard work. This out-of-band release aims to support NumPy2.0.0, and is backwards compatible to NumPy1.22.4. The version of OpenBLAS used to build the PyPI wheels has been increased to0.3.26.dev.This release requires Python 3.9+ and NumPy 1.22.4 or greater.
For running on PyPy, PyPy3 6.0+ is required.
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.statsfunctions have gained support for additionalaxis,nan_policy, andkeepdimsarguments.scipy.statsalso has several performance and accuracy improvements.New features
scipy.integrateimprovements
- The
terminalattribute ofscipy.integrate.solve_ivpeventscallables now additionally accepts integer values to specify a number of occurrences required for termination, rather than the previous restriction of only accepting aboolvalue to terminate on the first registered event.
scipy.ioimprovements
scipy.io.wavfile.writehas improveddtypeinput validation.
scipy.interpolateimprovements
- The Modified Akima Interpolation has been added to
interpolate.Akima1DInterpolator, available via the newmethodargument.- New method
BSpline.insert_knotinserts a knot into aBSplineinstance. This routine is similar to the module-levelscipy.interpolate.insertfunction, and works with the BSpline objects instead oftcktuples.
... (truncated)
Commits
7dcd8c5REL: 1.13.0 release commit [wheel build]15a69daMerge pull request #20375 from tylerjereddy/treddy_prep_1_13_0_final4cbb9e8DOC: PR 20375 revisions2431661MAINT: PR 20375 revisions [wheel build]b85940aDOC, REL: set 1.13.0 final unreleased13c30bdMAINT: spatial: simplify meson.buildabb04b2MAINT: spatial: use cython_lapack in spatial/_qhull.pyx729ff0fBUG: interpolate: Fix wrong warning message if degree=-1 in `interpolate.RBFI...8d82b0aMAINT, BUG: bump OpenBLAS (#20362)0e67a72MAINT: backport amos license update- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
This PR causes the following changes to the html docs (ubuntu-latest-3.11-x64):
No differences!
...
See CI logs for the full diff.
This PR causes the following changes to the html docs (ubuntu-latest-3.11-x64):
No differences!
...
See CI logs for the full diff.
This PR causes the following changes to the html docs (ubuntu-latest-3.11-x64):
No differences!
...
See CI logs for the full diff.
This PR causes the following changes to the html docs (ubuntu-latest-3.11-x64):
No differences!
...
See CI logs for the full diff.
@dependabot rebase
This PR causes the following changes to the html docs (ubuntu-latest-3.11-x64):
No differences!
...
See CI logs for the full diff.
Superseded by #2985.