Bump scipy from 1.4.1 to 1.7.1 #22

Merged
dependabot[bot] merged 2 commits from dependabot-pip-scipy-1.7.1 into master 2021-08-25 05:19:48 +02:00
dependabot[bot] commented 2021-08-20 20:55:06 +02:00 (Migrated from github.com)

Bumps scipy from 1.4.1 to 1.7.1.

Release notes

Sourced from scipy's releases.

SciPy 1.7.1 Release Notes

SciPy 1.7.1 is a bug-fix release with no new features compared to 1.7.0.

Authors

  • Peter Bell
  • Evgeni Burovski
  • Justin Charlong +
  • Ralf Gommers
  • Matti Picus
  • Tyler Reddy
  • Pamphile Roy
  • Sebastian Wallkötter
  • Arthur Volant

A total of 9 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.7.0 Release Notes

SciPy 1.7.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.7.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

  • A new submodule for quasi-Monte Carlo, scipy.stats.qmc, was added
  • The documentation design was updated to use the same PyData-Sphinx theme as NumPy and other ecosystem libraries.
  • We now vendor and leverage the Boost C++ library to enable numerous improvements for long-standing weaknesses in scipy.stats

... (truncated)

Commits
  • 47bb6fe REL: set 1.7.1 released
  • aa2adb9 Merge pull request #14511 from tylerjereddy/treddy_171_backports_rd3
  • 50fc705 DOC: update 1.7.1 relnotes
  • d1c1821 MAINT: bump scipy-mathjax
  • a56a51a Merge pull request #14509 from tylerjereddy/treddy_171_backports_rd2
  • e21ffbb DOC: update 1.7.1 relnotes
  • 1bfa19e DOC: version added to degrees in Rotation.from_rotvec (#14460)
  • f53b39c Merge pull request #14466 from tylerjereddy/treddy_171_backports_rd1
  • 058e68d DOC: update 1.7.1 relnotes.
  • dca7ae9 BUG: fix refguide-check namedtuple handling (#14283)
  • 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.4.1 to 1.7.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/scipy/scipy/releases">scipy's releases</a>.</em></p> <blockquote> <h1>SciPy 1.7.1 Release Notes</h1> <p>SciPy <code>1.7.1</code> is a bug-fix release with no new features compared to <code>1.7.0</code>.</p> <h1>Authors</h1> <ul> <li>Peter Bell</li> <li>Evgeni Burovski</li> <li>Justin Charlong +</li> <li>Ralf Gommers</li> <li>Matti Picus</li> <li>Tyler Reddy</li> <li>Pamphile Roy</li> <li>Sebastian Wallkötter</li> <li>Arthur Volant</li> </ul> <p>A total of 9 people contributed to this release. People with a &quot;+&quot; by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete.</p> <h1>SciPy 1.7.0 Release Notes</h1> <p>SciPy <code>1.7.0</code> is the culmination of <code>6</code> 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 <code>python -Wd</code> and check for <code>DeprecationWarning</code> s). Our development attention will now shift to bug-fix releases on the 1.7.x branch, and on adding new features on the master branch.</p> <p>This release requires Python <code>3.7+</code> and NumPy <code>1.16.5</code> or greater.</p> <p>For running on PyPy, PyPy3 <code>6.0+</code> is required.</p> <h1>Highlights of this release</h1> <ul> <li>A new submodule for quasi-Monte Carlo, <code>scipy.stats.qmc</code>, was added</li> <li>The documentation design was updated to use the same PyData-Sphinx theme as NumPy and other ecosystem libraries.</li> <li>We now vendor and leverage the Boost C++ library to enable numerous improvements for long-standing weaknesses in <code>scipy.stats</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/scipy/scipy/commit/47bb6febaa10658c72962b9615d5d5aa2513fa3a"><code>47bb6fe</code></a> REL: set 1.7.1 released</li> <li><a href="https://github.com/scipy/scipy/commit/aa2adb919b5079313fd6a99893706be8ac718590"><code>aa2adb9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scipy/scipy/issues/14511">#14511</a> from tylerjereddy/treddy_171_backports_rd3</li> <li><a href="https://github.com/scipy/scipy/commit/50fc7052f44177d2ca17e499b0ec0967288754bc"><code>50fc705</code></a> DOC: update 1.7.1 relnotes</li> <li><a href="https://github.com/scipy/scipy/commit/d1c1821304e5237143f014971447c5ab913cae3a"><code>d1c1821</code></a> MAINT: bump scipy-mathjax</li> <li><a href="https://github.com/scipy/scipy/commit/a56a51a7aab721d1754f60308751fe4a67318d0d"><code>a56a51a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scipy/scipy/issues/14509">#14509</a> from tylerjereddy/treddy_171_backports_rd2</li> <li><a href="https://github.com/scipy/scipy/commit/e21ffbbb25885192043d43fe91ffce590fd90c6d"><code>e21ffbb</code></a> DOC: update 1.7.1 relnotes</li> <li><a href="https://github.com/scipy/scipy/commit/1bfa19e352e2d9aae1724f9fb23e0180f9aba337"><code>1bfa19e</code></a> DOC: version added to degrees in Rotation.from_rotvec (<a href="https://github-redirect.dependabot.com/scipy/scipy/issues/14460">#14460</a>)</li> <li><a href="https://github.com/scipy/scipy/commit/f53b39c307edc0d07e54b12fc469ef3a77eb6053"><code>f53b39c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scipy/scipy/issues/14466">#14466</a> from tylerjereddy/treddy_171_backports_rd1</li> <li><a href="https://github.com/scipy/scipy/commit/058e68d54486d88b86d35b324f94ea8f0bb07c72"><code>058e68d</code></a> DOC: update 1.7.1 relnotes.</li> <li><a href="https://github.com/scipy/scipy/commit/dca7ae9409364a30c37dfc7905bbb8620cf1fe34"><code>dca7ae9</code></a> BUG: fix refguide-check namedtuple handling (<a href="https://github-redirect.dependabot.com/scipy/scipy/issues/14283">#14283</a>)</li> <li>Additional commits viewable in <a href="https://github.com/scipy/scipy/compare/v1.4.1...v1.7.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=scipy&package-manager=pip&previous-version=1.4.1&new-version=1.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
chychkan (Migrated from github.com) reviewed 2021-08-20 20:55:06 +02:00
chychkan commented 2021-08-25 00:02:16 +02:00 (Migrated from github.com)

@dependabot rebase

@dependabot rebase
Sign in to join this conversation.