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 2023.2.0 to 2023.3.0 #1270

Merged
merged 1 commit into from
Mar 24, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2023

Bumps xarray from 2023.2.0 to 2023.3.0.

Release notes

Sourced from xarray's releases.

v2023.03.0

This release brings many bug fixes, and some new features. The maximum pandas version is pinned to <2 until we can support the new pandas datetime types. Thanks to our 19 contributors: Abel Aoun, Alex Goodman, Deepak Cherian, Illviljan, Jody Klymak, Joe Hamman, Justus Magin, Mary Gathoni, Mathias Hauser, Mattia Almansi, Mick, Oriol Abril-Pla, Patrick Hoefler, Paul Ockenfuß, Pierre, Shreyal Gupta, Spencer Clark, Tom Nicholas, Tom Vo

New Contributors

Full Changelog: pydata/xarray@v2023.02.0...v2023.03.0

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 March 24, 2023 19:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 24, 2023
@dependabot dependabot bot requested a review from jsnel March 24, 2023 19:56
@github-actions
Copy link
Contributor

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

@github-actions
Copy link
Contributor

github-actions bot commented Mar 24, 2023

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

Benchmark diff v0.6.0 vs. main

Parametrized benchmark signatures:

BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)

All benchmarks:

       before           after         ratio
     [6c3c390e]       [22218ae4]
     <v0.6.0>                   
!      42.1±0.2ms           failed      n/a  BenchmarkOptimize.time_optimize(False, False, False)
!      45.1±0.2ms           failed      n/a  BenchmarkOptimize.time_optimize(False, False, True)
!      42.3±0.1ms           failed      n/a  BenchmarkOptimize.time_optimize(False, True, False)
!      45.3±0.5ms           failed      n/a  BenchmarkOptimize.time_optimize(False, True, True)
!      52.2±0.3ms           failed      n/a  BenchmarkOptimize.time_optimize(True, False, False)
!       61.9±30ms           failed      n/a  BenchmarkOptimize.time_optimize(True, False, True)
!      52.8±0.2ms           failed      n/a  BenchmarkOptimize.time_optimize(True, True, False)
!       62.1±10ms           failed      n/a  BenchmarkOptimize.time_optimize(True, True, True)
             203M             206M     1.02  IntegrationTwoDatasets.peakmem_optimize
-      1.90±0.01s       1.02±0.03s     0.54  IntegrationTwoDatasets.time_optimize

Benchmark diff main vs. PR

Parametrized benchmark signatures:

BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)

All benchmarks:

       before           after         ratio
     [22218ae4]       [e065d68b]
           failed           failed      n/a  BenchmarkOptimize.time_optimize(False, False, False)
           failed           failed      n/a  BenchmarkOptimize.time_optimize(False, False, True)
           failed           failed      n/a  BenchmarkOptimize.time_optimize(False, True, False)
           failed           failed      n/a  BenchmarkOptimize.time_optimize(False, True, True)
           failed           failed      n/a  BenchmarkOptimize.time_optimize(True, False, False)
           failed           failed      n/a  BenchmarkOptimize.time_optimize(True, False, True)
           failed           failed      n/a  BenchmarkOptimize.time_optimize(True, True, False)
           failed           failed      n/a  BenchmarkOptimize.time_optimize(True, True, True)
             206M             207M     1.00  IntegrationTwoDatasets.peakmem_optimize
       1.02±0.03s       1.01±0.03s     0.98  IntegrationTwoDatasets.time_optimize

@codecov
Copy link

codecov bot commented Mar 24, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (22218ae) 88.4% compared to head (e065d68) 88.4%.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1270   +/-   ##
=====================================
  Coverage   88.4%   88.4%           
=====================================
  Files        107     107           
  Lines       5147    5147           
  Branches     854     854           
=====================================
  Hits        4550    4550           
  Misses       479     479           
  Partials     118     118           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

s-weigand
s-weigand previously approved these changes Mar 24, 2023
@s-weigand
Copy link
Member

@dependabot rebase

Bumps [xarray](https://github.com/pydata/xarray) from 2023.2.0 to 2023.3.0.
- [Release notes](https://github.com/pydata/xarray/releases)
- [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md)
- [Commits](pydata/xarray@v2023.02.0...v2023.03.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@sonarcloud
Copy link

sonarcloud bot commented Mar 24, 2023

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 merged commit 3eca151 into main Mar 24, 2023
@s-weigand s-weigand deleted the dependabot/pip/xarray-2023.3.0 branch March 24, 2023 21:39
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.

None yet

2 participants