diff --git a/CHANGELOG.md b/CHANGELOG.md index 2080db161d7..bcdd83cc81f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# cuGraph 22.10.00 (Date TBD) + +Please see https://github.com/rapidsai/cugraph/releases/tag/v22.10.00a for the latest changes to this development branch. + # cuGraph 22.08.00 (Date TBD) Please see https://github.com/rapidsai/cugraph/releases/tag/v22.08.00a for the latest changes to this development branch. diff --git a/ci/benchmark/build.sh b/ci/benchmark/build.sh index 3af86276115..21d658b6842 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.27.*' +export UCX_PY_VERSION='0.28.*' ########################################## # Environment Setup # diff --git a/ci/cpu/build.sh b/ci/cpu/build.sh index f638bf85add..cdc72efc9ed 100755 --- a/ci/cpu/build.sh +++ b/ci/cpu/build.sh @@ -34,7 +34,7 @@ export CMAKE_GENERATOR="Ninja" export CONDA_BLD_DIR="${WORKSPACE}/.conda-bld" # ucx-py version -export UCX_PY_VERSION='0.27.*' +export UCX_PY_VERSION='0.28.*' ################################################################################ # SETUP - Check environment diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index 6ffba734f79..020a5681734 100755 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -41,7 +41,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.27.*' +export UCX_PY_VERSION='0.28.*' ################################################################################ # SETUP - Check environment diff --git a/conda/environments/cugraph_dev_cuda11.2.yml b/conda/environments/cugraph_dev_cuda11.2.yml index 29f4d4d8873..70332f99d7d 100644 --- a/conda/environments/cugraph_dev_cuda11.2.yml +++ b/conda/environments/cugraph_dev_cuda11.2.yml @@ -8,20 +8,20 @@ dependencies: - c-compiler - cxx-compiler - cudatoolkit=11.2 -- libcugraphops=22.08.* -- cudf=22.08.* -- libcudf=22.08.* -- rmm=22.08.* -- librmm=22.08.* -- libraft-headers=22.08.* -- pyraft=22.08.* +- libcugraphops=22.10.* +- cudf=22.10.* +- libcudf=22.10.* +- rmm=22.10.* +- librmm=22.10.* +- libraft-headers=22.10.* +- pyraft=22.10.* - cuda-python>=11.5,<11.7.1 - dask>=2022.05.2 - distributed>=2022.05.2 -- dask-cuda=22.08.* -- dask-cudf=22.08.* +- dask-cuda=22.10.* +- dask-cudf=22.10.* - nccl>=2.9.9 -- ucx-py=0.27.* +- ucx-py=0.28.* - ucx-proc=*=gpu - scipy - networkx>=2.5.1 diff --git a/conda/environments/cugraph_dev_cuda11.4.yml b/conda/environments/cugraph_dev_cuda11.4.yml index 3a387268ff4..cae6e0b599e 100644 --- a/conda/environments/cugraph_dev_cuda11.4.yml +++ b/conda/environments/cugraph_dev_cuda11.4.yml @@ -8,20 +8,20 @@ dependencies: - c-compiler - cxx-compiler - cudatoolkit=11.4 -- libcugraphops=22.08.* -- cudf=22.08.* -- libcudf=22.08.* -- rmm=22.08.* -- librmm=22.08.* -- libraft-headers=22.08.* -- pyraft=22.08.* +- libcugraphops=22.10.* +- cudf=22.10.* +- libcudf=22.10.* +- rmm=22.10.* +- librmm=22.10.* +- libraft-headers=22.10.* +- pyraft=22.10.* - cuda-python>=11.5,<11.7.1 - dask>=2022.05.2 - distributed>=2022.05.2 -- dask-cuda=22.08.* -- dask-cudf=22.08.* +- dask-cuda=22.10.* +- dask-cudf=22.10.* - nccl>=2.9.9 -- ucx-py=0.27.* +- ucx-py=0.28.* - ucx-proc=*=gpu - scipy - networkx>=2.5.1 diff --git a/conda/environments/cugraph_dev_cuda11.5.yml b/conda/environments/cugraph_dev_cuda11.5.yml index b8a50a79596..9b174a537eb 100644 --- a/conda/environments/cugraph_dev_cuda11.5.yml +++ b/conda/environments/cugraph_dev_cuda11.5.yml @@ -8,20 +8,20 @@ dependencies: - c-compiler - cxx-compiler - cudatoolkit=11.5 -- libcugraphops=22.08.* -- cudf=22.08.* -- libcudf=22.08.* -- rmm=22.08.* -- librmm=22.08.* -- libraft-headers=22.08.* -- pyraft=22.08.* +- libcugraphops=22.10.* +- cudf=22.10.* +- libcudf=22.10.* +- rmm=22.10.* +- librmm=22.10.* +- libraft-headers=22.10.* +- pyraft=22.10.* - cuda-python>=11.5,<11.7.1 - dask>=2022.05.2 - distributed>=2022.05.2 -- dask-cuda=22.08.* -- dask-cudf=22.08.* +- dask-cuda=22.10.* +- dask-cudf=22.10.* - nccl>=2.9.9 -- ucx-py=0.27.* +- ucx-py=0.28.* - ucx-proc=*=gpu - scipy - networkx>=2.5.1 diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 5398b526a9e..16145892d70 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -15,7 +15,7 @@ #============================================================================= cmake_minimum_required(VERSION 3.20.1 FATAL_ERROR) -file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.08/RAPIDS.cmake +file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.10/RAPIDS.cmake ${CMAKE_BINARY_DIR}/RAPIDS.cmake) include(${CMAKE_BINARY_DIR}/RAPIDS.cmake) @@ -27,7 +27,7 @@ include(rapids-find) rapids_cuda_init_architectures(CUGRAPH) -project(CUGRAPH VERSION 22.08.00 LANGUAGES C CXX CUDA) +project(CUGRAPH VERSION 22.10.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 f25ec774a21..f5191f764dc 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 = 22.08 +PROJECT_NUMBER=22.10 # 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 7a7c8437363..3aa71ffa5d6 100644 --- a/cpp/libcugraph_etl/CMakeLists.txt +++ b/cpp/libcugraph_etl/CMakeLists.txt @@ -15,7 +15,7 @@ #============================================================================= cmake_minimum_required(VERSION 3.20.1 FATAL_ERROR) -file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.08/RAPIDS.cmake +file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.10/RAPIDS.cmake ${CMAKE_BINARY_DIR}/RAPIDS.cmake) include(${CMAKE_BINARY_DIR}/RAPIDS.cmake) @@ -27,7 +27,7 @@ include(rapids-find) rapids_cuda_init_architectures(CUGRAPH_ETL) -project(CUGRAPH_ETL VERSION 22.08.00 LANGUAGES C CXX CUDA) +project(CUGRAPH_ETL VERSION 22.10.00 LANGUAGES C CXX CUDA) if(CMAKE_CUDA_COMPILER_ID STREQUAL "NVIDIA" AND CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11.0) diff --git a/docs/cugraph/source/conf.py b/docs/cugraph/source/conf.py index 9833c1bd8b4..45bd4d4da12 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 = '22.08' +version = '22.10' # The full version, including alpha/beta/rc tags. -release = '22.08.00' +release = '22.10.00' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.