SciPy 1.10.1 is a bug-fix release with no new features
compared to 1.10.0.
Authors
Name (commits)
alice (1) +
Matt Borland (2) +
Evgeni Burovski (2)
CJ Carey (1)
Ralf Gommers (9)
Brett Graham (1) +
Matt Haberland (5)
Alex Herbert (1) +
Ganesh Kathiresan (2) +
Rishi Kulkarni (1) +
Loïc Estève (1)
Michał Górny (1) +
Jarrod Millman (1)
Andrew Nelson (4)
Tyler Reddy (50)
Pamphile Roy (2)
Eli Schwartz (2)
Tomer Sery (1) +
Kai Striega (1)
Jacopo Tissino (1) +
windows-server-2003 (1)
A total of 21 people contributed to this release.
People with a "+" by their names contributed a patch for the first time.
This list of names is automatically generated, and may not be fully complete.
SciPy 1.10.0 Release Notes
SciPy 1.10.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.10.x branch, and on adding new features on the main branch.
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@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)
> **Note**
> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps scipy from 1.9.3 to 1.10.1.
Release notes
Sourced from scipy's releases.
... (truncated)
Commits
c1ed5ec
REL: 1.10.1 release commit [wheel build]5f022bd
Merge pull request #18001 from tylerjereddy/treddy_scipy_1_10_1_rd25789a76
MAINT: test wheel builds [wheel build]79bc9c3
DOC: update relnotes/mailmap6abc551
BUG: diffev exponential crossover9bb12cd
DOC: update link of the logo in the readmec33c679
BUG: Use raw strings for paths78e790c
Fix powm1 overflow handlinga225f2b
BUG: fix Johnson's algorithm.04e26b6
BUG: special: Fix handling ofpowm1
overflow errors (#17855)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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)