Skip to content

Commit

Permalink
[submodule-sync] bot-submodule-sync-branch-25.02 to branch-25.02 [ski…
Browse files Browse the repository at this point in the history
…p ci] [bot] (#2632)

* Update submodule cudf to 83f0ae02663e036f5fa52124561f36c646ae0918

Signed-off-by: spark-rapids automation <[email protected]>

* Update pinned versions for cudf 83f0ae02663e036f5fa52124561f36c646ae0918

Signed-off-by: spark-rapids automation <[email protected]>

---------

Signed-off-by: spark-rapids automation <[email protected]>
  • Loading branch information
nvauto authored Nov 27, 2024
1 parent 4d5b51d commit 2035c5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 45 files
+1 −0 .github/copy-pr-bot.yaml
+42 −22 cpp/src/io/json/write_json.cu
+0 −1 python/cudf/cudf/_lib/CMakeLists.txt
+0 −1 python/cudf/cudf/_lib/__init__.py
+14 −7 python/cudf/cudf/_lib/column.pyx
+62 −37 python/cudf/cudf/_lib/csv.pyx
+0 −65 python/cudf/cudf/_lib/null_mask.pyx
+0 −53 python/cudf/cudf/_lib/quantiles.pyx
+0 −30 python/cudf/cudf/_lib/strings/CMakeLists.txt
+0 −56 python/cudf/cudf/_lib/strings/__init__.py
+0 −43 python/cudf/cudf/_lib/strings/attributes.pyx
+0 −34 python/cudf/cudf/_lib/strings/capitalize.pyx
+0 −34 python/cudf/cudf/_lib/strings/case.pyx
+0 −141 python/cudf/cudf/_lib/strings/char_types.pyx
+0 −90 python/cudf/cudf/_lib/strings/combine.pyx
+0 −60 python/cudf/cudf/_lib/strings/contains.pyx
+0 −24 python/cudf/cudf/_lib/strings/extract.pyx
+0 −139 python/cudf/cudf/_lib/strings/find.pyx
+0 −20 python/cudf/cudf/_lib/strings/find_multiple.pyx
+0 −41 python/cudf/cudf/_lib/strings/findall.pyx
+0 −26 python/cudf/cudf/_lib/strings/json.pyx
+0 −73 python/cudf/cudf/_lib/strings/padding.pyx
+0 −38 python/cudf/cudf/_lib/strings/repeat.pyx
+0 −88 python/cudf/cudf/_lib/strings/replace.pyx
+0 −69 python/cudf/cudf/_lib/strings/replace_re.pyx
+0 −54 python/cudf/cudf/_lib/strings/strip.pyx
+0 −85 python/cudf/cudf/_lib/strings/substring.pyx
+0 −42 python/cudf/cudf/_lib/strings/translate.pyx
+0 −24 python/cudf/cudf/_lib/strings/wrap.pyx
+14 −9 python/cudf/cudf/core/column/column.py
+2 −5 python/cudf/cudf/core/column/lists.py
+548 −410 python/cudf/cudf/core/column/string.py
+1 −4 python/cudf/cudf/core/column/struct.py
+5 −4 python/cudf/cudf/core/dataframe.py
+1 −3 python/cudf/cudf/core/groupby/groupby.py
+2 −3 python/cudf/cudf/core/tools/numeric.py
+3 −2 python/cudf/cudf/testing/_utils.py
+6 −0 python/cudf/cudf/tests/test_json.py
+1 −1 python/cudf/cudf/tests/test_string.py
+2 −1 python/cudf/cudf/utils/utils.py
+21 −16 python/cudf_polars/cudf_polars/dsl/ir.py
+54 −2 python/pylibcudf/pylibcudf/io/csv.pxd
+52 −11 python/pylibcudf/pylibcudf/io/csv.pyi
+609 −233 python/pylibcudf/pylibcudf/io/csv.pyx
+55 −33 python/pylibcudf/pylibcudf/tests/io/test_csv.py
4 changes: 2 additions & 2 deletions thirdparty/cudf-pins/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "e82574ba3787d5c6b1d1cd3f6aba02b52b233f45",
"git_tag" : "3b90520801bab995c54ec210f8a7080a9812e75c",
"git_url" : "https://github.com/rapidsai/kvikio.git",
"version" : "25.02"
},
Expand Down Expand Up @@ -149,7 +149,7 @@
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "c9c6039ab71f91fb41376abea7ec36b8a2563de1",
"git_tag" : "f9b9f843466b2dcd8872f1707d274ad15be37324",
"git_url" : "https://github.com/rapidsai/rmm.git",
"version" : "25.02"
},
Expand Down

0 comments on commit 2035c5b

Please sign in to comment.