-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update pip package metadata #8412
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abadams
approved these changes
Sep 6, 2024
high-performance image and array processing code on modern machines. Halide | ||
currently targets: | ||
|
||
- CPU architectures: X86, ARM, Hexagon, PowerPC, RISC-V |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add WebAssembly here
@@ -8,20 +8,65 @@ build-backend = "scikit_build_core.build" | |||
[project] | |||
name = "halide" | |||
authors = [{ name = "The Halide team", email = "[email protected]" }] | |||
maintainers = [{ name = "Alex Reinking", email = "[email protected]" }] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's open an issue to add a virtual email address here that will go to multiple people, in case you are hit by a bus
mcourteaux
pushed a commit
to mcourteaux/Halide
that referenced
this pull request
Sep 15, 2024
* Update pip package metadata * Link to the CMake package docs from Doxygen * Fix invalid Doxygen annotation in Serialization.h
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
buildbot_test_nothing
Buildbots ignore this PR entirely. Takes precedence over all other buildbot_test_* labels.
skip_buildbots
Synonym for buildbot_test_nothing
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.
Updates the pip package metadata to include a brief README that will appear on the PyPI website. Open to suggestions for things to add here, but we should avoid being redundant with the other metadata in this file (e.g. no need to include links to the repo, docs, etc.).
Adds keywords and classifiers to the package and lists myself as the package maintainer (that way people don't try emailing the halide-dev list with problems).
Also links to the CMake package documentation from the Doxygen landing page and fixes a warning about a missing parameter when building the docs.