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.7.0 to 1.7.1 #761

Closed
wants to merge 1 commit into from
Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 6, 2021

Bumps scipy from 1.7.0 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.

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)

@dependabot dependabot bot requested a review from a team as a code owner August 6, 2021 16:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 6, 2021
@dependabot dependabot bot requested a review from jsnel August 6, 2021 16:01
@github-actions
Copy link
Contributor

github-actions bot commented Aug 6, 2021

Binder 👈 Launch a binder notebook on branch glotaran/pyglotaran/dependabot/pip/scipy-1.7.1

@sonarcloud
Copy link

sonarcloud bot commented Aug 6, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented Aug 6, 2021

Codecov Report

Merging #761 (25552ce) into main (3a39bfe) will not change coverage.
The diff coverage is n/a.

❗ Current head 25552ce differs from pull request most recent head e5eefb6. Consider uploading reports for the commit e5eefb6 to get more accurate results
Impacted file tree graph

@@          Coverage Diff          @@
##            main    #761   +/-   ##
=====================================
  Coverage   84.7%   84.7%           
=====================================
  Files         81      81           
  Lines       4596    4596           
  Branches     849     849           
=====================================
  Hits        3897    3897           
  Misses       558     558           
  Partials     141     141           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5cdf023...e5eefb6. Read the comment docs.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 6, 2021

Benchmark is done. Checkout the benchmark result page.
Benchmark differences below 5% might be due to CI noise.

Benchmark diff v0.4.1 vs. main

Parametrized benchmark signatures:

BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)

All benchmarks:

       before           after         ratio
     [21ba272a]       [25552ce4]
     <v0.4.1>                   
+      47.8±0.4ms       53.5±0.2ms     1.12  BenchmarkOptimize.time_optimize(False, False, False)
-       283±0.9ms       57.0±0.2ms     0.20  BenchmarkOptimize.time_optimize(False, False, True)
-      65.9±0.3ms       53.9±0.3ms     0.82  BenchmarkOptimize.time_optimize(False, True, False)
       67.6±0.3ms       57.5±0.9ms    ~0.85  BenchmarkOptimize.time_optimize(False, True, True)
+      47.0±0.2ms       64.6±0.4ms     1.37  BenchmarkOptimize.time_optimize(True, False, False)
-       283±0.6ms         68.1±6ms     0.24  BenchmarkOptimize.time_optimize(True, False, True)
       65.2±0.3ms       64.1±0.3ms     0.98  BenchmarkOptimize.time_optimize(True, True, False)
       67.5±0.3ms        68.0±30ms     1.01  BenchmarkOptimize.time_optimize(True, True, True)
             191M             191M     1.00  IntegrationTwoDatasets.peakmem_optimize
-      4.37±0.01s        1.57±0.1s     0.36  IntegrationTwoDatasets.time_optimize

Benchmark diff main vs. PR

Parametrized benchmark signatures:

BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)

All benchmarks:

       before           after         ratio
     [3a39bfee]       [25552ce4]
       52.9±0.2ms       53.5±0.2ms     1.01  BenchmarkOptimize.time_optimize(False, False, False)
       57.4±0.8ms       57.0±0.2ms     0.99  BenchmarkOptimize.time_optimize(False, False, True)
       53.0±0.3ms       53.9±0.3ms     1.02  BenchmarkOptimize.time_optimize(False, True, False)
         57.3±2ms       57.5±0.9ms     1.00  BenchmarkOptimize.time_optimize(False, True, True)
       63.9±0.4ms       64.6±0.4ms     1.01  BenchmarkOptimize.time_optimize(True, False, False)
        90.2±50ms         68.1±6ms    ~0.75  BenchmarkOptimize.time_optimize(True, False, True)
       64.4±0.3ms       64.1±0.3ms     1.00  BenchmarkOptimize.time_optimize(True, True, False)
        68.3±40ms        68.0±30ms     1.00  BenchmarkOptimize.time_optimize(True, True, True)
             195M             191M     0.98  IntegrationTwoDatasets.peakmem_optimize
        1.64±0.1s        1.57±0.1s     0.96  IntegrationTwoDatasets.time_optimize

@dependabot dependabot bot force-pushed the dependabot/pip/scipy-1.7.1 branch from 7025965 to 9584897 Compare September 16, 2021 21:13
@sonarcloud
Copy link

sonarcloud bot commented Sep 16, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dependabot dependabot bot force-pushed the dependabot/pip/scipy-1.7.1 branch 2 times, most recently from adc4a59 to 25552ce Compare October 24, 2021 12:33
Bumps [scipy](https://github.com/scipy/scipy) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.7.0...v1.7.1)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/scipy-1.7.1 branch from 25552ce to e5eefb6 Compare October 24, 2021 13:27
@sonarcloud
Copy link

sonarcloud bot commented Oct 24, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@s-weigand s-weigand mentioned this pull request Oct 24, 2021
1 task
@jsnel jsnel closed this in #884 Oct 24, 2021
jsnel pushed a commit that referenced this pull request Oct 24, 2021
⬆️ Batch updating dependencies

- Bump click from 8.0.1 to 8.0.3 #865
- Bump pyyaml from 5.4.1 to 6.0 #863
- Bump scipy from 1.7.0 to 1.7.1 #761
- Bump actions/github-script from 4 to 5 #845
- Bump rich from 10.9.0 to 10.12.0 #850
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 24, 2021

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.

@dependabot dependabot bot deleted the dependabot/pip/scipy-1.7.1 branch October 24, 2021 14:30
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant