Skip to content

Commit

Permalink
Update submodule cudf to 69b0f661ff2fc4c12bb0fe696e556f6b3224b381 (#2488
Browse files Browse the repository at this point in the history
)

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
  • Loading branch information
nvauto authored Oct 10, 2024
1 parent 6e9548e commit 811103d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 19 files
+6 −0 docs/cudf/source/user_guide/api_docs/pylibcudf/strings/convert/convert_booleans.rst
+6 −0 docs/cudf/source/user_guide/api_docs/pylibcudf/strings/convert/convert_datetime.rst
+6 −0 docs/cudf/source/user_guide/api_docs/pylibcudf/strings/convert/convert_durations.rst
+6 −0 docs/cudf/source/user_guide/api_docs/pylibcudf/strings/convert/convert_fixed_point.rst
+6 −0 docs/cudf/source/user_guide/api_docs/pylibcudf/strings/convert/convert_floats.rst
+6 −0 docs/cudf/source/user_guide/api_docs/pylibcudf/strings/convert/convert_ipv4.rst
+6 −0 docs/cudf/source/user_guide/api_docs/pylibcudf/strings/convert/convert_lists.rst
+6 −0 docs/cudf/source/user_guide/api_docs/pylibcudf/strings/convert/convert_urls.rst
+14 −0 docs/cudf/source/user_guide/api_docs/pylibcudf/strings/convert/index.rst
+6 −0 docs/cudf/source/user_guide/api_docs/pylibcudf/strings/index.rst
+6 −26 python/cudf/cudf/_lib/strings/convert/convert_lists.pyx
+1 −1 python/pylibcudf/pylibcudf/libcudf/strings/convert/convert_lists.pxd
+3 −2 python/pylibcudf/pylibcudf/strings/convert/CMakeLists.txt
+1 −0 python/pylibcudf/pylibcudf/strings/convert/__init__.pxd
+1 −0 python/pylibcudf/pylibcudf/strings/convert/__init__.py
+3 −3 python/pylibcudf/pylibcudf/strings/convert/convert_fixed_point.pyx
+11 −0 python/pylibcudf/pylibcudf/strings/convert/convert_lists.pxd
+72 −0 python/pylibcudf/pylibcudf/strings/convert/convert_lists.pyx
+21 −0 python/pylibcudf/pylibcudf/tests/test_string_convert_lists.py
2 changes: 1 addition & 1 deletion thirdparty/cudf-pins/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "adc3a8ef11dd0053f77a908db9db54fe7c92d5ff",
"git_tag" : "1ef4094331be58ce881e534d669da706bdb979ed",
"git_url" : "https://github.com/rapidsai/kvikio.git",
"version" : "24.12"
},
Expand Down

0 comments on commit 811103d

Please sign in to comment.