chychkan / DeepFaceLab_MacOS

Run DeepFaceLab on MacOS
GNU General Public License v3.0
251 stars 55 forks source link

Bump scipy from 1.5.4 to 1.6.1 #46

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps scipy from 1.5.4 to 1.6.1.

Release notes

Sourced from scipy's releases.

SciPy 1.6.1 Release Notes

SciPy 1.6.1 is a bug-fix release with no new features compared to 1.6.0.

Please note that for SciPy wheels to correctly install with pip on macOS 11, pip >= 20.3.3 is needed.

Authors

  • Peter Bell
  • Evgeni Burovski
  • CJ Carey
  • Ralf Gommers
  • Peter Mahler Larsen
  • Cheng H. Lee +
  • Cong Ma
  • Nicholas McKibben
  • Nikola Forró
  • Tyler Reddy
  • Warren Weckesser

A total of 11 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.6.0 Release Notes

SciPy 1.6.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.6.x branch, and on adding new features on the master branch.

This release requires Python 3.7+ and NumPy 1.16.5 or greater.

For running on PyPy, PyPy3 6.0+ is required.

Highlights of this release

... (truncated)

Commits
  • 5ab7426 Merge pull request #13573 from tylerjereddy/treddy_backport_161_round2
  • 1ef9df9 MAINT: adjust 1.6.1 relnotes
  • 9261b55 TST, BUG: adjust tol on test_equivalence (#13567)
  • c8c36d7 REL: set 1.6.1 released
  • a5a34d3 Merge pull request #13522 from tylerjereddy/treddy_161_backports
  • c276365 BLD: remove pythran from pyproject.toml
  • 64743fe DOC: update 1.6.1 relnotes
  • b227b6b BLD: update numpy versions in pyproject.toml
  • f5041f1 DOC: update 1.6.1 release notes.
  • 5d1d7e7 MAINT: back out bad changes
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #51.