Skip to content

Switch deprecation of Tick.label to pending. #13631

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
Mar 8, 2019

Conversation

anntzer
Copy link
Contributor

@anntzer anntzer commented Mar 8, 2019

This should give more time to seaborn to update itself. (Pending
deprecations are not displayed by default, but are enabled e.g. by
pytest.)

Closes #13623. (I am totally fine with going slow with the deprecation, but do not believe that just because seaborn currently uses the API, we can never ever change it.)

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

This should give more time to seaborn to update itself.  (Pending
deprecations are not displayed by default, but are enabled e.g. by
pytest.)
@QuLogic QuLogic added the Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. label Mar 8, 2019
@QuLogic QuLogic added this to the v3.1.0 milestone Mar 8, 2019
@jklymak jklymak merged commit 6828200 into matplotlib:master Mar 8, 2019
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Mar 8, 2019
@anntzer anntzer deleted the pending branch March 8, 2019 21:12
jklymak added a commit that referenced this pull request Mar 8, 2019
…631-on-v3.1.x

Backport PR #13631 on branch v3.1.x (Swicth deprecation of Tick.label to pending.)
@tacaswell
Copy link
Member

Thanks @anntzer !

tacaswell added a commit to tacaswell/seaborn that referenced this pull request Mar 9, 2019
The Tick.label property will be deprecated and begin warning in a
future version of Matplotlib.  Explicitly using the correct property
will avoid this.

See matplotlib/matplotlib#10088 and
matplotlib/matplotlib#13631
@tacaswell
Copy link
Member

I opened a PR against seaborn to fix it on their side as well.

@QuLogic QuLogic changed the title Swicth deprecation of Tick.label to pending. Switch deprecation of Tick.label to pending. Apr 18, 2020
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.

do not cause warning in seaborn
4 participants