diff --git a/CHANGELOG.md b/CHANGELOG.md index bac987918e3..4bfcaf49ffa 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 ee5c5464eb4..22e24269b00 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 de4a946c5da..1aed8216a99 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 5bf91bc5532..7673d6a68f8 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/conda/environments/cugraph_dev_cuda11.5.yml b/conda/environments/cugraph_dev_cuda11.5.yml index ac5716f6401..fd8a30c60f5 100644 --- a/conda/environments/cugraph_dev_cuda11.5.yml +++ b/conda/environments/cugraph_dev_cuda11.5.yml @@ -10,8 +10,8 @@ dependencies: - libcudf=21.12.* - rmm=21.12.* - librmm=21.12.* -- dask>=2021.09.1 -- distributed>=2021.09.1 +- dask>=2021.09.1,<=2021.11.2 +- distributed>=2021.09.1,<=2021.11.2 - dask-cuda=21.12.* - dask-cudf=21.12.* - nccl>=2.9.9 diff --git a/conda/recipes/cugraph/meta.yaml b/conda/recipes/cugraph/meta.yaml index 176053d1b39..6f61927d766 100644 --- a/conda/recipes/cugraph/meta.yaml +++ b/conda/recipes/cugraph/meta.yaml @@ -38,8 +38,8 @@ requirements: - cudf={{ minor_version }} - dask-cudf {{ minor_version }} - dask-cuda {{ minor_version }} - - dask>=2021.09.1 - - distributed>=2021.09.1 + - dask>=2021.09.1,<=2021.11.2 + - distributed>=2021.09.1,<=2021.11.2 - ucx-py 0.23 - ucx-proc=*=gpu - {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }} diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index d1b76f0cfda..3a4038a50da 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.12/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.