-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Hatching "style" class for GSOD #19077
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
base: main
Are you sure you want to change the base?
Conversation
Centralize docs and validation for JoinStyle and CapStyle in one place.
@brunobeltran its pretty hard to comment on this with so little info above, and so much extraneous info in the commit. What are we supposed to look at? Of the top of my head I don't know why the density argument would need to be an integer... |
Since this Pull Request has not been updated in 60 days, it has been marked "inactive." This does not mean that it will be closed, though it may be moved to a "Draft" state. This helps maintainers prioritize their reviewing efforts. You can pick the PR back up anytime - please ping us if you need a review or guidance to move the PR forward! If you do not plan on continuing the work, please let us know so that we can either find someone to take the PR over, or close it. |
PR Summary
Goes on top of #18544.
Besides the documentation changes, this now exposes the "density" kwarg to the user, and deprecated non-integer values of "density".
WIP. Only here to document partial completion for GSOD.
PR Checklist
pytest
passes).flake8
on changed files to check).flake8-docstrings
and runflake8 --docstring-convention=all
).doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).