From 5608b89e30ac9fac1eebb82d8231869333198d34 Mon Sep 17 00:00:00 2001 From: Raymond Douglass Date: Mon, 23 Jan 2023 10:48:15 -0500 Subject: [PATCH] DOC v23.04 Updates --- ci/benchmark/build.sh | 2 +- ci/cpu/build.sh | 2 +- ci/gpu/build.sh | 2 +- .../all_cuda-115_arch-x86_64.yaml | 22 +++++++++---------- .../cugraph-service/conda_build_config.yaml | 2 +- conda/recipes/cugraph/conda_build_config.yaml | 2 +- .../pylibcugraph/conda_build_config.yaml | 2 +- cpp/CMakeLists.txt | 2 +- cpp/doxygen/Doxyfile | 2 +- cpp/libcugraph_etl/CMakeLists.txt | 2 +- dependencies.yaml | 22 +++++++++---------- docs/cugraph/source/conf.py | 4 ++-- fetch_rapids.cmake | 2 +- python/cugraph/CMakeLists.txt | 2 +- python/pylibcugraph/CMakeLists.txt | 2 +- 15 files changed, 36 insertions(+), 36 deletions(-) diff --git a/ci/benchmark/build.sh b/ci/benchmark/build.sh index 00bf527681f..2c3e12730b5 100644 --- a/ci/benchmark/build.sh +++ b/ci/benchmark/build.sh @@ -48,7 +48,7 @@ export DATASETS_DIR=${WORKSPACE}/datasets export BENCHMARKS_DIR=${WORKSPACE}/benchmarks # ucx-py version -export UCX_PY_VERSION='0.30.*' +export UCX_PY_VERSION='0.31.*' ########################################## # Environment Setup # diff --git a/ci/cpu/build.sh b/ci/cpu/build.sh index fc9ebbd4c26..774a4edbedd 100644 --- a/ci/cpu/build.sh +++ b/ci/cpu/build.sh @@ -41,7 +41,7 @@ export CMAKE_GENERATOR="Ninja" export CONDA_BLD_DIR="${WORKSPACE}/.conda-bld" # ucx-py version -export UCX_PY_VERSION='0.30.*' +export UCX_PY_VERSION='0.31.*' # Whether to keep `dask/label/dev` channel in the env. If INSTALL_DASK_MAIN=0, # `dask/label/dev` channel is removed. diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index ff6f64a0efc..dfd65eb0338 100644 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -48,7 +48,7 @@ export MINOR_VERSION=`echo $GIT_DESCRIBE_TAG | grep -o -E '([0-9]+\.[0-9]+)'` unset GIT_DESCRIBE_TAG # ucx-py version -export UCX_PY_VERSION='0.30.*' +export UCX_PY_VERSION='0.31.*' # Whether to keep `dask/label/dev` channel in the env. If INSTALL_DASK_MAIN=0, # `dask/label/dev` channel is removed. diff --git a/conda/environments/all_cuda-115_arch-x86_64.yaml b/conda/environments/all_cuda-115_arch-x86_64.yaml index 4f6eb4e34ab..76a71c722c4 100644 --- a/conda/environments/all_cuda-115_arch-x86_64.yaml +++ b/conda/environments/all_cuda-115_arch-x86_64.yaml @@ -12,22 +12,22 @@ dependencies: - cmake>=3.23.1,!=3.25.0 - cuda-python>=11.7.1,<12.0 - cudatoolkit=11.5 -- cudf=23.02.* +- cudf=23.04.* - cxx-compiler - cython>=0.29,<0.30 -- dask-cuda=23.02.* -- dask-cudf=23.02.* +- dask-cuda=23.04.* +- dask-cudf=23.04.* - dask>=2022.12.0 - distributed>=2022.12.0 - doxygen - gmock=1.10.0 - gtest=1.10.0 - ipython -- libcudf=23.02.* -- libcugraphops=23.02.* +- libcudf=23.04.* +- libcugraphops=23.04.* - libraft-distance=23.02.* -- libraft-headers=23.02.* -- librmm=23.02.* +- libraft-headers=23.04.* +- librmm=23.04.* - nbsphinx - nccl>=2.9.9 - networkx>=2.5.1 @@ -41,15 +41,15 @@ dependencies: - pre-commit - py - pydata-sphinx-theme -- pylibraft=23.02.* +- pylibraft=23.04.* - pytest - pytest-cov - python-louvain -- raft-dask=23.02.* +- raft-dask=23.04.* - rapids-pytest-benchmark - recommonmark - requests -- rmm=23.02.* +- rmm=23.04.* - scikit-build>=0.13.1 - scikit-learn>=0.23.1 - scipy @@ -58,5 +58,5 @@ dependencies: - sphinx-markdown-tables - sphinxcontrib-websupport - ucx-proc=*=gpu -- ucx-py=0.30.* +- ucx-py=0.31.* name: all_cuda-115_arch-x86_64 diff --git a/conda/recipes/cugraph-service/conda_build_config.yaml b/conda/recipes/cugraph-service/conda_build_config.yaml index 25ad315b504..a47aacd6699 100644 --- a/conda/recipes/cugraph-service/conda_build_config.yaml +++ b/conda/recipes/cugraph-service/conda_build_config.yaml @@ -1,2 +1,2 @@ ucx_py_version: - - "0.30.*" + - "0.31.*" diff --git a/conda/recipes/cugraph/conda_build_config.yaml b/conda/recipes/cugraph/conda_build_config.yaml index bc4f27e32f8..30996d65874 100644 --- a/conda/recipes/cugraph/conda_build_config.yaml +++ b/conda/recipes/cugraph/conda_build_config.yaml @@ -14,7 +14,7 @@ sysroot_version: - "2.17" ucx_py_version: - - "0.30.*" + - "0.31.*" # The CTK libraries below are missing from the conda-forge::cudatoolkit # package. The "*_host_*" version specifiers correspond to `11.5` packages. diff --git a/conda/recipes/pylibcugraph/conda_build_config.yaml b/conda/recipes/pylibcugraph/conda_build_config.yaml index bc4f27e32f8..30996d65874 100644 --- a/conda/recipes/pylibcugraph/conda_build_config.yaml +++ b/conda/recipes/pylibcugraph/conda_build_config.yaml @@ -14,7 +14,7 @@ sysroot_version: - "2.17" ucx_py_version: - - "0.30.*" + - "0.31.*" # The CTK libraries below are missing from the conda-forge::cudatoolkit # package. The "*_host_*" version specifiers correspond to `11.5` packages. diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 3dd99278d79..4009bb0b329 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -25,7 +25,7 @@ include(rapids-find) rapids_cuda_init_architectures(CUGRAPH) -project(CUGRAPH VERSION 23.02.00 LANGUAGES C CXX CUDA) +project(CUGRAPH VERSION 23.04.00 LANGUAGES C CXX CUDA) if(CMAKE_CUDA_COMPILER_ID STREQUAL "NVIDIA" AND CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11.0) diff --git a/cpp/doxygen/Doxyfile b/cpp/doxygen/Doxyfile index 7307b34c520..3428562510f 100644 --- a/cpp/doxygen/Doxyfile +++ b/cpp/doxygen/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "libcugraph" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER=23.02 +PROJECT_NUMBER=23.04 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/cpp/libcugraph_etl/CMakeLists.txt b/cpp/libcugraph_etl/CMakeLists.txt index da6ac5b5d44..ec9bde6c8f8 100644 --- a/cpp/libcugraph_etl/CMakeLists.txt +++ b/cpp/libcugraph_etl/CMakeLists.txt @@ -25,7 +25,7 @@ include(rapids-find) rapids_cuda_init_architectures(CUGRAPH_ETL) -project(CUGRAPH_ETL VERSION 23.02.00 LANGUAGES C CXX CUDA) +project(CUGRAPH_ETL VERSION 23.04.00 LANGUAGES C CXX CUDA) if(CMAKE_CUDA_COMPILER_ID STREQUAL "NVIDIA" AND CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11.0) diff --git a/dependencies.yaml b/dependencies.yaml index b8493f1d232..d69c45dea5f 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -81,10 +81,10 @@ dependencies: - cxx-compiler - gmock=1.10.0 - gtest=1.10.0 - - libcugraphops=23.02.* - - libraft-headers=23.02.* + - libcugraphops=23.04.* + - libraft-headers=23.04.* - libraft-distance=23.02.* - - librmm=23.02.* + - librmm=23.04.* - openmpi # Required for building cpp-mgtests (multi-GPU tests) specific: - output_types: [conda] @@ -119,20 +119,20 @@ dependencies: - output_types: [conda] packages: - cuda-python>=11.7.1,<12.0 - - cudf=23.02.* + - cudf=23.04.* - cython>=0.29,<0.30 - dask>=2022.12.0 - - dask-cuda=23.02.* - - dask-cudf=23.02.* + - dask-cuda=23.04.* + - dask-cudf=23.04.* - distributed>=2022.12.0 - - libcudf=23.02.* + - libcudf=23.04.* - nccl>=2.9.9 - - pylibraft=23.02.* - - raft-dask=23.02.* - - rmm=23.02.* + - pylibraft=23.04.* + - raft-dask=23.04.* + - rmm=23.04.* - scikit-build>=0.13.1 - ucx-proc=*=gpu - - ucx-py=0.30.* + - ucx-py=0.31.* doc: common: - output_types: [conda] diff --git a/docs/cugraph/source/conf.py b/docs/cugraph/source/conf.py index 59738930020..4d39e7d8dfc 100644 --- a/docs/cugraph/source/conf.py +++ b/docs/cugraph/source/conf.py @@ -81,9 +81,9 @@ # built documents. # # The short X.Y version. -version = '23.02' +version = '23.04' # The full version, including alpha/beta/rc tags. -release = '23.02.00' +release = '23.04.00' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/fetch_rapids.cmake b/fetch_rapids.cmake index dc4d08265f5..7bdf5173437 100644 --- a/fetch_rapids.cmake +++ b/fetch_rapids.cmake @@ -12,7 +12,7 @@ # the License. # ============================================================================= if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/CUGRAPH_RAPIDS.cmake) - file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.02/RAPIDS.cmake + file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.04/RAPIDS.cmake ${CMAKE_CURRENT_BINARY_DIR}/CUGRAPH_RAPIDS.cmake ) endif() diff --git a/python/cugraph/CMakeLists.txt b/python/cugraph/CMakeLists.txt index 9acce421b9d..0d7a15f7446 100644 --- a/python/cugraph/CMakeLists.txt +++ b/python/cugraph/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.23.1 FATAL_ERROR) -set(cugraph_version 23.02.00) +set(cugraph_version 23.04.00) include(../../fetch_rapids.cmake) diff --git a/python/pylibcugraph/CMakeLists.txt b/python/pylibcugraph/CMakeLists.txt index eb0ecd42457..d43f8cbeb27 100644 --- a/python/pylibcugraph/CMakeLists.txt +++ b/python/pylibcugraph/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.23.1 FATAL_ERROR) -set(pylibcugraph_version 23.02.00) +set(pylibcugraph_version 23.04.00) include(../../fetch_rapids.cmake)