Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

FIX: catch all multi-dim warnings pandas#18101

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

jklymak
Copy link
Member

@jklymakjklymak commentedJul 28, 2020
edited
Loading

PR Summary

Pandas emits a warning, which we need to filter incheck_1d in order to maintain back-compatibility. They changed the warning type fromDeprecationWarning toFutureWarning. Its probably overly fussy to filter twice on each type of warning for different pandas versions, so just filter on a generic warning w/ the correct Warning text.

Note that CI is present broken because there is a new release of pandas today...

PR Checklist

  • Has Pytest style unit tests
  • Code isFlake 8 compliant
  • New features are documented, with examples if plot related
  • Documentation is sphinx and numpydoc compliant
  • Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • Documented in doc/api/next_api_changes/* if API changed in a backward-incompatible way

@jklymakjklymak requested a review fromtacaswellJuly 28, 2020 20:32
@jklymakjklymakforce-pushed thefix-catch-all-warnings-pandas branch from658f4f8 tof50b414CompareJuly 28, 2020 20:32
@jklymakjklymak added this to thev3.3.1 milestoneJul 28, 2020
@jklymakjklymak added the Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. labelJul 28, 2020
@QuLogic
Copy link
Member

Merging on one review, because it fixes CI.

@QuLogicQuLogic merged commit580ae37 intomatplotlib:masterJul 28, 2020
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestJul 28, 2020
@jklymakjklymak deleted the fix-catch-all-warnings-pandas branchJuly 28, 2020 22:44
dopplershift added a commit that referenced this pull requestJul 29, 2020
…101-on-v3.3.xBackport PR#18101 on branch v3.3.x (FIX: catch all multi-dim warnings pandas)
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@QuLogicQuLogicQuLogic approved these changes

@tacaswelltacaswellAwaiting requested review from tacaswell

Assignees
No one assigned
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Projects
None yet
Milestone
v3.3.1
Development

Successfully merging this pull request may close these issues.

2 participants
@jklymak@QuLogic

[8]ページ先頭

©2009-2025 Movatter.jp