Skip to content

Commit

Permalink
Auto-merge use branch-24.12 versions
Browse files Browse the repository at this point in the history
Signed-off-by: spark-rapids automation <[email protected]>
  • Loading branch information
nvauto committed Sep 25, 2024
1 parent 21cbf7a commit db536d7
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 51 files
+3 −3 .devcontainer/cuda11.8-conda/devcontainer.json
+3 −3 .devcontainer/cuda11.8-pip/devcontainer.json
+3 −3 .devcontainer/cuda12.5-conda/devcontainer.json
+3 −3 .devcontainer/cuda12.5-pip/devcontainer.json
+14 −14 .github/workflows/build.yaml
+1 −1 .github/workflows/pandas-tests.yaml
+24 −24 .github/workflows/pr.yaml
+3 −3 .github/workflows/pr_issue_status_automation.yml
+12 −12 .github/workflows/test.yaml
+1 −1 README.md
+1 −1 VERSION
+5 −0 build.sh
+2 −2 ci/cudf_pandas_scripts/run_tests.sh
+3 −3 ci/release/update-version.sh
+2 −2 ci/test_python_common.sh
+1 −1 ci/test_python_cudf.sh
+1 −1 ci/test_python_other.sh
+1 −1 ci/test_wheel_cudf_polars.sh
+5 −5 conda/environments/all_cuda-118_arch-x86_64.yaml
+5 −5 conda/environments/all_cuda-125_arch-x86_64.yaml
+1 −1 cpp/examples/versions.cmake
+28 −56 dependencies.yaml
+0 −6 docs/cudf/source/user_guide/api_docs/pylibcudf/strings/findall.rst
+0 −1 docs/cudf/source/user_guide/api_docs/pylibcudf/strings/index.rst
+2 −2 java/ci/README.md
+1 −1 java/pom.xml
+0 −12 java/src/main/java/ai/rapids/cudf/JSONOptions.java
+0 −17 java/src/main/java/ai/rapids/cudf/Table.java
+3 −9 java/src/main/native/src/TableJni.cpp
+25 −10 python/cudf/cudf/_lib/strings/findall.pyx
+0 −10 python/cudf/cudf/pandas/fast_slow_proxy.py
+1 −15 python/cudf/cudf_pandas_tests/test_cudf_pandas.py
+0 −100 python/cudf/cudf_pandas_tests/test_cudf_pandas_no_fallback.py
+3 −3 python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml
+7 −7 python/cudf/pyproject.toml
+1 −1 python/cudf_kafka/pyproject.toml
+1 −1 python/cudf_polars/docs/overview.md
+1 −1 python/cudf_polars/pyproject.toml
+2 −2 python/custreamz/pyproject.toml
+24 −55 python/dask_cudf/dask_cudf/expr/_collection.py
+7 −10 python/dask_cudf/dask_cudf/tests/test_core.py
+3 −3 python/dask_cudf/pyproject.toml
+2 −2 python/libcudf/pyproject.toml
+2 −2 python/pylibcudf/pylibcudf/libcudf/strings/findall.pxd
+2 −2 python/pylibcudf/pylibcudf/strings/CMakeLists.txt
+0 −1 python/pylibcudf/pylibcudf/strings/__init__.pxd
+0 −1 python/pylibcudf/pylibcudf/strings/__init__.py
+0 −7 python/pylibcudf/pylibcudf/strings/findall.pxd
+0 −40 python/pylibcudf/pylibcudf/strings/findall.pyx
+0 −23 python/pylibcudf/pylibcudf/tests/test_string_findall.py
+5 −5 python/pylibcudf/pyproject.toml
4 changes: 2 additions & 2 deletions 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" : "3e0509f389c300781715c0c6f30a6fe2eb03c1e7",
"git_tag" : "42e0d727e4044f7941a62e97d8f68fd14c24d02f",
"git_url" : "https://github.com/rapidsai/kvikio.git",
"version" : "24.10"
},
Expand Down Expand Up @@ -141,7 +141,7 @@
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "ab6e2961d7b8f833f688775e941c4e2ed2bd4d8a",
"git_tag" : "99e237ef6a42321a6bbd28b7aab9e4cc4105e6a3",
"git_url" : "https://github.com/rapidsai/rmm.git",
"version" : "24.10"
},
Expand Down

0 comments on commit db536d7

Please sign in to comment.