Skip to content

FIX: catch on message content, not module#16379

Merged
story645 merged 1 commit intomatplotlib:masterfrom
tacaswell:fix_pandas_warning_catch
Jan 31, 2020
Merged

FIX: catch on message content, not module#16379
story645 merged 1 commit intomatplotlib:masterfrom
tacaswell:fix_pandas_warning_catch

Conversation

@tacaswell
Copy link
Copy Markdown
Member

Not all of the warnings from pandas report that they are from pandas.

Closes #16295 (again)

PR Summary

PR Checklist

  • Has Pytest style unit tests
  • Code is Flake 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/api_changes.rst if API changed in a backward-incompatible way

Not all of the warnings from pandas report that they are from pandas.

Closes matplotlib#16295 (again)
@tacaswell tacaswell requested a review from jklymak January 31, 2020 02:39
@tacaswell tacaswell added this to the v2.2.5 milestone Jan 31, 2020
@tacaswell tacaswell added the Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. label Jan 31, 2020
@tacaswell
Copy link
Copy Markdown
Member Author

Given that this is un-breaking CI I propose that this can be merged by 1 person (other than me) when (if 🤞 ) CI passes.

@jklymak
Copy link
Copy Markdown
Member

jklymak commented Jan 31, 2020

Thanks @tacaswell!

jklymak added a commit that referenced this pull request Jan 31, 2020
…379-on-v3.2.x

Backport PR #16379 on branch v3.2.x (FIX: catch on message content, not module)
jklymak added a commit that referenced this pull request Jan 31, 2020
…379-on-v2.2.x

Backport PR #16379 on branch v2.2.x (FIX: catch on message content, not module)
tacaswell added a commit that referenced this pull request Jan 31, 2020
…379-on-v3.1.x

Backport PR #16379 on branch v3.1.x (FIX: catch on message content, not module)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pyplot.plot using pandas series raises DeprecationWarning with pandas=1.0.0rc0

3 participants