Bump scipy from 1.13.1 to 1.14.0
Bumps scipy from 1.13.1 to 1.14.0.
Release notes
Sourced from scipy's releases.
SciPy 1.14.0 Release Notes
SciPy
1.14.0is the culmination of 3 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 withpython -Wdand check forDeprecationWarnings). Our development attention will now shift to bug-fix releases on the 1.14.x branch, and on adding new features on the main branch.This release requires Python
3.10+and NumPy1.23.5or greater.For running on PyPy, PyPy3
6.0+is required.Highlights of this release
- SciPy now supports the new Accelerate library introduced in macOS 13.3, and has wheels built against Accelerate for macOS >=14 resulting in significant performance improvements for many linear algebra operations.
- A new method,
cobyqa, has been added toscipy.optimize.minimize- this is an interface for COBYQA (Constrained Optimization BY Quadratic Approximations), a derivative-free optimization solver, designed to supersede COBYLA, developed by the Department of Applied Mathematics, The Hong Kong Polytechnic University.scipy.sparse.linalg.spsolve_triangularis now more than an order of magnitude faster in many cases.New features
scipy.fftimprovements
- A new function,
scipy.fft.prev_fast_len, has been added. This function finds the largest composite of FFT radices that is less than the target length. It is useful for discarding a minimal number of samples before FFT.
scipy.ioimprovements
wavfilenow supports reading and writing ofwavfiles in the RF64 format, allowing files greater than 4 GB in size to be handled.
scipy.constantsimprovements
- Experimental support for the array API standard has been added.
... (truncated)
Commits
87c4664REL: SciPy 1.14.0 rel commit [wheel build]ac63c81Merge pull request #21019 from tylerjereddy/treddy_1.14.0_final_backports541003fDOC: update 1.14 relnotes [wheel build]a08d1ffMAINT: stats.gstd: warn when an observation is <= 0a4f7119DEP: special.perm: deprecate non-integerNandkwithexact=True(#20909)73339fbTST: stats: fix use of np.testing to compare xp-arrays0542df6DOC: Update 1.14.0 release notesf8e530cSTY: _lib._util: silence mypye2cbda2TST:sparse.linalg: Skip test due to sensitivity to numerical noise4fb2e6aTST: robustify test_nnls_inner_loop_case1- 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.
Scipy has dropped support for Python 3.9. EOL of 3.9 is Q3 2025.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 72.06%. Comparing base (
8eca448) to head (d5861b1). Report is 49 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #425 +/- ##
==========================================
+ Coverage 71.84% 72.06% +0.22%
==========================================
Files 46 46
Lines 6744 6722 -22
Branches 1496 1487 -9
==========================================
- Hits 4845 4844 -1
+ Misses 1333 1312 -21
Partials 566 566
| Flag | Coverage Δ | |
|---|---|---|
| 3.10 | 72.04% <ø> (ø) |
|
| 3.11 | 72.04% <ø> (ø) |
|
| 3.12 | 72.04% <ø> (ø) |
|
| 3.9 | ? |
|
| macos-latest | 72.00% <ø> (+0.22%) |
:arrow_up: |
| ubuntu-latest | 72.03% <ø> (+0.22%) |
:arrow_up: |
| windows-latest | 72.04% <ø> (+0.22%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
A newer version of scipy exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
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.