dbeley / rymscraper

Python library to extract data from rateyourmusic.com.
MIT License
163 stars 25 forks source link

Bump pandas from 0.24.2 to 0.25.0 #4

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps pandas from 0.24.2 to 0.25.0.

Release notes *Sourced from [pandas's releases](https://github.com/pandas-dev/pandas/releases).* > ## Pandas 0.25.0 > This is a major release from 0.24.2 and includes a number of API changes, new > features, enhancements, and performance improvements along with a large number > of bug fixes. > > Highlights include > > - Dropped Python 2 support > - [Groupby aggregation with relabeling](https://pandas.pydata.org/pandas-docs/version/0.25/whatsnew/v0.25.0.html#groupby-aggregation-with-relabeling) > - [Better repr for MultiIndex](https://pandas.pydata.org/pandas-docs/version/0.25/whatsnew/v0.25.0.html#better-repr-for-multiindex) > - [Better truncated repr for Series and DataFrame](https://pandas.pydata.org/pandas-docs/version/0.25/whatsnew/v0.25.0.html#shorter-truncated-repr-for-series-and-dataframe) > - [Series.explode to split list-like values to rows](https://pandas.pydata.org/pandas-docs/version/0.25/whatsnew/v0.25.0.html#series-explode-to-split-list-like-values-to-rows) > > See the [release notes](https://pandas.pydata.org/pandas-docs/version/0.25/whatsnew/v0.25.0.html) for a full list of all the changes from 0.24.2. > > The release can be installed with conda using the defaults or 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](https://github.com/pandas-dev/pandas/issues). > > ## v0.25.0rc0 > This is a major release from 0.24.2 and includes a number of API changes, new > features, enhancements, and performance improvements along with a large number > of bug fixes. > > Highlights include > > - Dropped Python 2 support > - [Groupby aggregation with relabeling](https://dev.pandas.io/whatsnew/v0.25.0.html#groupby-aggregation-with-relabeling) > - [Better repr for MultiIndex](https://dev.pandas.io/whatsnew/v0.25.0.html#better-repr-for-multiindex) > - [Better truncated repr for Series and DataFrame](https://dev.pandas.io/whatsnew/v0.25.0.html#shorter-truncated-repr-for-series-and-dataframe) > > See the [release notes](https://pandas.pydata.org/pandas-docs/version/0.25/whatsnew/v0.25.0.html) for a full list of all the change from 0.24.2. > > The release candidate can be installed with conda using the conda-forge channel > > conda install -c conda-forge/label/rc pandas=0.25.0rc0 > > Or via PyPI > > python3 -m pip install --upgrade --pre pandas > > Please report any issues with the release candidate on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).
Commits - [`d1accd0`](https://github.com/pandas-dev/pandas/commit/d1accd032b648c9affd6dce1f81feb9c99422483) RLS: 0.25.0 - [`0f3e2a1`](https://github.com/pandas-dev/pandas/commit/0f3e2a1e0b12510c90679a3e797fe984bd3b968c) Pinned date and fixed contributors directive ([#27455](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/27455)) - [`44322d1`](https://github.com/pandas-dev/pandas/commit/44322d19dad8035b9c4a8d900b8eb2c86cd28a78) PERF: significantly improve performance of MultiIndex.shape ([#27384](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/27384)) - [`f1b9fc1`](https://github.com/pandas-dev/pandas/commit/f1b9fc1fab93caa59aebcc738eed7813d9bd92ee) PLT: Delegating to plotting backend only plots of Series and DataFrame method... - [`c50b0e7`](https://github.com/pandas-dev/pandas/commit/c50b0e791c79fcd59b89d9eb1f51b9870416a8ae) CLN: Trim unused/unnecessary code ([#27440](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/27440)) - [`1857bff`](https://github.com/pandas-dev/pandas/commit/1857bff00c8dae38e37a6878a3caca6ea1131339) PERF: restore performance for unsorted CategoricalDtype comparison ([#27448](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/27448)) - [`f2886c1`](https://github.com/pandas-dev/pandas/commit/f2886c1f665b7ffa1f9bf30a461b1eda75d57d87) ENH: Add Series method to explode a list-like column ([#27267](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/27267)) - [`a4c19e7`](https://github.com/pandas-dev/pandas/commit/a4c19e7aea4989f42dd021313af7523ed52fea3b) TYPING: pandas/core/window.py ([#27391](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/27391)) - [`479d003`](https://github.com/pandas-dev/pandas/commit/479d0030eb375f66fce9af84b0a8dce607b1a99e) BUG: Fix insertion of wrong-dtypes NaT into Series[m8ns] ([#27323](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/27323)) - [`957f5e7`](https://github.com/pandas-dev/pandas/commit/957f5e7cfc2bcc5b8df87e7cde7a4a0ed91b7621) DOC: cleanup docstring for read_json and fix error in contribution guide ([#27](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/27)... - Additional commits viewable in [compare view](https://github.com/pandas-dev/pandas/compare/v0.24.2...v0.25.0)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
codecov[bot] commented 4 years ago

Codecov Report

Merging #4 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #4   +/-   ##
=======================================
  Coverage   21.98%   21.98%           
=======================================
  Files          10       10           
  Lines         373      373           
=======================================
  Hits           82       82           
  Misses        291      291

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 9e75256...c666972. Read the comment docs.