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 0.23.4 to 0.24.1 #89

Merged
merged 1 commit into from
Feb 6, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 5, 2019

Bumps pandas from 0.23.4 to 0.24.1.

Release notes

Sourced from pandas's releases.

v0.24.1

This is a minor bug-fix release in the 0.24.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 can be installed with conda from the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python -m pip install --upgrade pandas

Pandas 0.24.0

This is a major release from 0.23.4 and includes a number of API changes, new
features, enhancements, and performance improvements along with a large number
of bug fixes.

Highlights include:

See the release notes for a full list of all the change from 0.23.4

The release candidate can be installed with conda using the defaults or conda-forge channels

conda install pandas

Or via PyPI

python3 -m pip install --upgrade pandas

Note that 0.24.x is the last series of releases to support Python 2.

Please report any issues with the release candidate on the [pandas issue tracker][7].

... (truncated)
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 cancel merge will cancel a previously requested merge
  • @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 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:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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.

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 5, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/pandas-0.24.1 branch 3 times, most recently from bc11f13 to f10696f Compare February 6, 2019 02:08
@weiji14 weiji14 force-pushed the dependabot/pip/pandas-0.24.1 branch from f10696f to b3d3305 Compare February 6, 2019 02:10
@weiji14 weiji14 merged commit b3d3305 into master Feb 6, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pandas-0.24.1 branch February 6, 2019 02:21
weiji14 added a commit that referenced this pull request Feb 11, 2019
Revert #89 to fix broken unit tests on the get_window_bounds and selective_tile functions in data_prep.ipynb. I've tracked it down to an incorrect affine output from dataset.transform. Seems to be a 'bug' introduced in rasterio version 1.0.14 (see #84), something with how the GDAL env is now set?

Also smallfix to remove read_table deprecation warning in pandas 0.24 (see #89), replacing with read_csv instead.
weiji14 added a commit that referenced this pull request Feb 11, 2019
Revert #90 to fix broken unit tests on the get_window_bounds and selective_tile functions in data_prep.ipynb. I've tracked it down to an incorrect affine output from dataset.transform. Seems to be a 'bug' introduced in rasterio version 1.0.14 (see #84), something with how the GDAL env is now set?

Also smallfix to remove read_table deprecation warning in pandas 0.24 (see #89), replacing with read_csv instead.
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