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 xarray from 0.19.0 to 0.20.2 #934

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2021

Bumps xarray from 0.19.0 to 0.20.2.

Release notes

Sourced from xarray's releases.

v0.20.2

This is a bugfix release to resolve xr.corr & xr.map_blocks when dask is not installed. It also includes performance improvements in unstacking to a sparse array and a number of documentation improvements.

Many thanks to the 20 contributors:

Aaron Spring, Alexandre Poux, Deepak Cherian, Enrico Minack, Fabien Maussion, Giacomo Caria, Gijom, Guillaume Maze, Illviljan, Joe Hamman, Joseph Hardin, Kai Mühlbauer, Matt Henderson, Maximilian Roos, Michael Delgado, Robert Gieseke, Sebastian Weigand and Stephan Hoyer.

v0.20.1

This is a bugfix release for a major bug in v0.20.0

v0.20.0

This release brings improved support for pint arrays, methods for weighted standard deviation, variance, and sum of squares, the option to disable the use of the bottleneck library, significantly improved performance of unstack, as well as many bugfixes and internal changes.

Commits

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 December 10, 2021 17:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 10, 2021
@dependabot dependabot bot requested a review from jsnel December 10, 2021 17:01
@github-actions
Copy link
Contributor

Binder 👈 Launch a binder notebook on branch glotaran/pyglotaran/dependabot/pip/xarray-0.20.2

@github-actions
Copy link
Contributor

github-actions bot commented Dec 10, 2021

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

Benchmark diff v0.5.1 vs. main

Parametrized benchmark signatures:

BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)

All benchmarks:

       before           after         ratio
     [96b42630]       [30101a8f]
     <v0.5.1>                   
       78.2±0.6ms       79.2±0.6ms     1.01  BenchmarkOptimize.time_optimize(False, False, False)
         125±30ms         170±10ms    ~1.36  BenchmarkOptimize.time_optimize(False, False, True)
         79.1±1ms         80.7±2ms     1.02  BenchmarkOptimize.time_optimize(False, True, False)
         170±40ms         180±10ms     1.06  BenchmarkOptimize.time_optimize(False, True, True)
         95.5±1ms         98.5±2ms     1.03  BenchmarkOptimize.time_optimize(True, False, False)
         107±20ms         146±40ms    ~1.37  BenchmarkOptimize.time_optimize(True, False, True)
         95.0±2ms         99.4±3ms     1.05  BenchmarkOptimize.time_optimize(True, True, False)
         104±20ms         105±40ms     1.01  BenchmarkOptimize.time_optimize(True, True, True)
             196M             194M     0.99  IntegrationTwoDatasets.peakmem_optimize
       2.49±0.09s       2.52±0.04s     1.01  IntegrationTwoDatasets.time_optimize

Benchmark diff main vs. PR

Parametrized benchmark signatures:

BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)

All benchmarks:

       before           after         ratio
     [5aea7673]       [30101a8f]
       78.7±0.9ms       79.2±0.6ms     1.01  BenchmarkOptimize.time_optimize(False, False, False)
         167±20ms         170±10ms     1.02  BenchmarkOptimize.time_optimize(False, False, True)
         77.0±1ms         80.7±2ms     1.05  BenchmarkOptimize.time_optimize(False, True, False)
         155±40ms         180±10ms    ~1.16  BenchmarkOptimize.time_optimize(False, True, True)
         99.1±2ms         98.5±2ms     0.99  BenchmarkOptimize.time_optimize(True, False, False)
         154±40ms         146±40ms     0.94  BenchmarkOptimize.time_optimize(True, False, True)
       96.8±0.5ms         99.4±3ms     1.03  BenchmarkOptimize.time_optimize(True, True, False)
         109±10ms         105±40ms     0.97  BenchmarkOptimize.time_optimize(True, True, True)
             193M             194M     1.01  IntegrationTwoDatasets.peakmem_optimize
       2.41±0.05s       2.52±0.04s     1.04  IntegrationTwoDatasets.time_optimize

@codecov
Copy link

codecov bot commented Dec 10, 2021

Codecov Report

Merging #934 (30101a8) into main (5aea767) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##            main    #934   +/-   ##
=====================================
  Coverage   85.1%   85.1%           
=====================================
  Files         85      85           
  Lines       4799    4799           
  Branches     921     921           
=====================================
  Hits        4085    4085           
  Misses       562     562           
  Partials     152     152           

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 5aea767...30101a8. Read the comment docs.

jsnel added a commit to jsnel/pyglotaran that referenced this pull request Dec 11, 2021
- 🩹🚧 Backport of bugfix glotaran#927 discovered in PR glotaran#860 related to initial_concentration normalization when saving results (glotaran#934).
@jsnel
Copy link
Member

jsnel commented Jan 1, 2022

@dependabot rebase

Bumps [xarray](https://github.com/pydata/xarray) from 0.19.0 to 0.20.2.
- [Release notes](https://github.com/pydata/xarray/releases)
- [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md)
- [Commits](pydata/xarray@v0.19.0...v0.20.2)

---
updated-dependencies:
- dependency-name: xarray
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/xarray-0.20.2 branch from a69b5a9 to 30101a8 Compare January 1, 2022 01:07
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 1, 2022

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

@jsnel jsnel mentioned this pull request Jan 1, 2022
1 task
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2022

Looks like xarray is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 1, 2022
@dependabot dependabot bot deleted the dependabot/pip/xarray-0.20.2 branch January 1, 2022 02:03
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