From 4a6d13f232aba099b47ea3c95fa429209fcf863b Mon Sep 17 00:00:00 2001 From: Nick Becker Date: Wed, 15 May 2024 00:26:37 -0400 Subject: [PATCH] Update cudf.pandas docs for GA (#15744) 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: https://github.com/rapidsai/cudf/pull/15744 --- docs/cudf/source/cudf_pandas/index.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/cudf/source/cudf_pandas/index.rst b/docs/cudf/source/cudf_pandas/index.rst index 628194cc8a5..f98c04cc383 100644 --- a/docs/cudf/source/cudf_pandas/index.rst +++ b/docs/cudf/source/cudf_pandas/index.rst @@ -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 `_ to get up-and-running -with ``cudf``. +``cudf.pandas`` is now Generally Available (GA) as part of the ``cudf`` package. See `RAPIDS +Quick Start `_ to get up-and-running with ``cudf``. .. toctree:: :maxdepth: 1