Skip to content

Update scipy requirement from <=1.15.3,>=1.7.0 to >=1.7.0,<=1.17.0#2093

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/scipy-gte-1.7.0-and-lte-1.17.0
Closed

Update scipy requirement from <=1.15.3,>=1.7.0 to >=1.7.0,<=1.17.0#2093
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/scipy-gte-1.7.0-and-lte-1.17.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2026

Updates the requirements on scipy to permit the latest version.

Release notes

Sourced from scipy's releases.

SciPy 1.17.0 Release Notes

SciPy 1.17.0 is the culmination of 6 months 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 with python -Wd and check for DeprecationWarning s). Our development attention will now shift to bug-fix releases on the 1.17.x branch, and on adding new features on the main branch.

This release requires Python 3.11-3.14 and NumPy 1.26.4 or greater.

Highlights of this release

  • Many SciPy functions have gained native support for batching of N-dimensional array input and additional support for the array API standard. An overall summary of the latter is now available in a set of tables.
  • In scipy.sparse, coo_array now supports indexing. This includes integers, slices, arrays, np.newaxis, Ellipsis, in 1D, 2D and the relatively new nD. In scipy.sparse.linalg, ARPACK and PROPACK rewrites from Fortran77 to C now empower the use of external pseudorandom number generators, e.g. from numpy.
  • In scipy.spatial, transform.Rotation and transform.RigidTransform have been extended to support N-D arrays. geometric_slerp now has support for extrapolation.
  • scipy.stats has gained the matrix t and logistic distributions and many performance and accuracy improvements.
  • Initial support for 64-bit integer (ILP64) BLAS and LAPACK libraries has been added, including for MKL and Apple Accelerate. Please report any issues with ILP64 you encounter.

New features

scipy.integrate improvements

  • The integration routines dopri5, dopri853, LSODA, vode, and zvode have been ported from Fortran77 to C.
  • scipy.integrate.quad now has a fast path for returning 0 when the integration interval is empty.
  • The BDF, DOP853, RK23, RK45, OdeSolver, DenseOutput, ode, and complex_ode classes now support subscription, making them generic types, for compatibility with scipy-stubs.

... (truncated)

Commits
  • 8c75ae7 REL: 1.17.0 "final" release commit [wheel build]
  • 9d7f110 Merge pull request #24298 from tylerjereddy/treddy_prep_1.17.0_final
  • 94373b6 MAINT: test wheels [wheel build]
  • 723f4e2 DOC: update 1.17.0 relnotes
  • bf042f0 CI: ensure we use pinned scipy-openblas version also in ILP64 job
  • 3e00a04 CI: fix issue with ILP64 job; point to fixed numpy/meson commit
  • 39bceab BUG: stats: fix va_args memory corruption bug
  • 8f56387 DOC: update 1.17.0 release notes
  • c50e9c0 Merge pull request #24304 from ev-br/edit_relnotes_for_ILP64
  • b204495 DOC: clarify ILP64 support caveats in the release notes, remove mentions of O...
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Issue related to libraries we depend on and how we interface with them run_benchmarks Run timing benchmarks on this PR against current master branch skip_changelog No need to update changelog on this PR labels Feb 17, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 18, 2026

Memory benchmark result

|               Test Name                |      %Δ      |    Master (MB)     |      PR (MB)       |    Δ (MB)    |    Time PR (s)     |  Time Master (s)   |
| -------------------------------------- | ------------ | ------------------ | ------------------ | ------------ | ------------------ | ------------------ |
  test_objective_jac_w7x                 |    0.05 %    |     4.030e+03      |     4.032e+03      |     1.88     |       37.74        |       35.83        |
  test_proximal_jac_w7x_with_eq_update   |    3.00 %    |     6.444e+03      |     6.638e+03      |    193.38    |       159.57       |       160.16       |
  test_proximal_freeb_jac                |    0.10 %    |     1.320e+04      |     1.321e+04      |    13.70     |       84.69        |       82.79        |
  test_proximal_freeb_jac_blocked        |    1.41 %    |     7.422e+03      |     7.526e+03      |    104.50    |       72.34        |       71.64        |
  test_proximal_freeb_jac_batched        |    0.96 %    |     7.473e+03      |     7.545e+03      |    71.73     |       71.95        |       71.95        |
  test_proximal_jac_ripple               |    2.98 %    |     3.523e+03      |     3.628e+03      |    104.87    |       64.65        |       64.75        |
  test_proximal_jac_ripple_bounce1d      |   -2.84 %    |     3.638e+03      |     3.535e+03      |   -103.40    |       75.40        |       76.70        |
  test_eq_solve                          |   -1.63 %    |     2.008e+03      |     1.976e+03      |    -32.69    |       93.19        |       93.41        |

For the memory plots, go to the summary of Memory Benchmarks workflow and download the artifact.

@dpanici
Copy link
Collaborator

dpanici commented Feb 18, 2026

Fix for this is in #2079

Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.7.0...v1.17.0)

---
updated-dependencies:
- dependency-name: scipy
  dependency-version: 1.17.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/scipy-gte-1.7.0-and-lte-1.17.0 branch from 0051046 to 932bee8 Compare February 18, 2026 16:22
@YigitElma
Copy link
Collaborator

This PR is unnecessary since #2079 updates it with proper fixes

@YigitElma YigitElma closed this Feb 18, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 18, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/scipy-gte-1.7.0-and-lte-1.17.0 branch February 18, 2026 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Issue related to libraries we depend on and how we interface with them run_benchmarks Run timing benchmarks on this PR against current master branch skip_changelog No need to update changelog on this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments