Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
MNT: Set CapStyle member names automatically#22054
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This was certainly overlooked inmatplotlib#18544, otherwise it would makeno sense to derive CapStyle from _AutoStringNameEnum.
Github seems to have aproblem with setting up reviewdog. What should I do in such a case - just force push once more? |
Is this technically an API change if users are accessing and using these attributes? Can we set them to enums with their previous string values so it's less API breaking? |
No, absolutely nothing changes - using |
PR Summary
This was certainly overlooked in#18544, otherwise it would make no sense to derive
CapStyle
from_AutoStringNameEnum
.PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).