navikt / pyarxaas

MIT License
9 stars 5 forks source link

Bump pandas from 0.25.1 to 0.25.2 #27

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps pandas from 0.25.1 to 0.25.2.

Release notes *Sourced from [pandas's releases](https://github.com/pandas-dev/pandas/releases).* > ## v0.25.2 > This is a minor bug-fix release in the 0.25.x series and includes some regression fixes > and bug fixes. We recommend that all users upgrade to this version. > > See the full [whatsnew](https://pandas.pydata.org/pandas-docs/version/0.25/whatsnew/v0.25.2.html) for a list of all the changes. > > The release can be installed with conda from 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](https://github.com/pandas-dev/pandas/issues).
Commits - [`0efc71b`](https://github.com/pandas-dev/pandas/commit/0efc71b53f019c6c5a8da7a38e08646ca75c17d9) RLS: 0.25.2 - [`0a7e632`](https://github.com/pandas-dev/pandas/commit/0a7e6328812474ae6b33f2b48862ad088c19a83b) Backport PR [#29057](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/29057): CI: xfail on numpy 1.18 ([#29059](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/29059)) - [`148ddac`](https://github.com/pandas-dev/pandas/commit/148ddacb230c71b930dcee551155d2796fe2ede6) Backport PR [#29013](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/29013): TST: restore xfail for test_apply ([#29028](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/29028)) - [`b83ce8e`](https://github.com/pandas-dev/pandas/commit/b83ce8ec09cc54a0304ed87a95b5e1aaa732b964) Backport PR [#29010](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/29010): Setuptools CI fixup ([#29015](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/29015)) - [`480ac20`](https://github.com/pandas-dev/pandas/commit/480ac20a7965ef64a730384203a65b358e6573f9) Backport PR [#29000](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/29000): DOC: 0.25.2 whatsnew cleanup ([#29005](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/29005)) - [`15fe865`](https://github.com/pandas-dev/pandas/commit/15fe8654581d4975ff52526b527a4ad586001369) Backport PR [#28730](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/28730): CI: 3.8 build ([#29002](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/29002)) - [`aebba0d`](https://github.com/pandas-dev/pandas/commit/aebba0d1c2af43da056e24bad6a43f6c999a0a91) Backport PR [#28982](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/28982) on branch 0.25.x (Document 3.8 compatibility) ([#28999](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/28999)) - [`505b1a7`](https://github.com/pandas-dev/pandas/commit/505b1a70da9584257b20f849a20ffa286ad2255e) BUG: use EA.astype in ExtensionBlock.to_native_types ([#28841](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/28841)) ([#28985](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/28985)) - [`c4865df`](https://github.com/pandas-dev/pandas/commit/c4865dfb94a0fdfecbdb4d593d7bf53a7980f7d2) Backport PR [#28680](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/28680): BUG: Fix RangeIndex.get_indexer for decreasing RangeIndex... - [`c6bde55`](https://github.com/pandas-dev/pandas/commit/c6bde551f6a9610348b7abdf96573c7409ae6db4) Fix a typo in "computation.rst" in document. ([#28400](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/28400)) ([#28737](https://github-redirect.dependabot.com/pandas-dev/pandas/issues/28737)) - Additional commits viewable in [compare view](https://github.com/pandas-dev/pandas/compare/v0.25.1...v0.25.2)


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 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)
dependabot-preview[bot] commented 4 years ago

Superseded by #28.