Skip to content

Deprecate support for case-insensitive scales. #20753

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
Jul 29, 2021
Merged

Conversation

anntzer
Copy link
Contributor

@anntzer anntzer commented Jul 27, 2021

set_xscale("LOG") is likely rare, and removing it avoids having to
duplicate the logic if we want to support setting norms via strs (#20752).

PR Summary

PR Checklist

  • Has pytest style unit tests (and pytest passes).
  • Is Flake 8 compliant (run flake8 on changed files to check).
  • New features are documented, with examples if plot related.
  • Documentation is sphinx and numpydoc compliant (the docs should build without error).
  • Conforms to Matplotlib style conventions (install flake8-docstrings and run flake8 --docstring-convention=all).
  • New features have an entry in doc/users/next_whats_new/ (follow instructions in README.rst there).
  • API changes documented in doc/api/next_api_changes/ (follow instructions in README.rst there).

``set_xscale("LOG")`` is likely rare, and removing it avoids having to
duplicate the logic if we want to support setting norms via strs.
@anntzer anntzer added this to the v3.5.0 milestone Jul 27, 2021
@story645
Copy link
Member

Just checking, but it's okay for deprecations to not be picked up by coverage, right? I think so, but I could be missing something obvious here...

@QuLogic
Copy link
Member

QuLogic commented Jul 28, 2021

It generally happens, but one needs to be careful that they are correct; sometimes they slip through broken.

@jklymak jklymak merged commit ad66238 into matplotlib:master Jul 29, 2021
@anntzer anntzer deleted the css branch July 29, 2021 15:51
@anntzer anntzer mentioned this pull request Jun 23, 2022
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants