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

Deprecate many single-use rc validators.#21054

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

Closed
anntzer wants to merge1 commit intomatplotlib:mainfromanntzer:lessrc

Conversation

anntzer
Copy link
Contributor

They can all easily be defined inline at the place of use.

PR Summary

PR Checklist

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

@anntzeranntzer added this to thev3.6.0 milestoneSep 12, 2021
Copy link
Member

@timhoffmtimhoffm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Let's defer this to after the 3.5 release. I intend to start a general discussion on configuration handling for 3.6, an this deprecation may or may not match with its result.

I'll block to prevent accidential merging.

@anntzer
Copy link
ContributorAuthor

Sure, no worries.

@tacaswell
Copy link
Member

This PR is affected by a re-writing of our history to remove a large number of accidentally committed filessee discourse for details.

To recover this PR it will need be rebased onto the new default branch (main). There are several ways to accomplish this, but we recommend (assuming that you call the matplotlib/matplotlib remote"upstream"

git remote updategit checkout maingit merge --ff-only upstream/maingit checkout YOUR_BRANCHgit rebase --onto=main upstream/old_master# git rebase -i main # if you prefergit push --force-with-lease# assuming you are tracking your branch

If you do not feel comfortable doing this or need any help please reach out to any of the Matplotlib developers. We can either help you with the process or do it for you.

Thank you for your contributions to Matplotlib and sorry for the inconvenience.

They can all easily be defined inline at the place of use.
@anntzeranntzer marked this pull request as ready for reviewJune 6, 2023 17:00
@anntzer
Copy link
ContributorAuthor

@timhoffm Do you still want to block this, even though that there hasn't been major reworking of rcparams since your last comment? (I'm totally OK if you do, in which case we should probably just close this.)

@timhoffm
Copy link
Member

I would still put this on hold. The first step in rcParams redesign is#25617. More will come after that.

@anntzer
Copy link
ContributorAuthor

Let's just close this then.

@anntzeranntzer closed thisJun 7, 2023
@timhoffm
Copy link
Member

Note:#26088 now uses the validators as is. But we may change that later.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@timhoffmtimhoffmtimhoffm requested changes

Assignees
No one assigned
Projects
None yet
Milestone
v3.8.0
Development

Successfully merging this pull request may close these issues.

4 participants
@anntzer@tacaswell@timhoffm@QuLogic

[8]ページ先頭

©2009-2025 Movatter.jp