Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
--upgrade
rather than-U
as I think it's more standard (and clearer about its purpose, not confused with--user
)Forum
subheading up so it's more discoverablemain.zip
archive (git
history is needed nowadays to get a usable version number)project_urls
. I looked at matplotlib, numpy, scipy, pandas, and scikit-learn and tried to distill the common practices. Basically now we followmatplotlib
but don't have theirdonate
button. (I made aHomepage
button that's redundant withDocumentation
since it seemed weird to have it missing -- if people are looking for either, they can land in the same place and I think it's okay.)Only ran on GHA to save some CI cycles, so it'll need to be merged overriding branch protections. @drammock feel free to take a look!