Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump scipy from 1.8.1 to 1.9.0 #236

Merged
merged 1 commit into from
Aug 10, 2022
Merged

Bump scipy from 1.8.1 to 1.9.0 #236

merged 1 commit into from
Aug 10, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps scipy from 1.8.1 to 1.9.0.

Release notes

Sourced from scipy's releases.

SciPy 1.9.0 Release Notes

SciPy 1.9.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.9.x branch, and on adding new features on the main branch.

This release requires Python 3.8-3.11 and NumPy 1.18.5 or greater.

For running on PyPy, PyPy3 6.0+ is required.

Highlights of this release

  • We have modernized our build system to use meson, substantially improving our build performance, and providing better build-time configuration and cross-compilation support,
  • Added scipy.optimize.milp, new function for mixed-integer linear programming,
  • Added scipy.stats.fit for fitting discrete and continuous distributions to data,
  • Tensor-product spline interpolation modes were added to scipy.interpolate.RegularGridInterpolator,
  • A new global optimizer (DIviding RECTangles algorithm) scipy.optimize.direct.

New features

scipy.interpolate improvements

  • Speed up the RBFInterpolator evaluation with high dimensional interpolants.
  • Added new spline based interpolation methods for scipy.interpolate.RegularGridInterpolator and its tutorial.
  • scipy.interpolate.RegularGridInterpolator and scipy.interpolate.interpn now accept descending ordered points.
  • RegularGridInterpolator now handles length-1 grid axes.
  • The BivariateSpline subclasses have a new method partial_derivative

... (truncated)

Commits
  • 651a9b7 REL: set 1.9.0 released.
  • 253f894 Merge pull request #16727 from tylerjereddy/treddy_final_190_backports
  • 4e9ed02 REL: 1.9.0 final unreleased.
  • b83feac DOC: update 1.9.0 relnotes
  • ee9b834 MAINT: stats.monte_carlo_test: used biased estimate of p-value (#16721)
  • 7ecca8d MAINT: stats: Work around Cython bug. (#16719)
  • 87945b3 DOC: a few mailmap updates
  • 8cefead MAINT: optimize.linprog: ensure integrality can be an array (#16684)
  • 15e96a0 DOC: pin pydata-sphinx-theme to prevent incoming breaking changes.
  • c4c9348 REL: set 1.9.0rc3 released.
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [scipy](https://github.com/scipy/scipy) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.8.1...v1.9.0)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2022
@codecov
Copy link

codecov bot commented Aug 1, 2022

Codecov Report

Merging #236 (4a802c5) into master (5ba6ce5) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #236   +/-   ##
=======================================
  Coverage   86.11%   86.11%           
=======================================
  Files          12       12           
  Lines        1210     1210           
=======================================
  Hits         1042     1042           
  Misses        168      168           

Help us with your feedback. Take ten seconds to tell us how you rate us.

@tnixon tnixon merged commit 1b5a3bb into master Aug 10, 2022
@tnixon tnixon deleted the dependabot/pip/scipy-1.9.0 branch August 10, 2022 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant