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 pandas from 1.3.1 to 1.3.4 #880

Merged
merged 1 commit into from
Oct 24, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 22, 2021

Bumps pandas from 1.3.1 to 1.3.4.

Release notes

Sourced from pandas's releases.

Pandas 1.3.4

This is a patch release in the 1.3.x series and includes some regression fixes and bug fixes. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Pandas 1.3.3

This is a patch release in the 1.3.x series and includes some regression fixes and bug fixes. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Pandas 1.3.2

This is a patch release in the 1.3.x series and includes some regression fixes and bug fixes. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

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

Binder 👈 Launch a binder notebook on branch glotaran/pyglotaran/dependabot/pip/pandas-1.3.4

@github-actions
Copy link
Contributor

github-actions bot commented Oct 22, 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]       [6c5a3147]
     <v0.4.1>                   
         70.7±3ms         77.1±1ms     1.09  BenchmarkOptimize.time_optimize(False, False, False)
-         428±4ms         84.2±2ms     0.20  BenchmarkOptimize.time_optimize(False, False, True)
-        90.9±1ms         77.7±1ms     0.85  BenchmarkOptimize.time_optimize(False, True, False)
         92.1±2ms        90.9±30ms     0.99  BenchmarkOptimize.time_optimize(False, True, True)
+        66.8±2ms         95.1±4ms     1.42  BenchmarkOptimize.time_optimize(True, False, False)
-        424±10ms         105±40ms     0.25  BenchmarkOptimize.time_optimize(True, False, True)
       96.0±0.7ms         95.2±3ms     0.99  BenchmarkOptimize.time_optimize(True, True, False)
         92.6±2ms         101±30ms     1.09  BenchmarkOptimize.time_optimize(True, True, True)
             195M             197M     1.01  IntegrationTwoDatasets.peakmem_optimize
-         5.50±0s        1.97±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]       [6c5a3147]
         77.9±2ms         77.1±1ms     0.99  BenchmarkOptimize.time_optimize(False, False, False)
        84.8±20ms         84.2±2ms     0.99  BenchmarkOptimize.time_optimize(False, False, True)
         76.7±1ms         77.7±1ms     1.01  BenchmarkOptimize.time_optimize(False, True, False)
         88.9±5ms        90.9±30ms     1.02  BenchmarkOptimize.time_optimize(False, True, True)
       91.8±0.9ms         95.1±4ms     1.04  BenchmarkOptimize.time_optimize(True, False, False)
         113±50ms         105±40ms     0.93  BenchmarkOptimize.time_optimize(True, False, True)
         92.8±2ms         95.2±3ms     1.03  BenchmarkOptimize.time_optimize(True, True, False)
          101±4ms         101±30ms     0.99  BenchmarkOptimize.time_optimize(True, True, True)
             194M             197M     1.01  IntegrationTwoDatasets.peakmem_optimize
       1.92±0.07s        1.97±0.1s     1.03  IntegrationTwoDatasets.time_optimize

@codecov
Copy link

codecov bot commented Oct 22, 2021

Codecov Report

Merging #880 (6c5a314) into main (3a39bfe) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##            main    #880   +/-   ##
=====================================
  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 3a39bfe...6c5a314. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/pip/pandas-1.3.4 branch from 9f1a455 to 568576f Compare October 24, 2021 11:33
Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Changelog](https://github.com/pandas-dev/pandas/blob/master/RELEASE.md)
- [Commits](pandas-dev/pandas@v1.3.1...v1.3.4)

---
updated-dependencies:
- dependency-name: pandas
  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/pandas-1.3.4 branch from 568576f to 6c5a314 Compare October 24, 2021 12:33
@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

Copy link
Member

@s-weigand s-weigand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@s-weigand s-weigand merged commit 5cdf023 into main Oct 24, 2021
@s-weigand s-weigand deleted the dependabot/pip/pandas-1.3.4 branch October 24, 2021 13:26
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.

2 participants