Skip to content

Commit ff089cc

Browse files
authored
GH-47975: [Docs][Python] Remove experimental warning on PyCapsule documentation (#47976)
### Rationale for this change Follow up from discussion on the mailing list thread: https://lists.apache.org/thread/ncfmmd1429qjsr07j5f5ds177w4wb2s6 The documentation reads: > Warning: > The Arrow PyCapsule Interface should be considered experimental 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](#39195 (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. * GitHub Issue: #47975 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
1 parent 44f82a4 commit ff089cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/source/format/CDataInterface/PyCapsuleInterface.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
The Arrow PyCapsule Interface
2323
=============================
2424

25-
.. warning:: The Arrow PyCapsule Interface should be considered experimental
26-
2725
Rationale
2826
=========
2927

0 commit comments

Comments
 (0)