diff --git a/CHANGELOG.md b/CHANGELOG.md index bf35dc62cf8..95baff79746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# cuGraph 22.02.00 (Date TBD) + +Please see https://github.com/rapidsai/cugraph/releases/tag/v22.02.00a for the latest changes to this development branch. + # cuGraph 21.12.00 (Date TBD) Please see https://github.com/rapidsai/cugraph/releases/tag/v21.12.00a for the latest changes to this development branch. diff --git a/conda/environments/cugraph_dev_cuda11.0.yml b/conda/environments/cugraph_dev_cuda11.0.yml index 11a7dd90b40..88915d4a0ad 100644 --- a/conda/environments/cugraph_dev_cuda11.0.yml +++ b/conda/environments/cugraph_dev_cuda11.0.yml @@ -6,14 +6,14 @@ channels: - conda-forge dependencies: - cudatoolkit=11.0 -- cudf=21.12.* -- libcudf=21.12.* -- rmm=21.12.* -- librmm=21.12.* +- cudf=22.02.* +- libcudf=22.02.* +- rmm=22.02.* +- librmm=22.02.* - dask>=2021.09.1 - distributed>=2021.09.1 -- dask-cuda=21.12.* -- dask-cudf=21.12.* +- dask-cuda=22.02.* +- dask-cudf=22.02.* - nccl>=2.9.9 - ucx-py=0.23.* - ucx-proc=*=gpu diff --git a/conda/environments/cugraph_dev_cuda11.2.yml b/conda/environments/cugraph_dev_cuda11.2.yml index 45bcd5c4fc8..955dfce3873 100644 --- a/conda/environments/cugraph_dev_cuda11.2.yml +++ b/conda/environments/cugraph_dev_cuda11.2.yml @@ -6,14 +6,14 @@ channels: - conda-forge dependencies: - cudatoolkit=11.2 -- cudf=21.12.* -- libcudf=21.12.* -- rmm=21.12.* -- librmm=21.12.* +- cudf=22.02.* +- libcudf=22.02.* +- rmm=22.02.* +- librmm=22.02.* - dask>=2021.09.1 - distributed>=2021.09.1 -- dask-cuda=21.12.* -- dask-cudf=21.12.* +- dask-cuda=22.02.* +- dask-cudf=22.02.* - nccl>=2.9.9 - ucx-py=0.23.* - ucx-proc=*=gpu diff --git a/conda/environments/cugraph_dev_cuda11.4.yml b/conda/environments/cugraph_dev_cuda11.4.yml index b84eb3ae2c0..6025de59b3a 100644 --- a/conda/environments/cugraph_dev_cuda11.4.yml +++ b/conda/environments/cugraph_dev_cuda11.4.yml @@ -6,14 +6,14 @@ channels: - conda-forge dependencies: - cudatoolkit=11.4 -- cudf=21.12.* -- libcudf=21.12.* -- rmm=21.12.* -- librmm=21.12.* +- cudf=22.02.* +- libcudf=22.02.* +- rmm=22.02.* +- librmm=22.02.* - dask>=2021.09.1 - distributed>=2021.09.1 -- dask-cuda=21.12.* -- dask-cudf=21.12.* +- dask-cuda=22.02.* +- dask-cudf=22.02.* - nccl>=2.9.9 - ucx-py=0.23.* - ucx-proc=*=gpu diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index f656e812ff2..4b7b971c3f8 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-21.10/RAPIDS.cmake +file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.02/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 21.12.00 LANGUAGES C CXX CUDA) +project(CUGRAPH VERSION 22.02.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 27b062a6987..6cb3b6cd19b 100644 --- a/cpp/doxygen/Doxyfile +++ b/cpp/doxygen/Doxyfile @@ -2075,7 +2075,7 @@ SKIP_FUNCTION_MACROS = YES # the path). If a tag file is not located in the directory in which doxygen is # run, you must also specify the path to the tagfile here. -TAGFILES = rmm.tag=https://docs.rapids.ai/api/librmm/21.12 +TAGFILES = rmm.tag=https://docs.rapids.ai/api/librmm/22.02 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a # tag file that is based on the input files it reads. See section "Linking to diff --git a/docs/cugraph/source/conf.py b/docs/cugraph/source/conf.py index e9ccab36568..f0c0dc441fc 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 = '21.12' +version = '22.02' # The full version, including alpha/beta/rc tags. -release = '21.12.00' +release = '22.02.00' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.