-
Notifications
You must be signed in to change notification settings - Fork 3.9k
GH-47975: [Docs][Python] Remove experimental warning on PyCapsule documentation #47976
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
Conversation
|
|
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.
+1, thanks for driving this
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.
🚀
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.
👍 I am merging this with 7 approvals.
Thanks everyone!
|
After merging your PR, Conbench analyzed the 0 benchmarking runs that have been run so far on merge-commit ff089cc. None of the specified runs were found on the Conbench server. The full Conbench report has more details. |
Rationale for this change
Follow up from discussion on the mailing list thread:
https://lists.apache.org/thread/ncfmmd1429qjsr07j5f5ds177w4wb2s6
The documentation reads:
There haven't been major updates to the PyCapsule Interface during the last 2 years, since it was created and has seen widespread usage as tracked on this comment. The only big change was adding C Device.
What changes are included in this PR?
Remove experimental note from the documentation.
I've validated there are no notes on the code / API about experimental around the PyCapsule Interface.
Are these changes tested?
No
Are there any user-facing changes?
Yes, PyCapsule won't be considered experimental anymore.