Skip to content

Commit

Permalink
Update cudf.pandas docs for GA (#15744)
Browse files Browse the repository at this point in the history
cudf.pandas is now generally available (see the [RAPIDS 24.04 release blog](https://medium.com/rapids-ai/rapids-24-04-release-c11cf44c3e23#f263) for more information).

This PR updates the docs accordingly.

Authors:
  - Nick Becker (https://github.com/beckernick)
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

URL: #15744
  • Loading branch information
beckernick authored May 15, 2024
1 parent 0fea3ed commit 4a6d13f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/cudf/source/cudf_pandas/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ automatically **falling back to pandas** for other operations.
| Nothing changes, not even your `import` statements, when going from CPU to GPU. | Combines the full flexibility of Pandas with blazing fast performance of cuDF |
+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+

Starting with the version 23.10.01 release ``cudf.pandas`` is
available in Open Beta, as part of the ``cudf`` package . See `RAPIDS
Quick Start <https://rapids.ai/#quick-start>`_ to get up-and-running
with ``cudf``.
``cudf.pandas`` is now Generally Available (GA) as part of the ``cudf`` package. See `RAPIDS
Quick Start <https://rapids.ai/#quick-start>`_ to get up-and-running with ``cudf``.

.. toctree::
:maxdepth: 1
Expand Down

0 comments on commit 4a6d13f

Please sign in to comment.