Skip to content

FIX: catch on message content, not module #16379

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

Merged
merged 1 commit into from
Jan 31, 2020

Conversation

tacaswell
Copy link
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
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
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