Skip to content

Commit d69ba65

Browse files
committed
DOC v22.02 Updates
1 parent bfa7f92 commit d69ba65

File tree

7 files changed

+27
-23
lines changed

7 files changed

+27
-23
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# cuGraph 22.02.00 (Date TBD)
2+
3+
Please see https://github.com/rapidsai/cugraph/releases/tag/v22.02.00a for the latest changes to this development branch.
4+
15
# cuGraph 21.12.00 (Date TBD)
26

37
Please see https://github.com/rapidsai/cugraph/releases/tag/v21.12.00a for the latest changes to this development branch.

conda/environments/cugraph_dev_cuda11.0.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ channels:
66
- conda-forge
77
dependencies:
88
- cudatoolkit=11.0
9-
- cudf=21.12.*
10-
- libcudf=21.12.*
11-
- rmm=21.12.*
12-
- librmm=21.12.*
9+
- cudf=22.02.*
10+
- libcudf=22.02.*
11+
- rmm=22.02.*
12+
- librmm=22.02.*
1313
- dask>=2021.09.1
1414
- distributed>=2021.09.1
15-
- dask-cuda=21.12.*
16-
- dask-cudf=21.12.*
15+
- dask-cuda=22.02.*
16+
- dask-cudf=22.02.*
1717
- nccl>=2.9.9
1818
- ucx-py=0.23.*
1919
- ucx-proc=*=gpu

conda/environments/cugraph_dev_cuda11.2.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ channels:
66
- conda-forge
77
dependencies:
88
- cudatoolkit=11.2
9-
- cudf=21.12.*
10-
- libcudf=21.12.*
11-
- rmm=21.12.*
12-
- librmm=21.12.*
9+
- cudf=22.02.*
10+
- libcudf=22.02.*
11+
- rmm=22.02.*
12+
- librmm=22.02.*
1313
- dask>=2021.09.1
1414
- distributed>=2021.09.1
15-
- dask-cuda=21.12.*
16-
- dask-cudf=21.12.*
15+
- dask-cuda=22.02.*
16+
- dask-cudf=22.02.*
1717
- nccl>=2.9.9
1818
- ucx-py=0.23.*
1919
- ucx-proc=*=gpu

conda/environments/cugraph_dev_cuda11.4.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ channels:
66
- conda-forge
77
dependencies:
88
- cudatoolkit=11.4
9-
- cudf=21.12.*
10-
- libcudf=21.12.*
11-
- rmm=21.12.*
12-
- librmm=21.12.*
9+
- cudf=22.02.*
10+
- libcudf=22.02.*
11+
- rmm=22.02.*
12+
- librmm=22.02.*
1313
- dask>=2021.09.1
1414
- distributed>=2021.09.1
15-
- dask-cuda=21.12.*
16-
- dask-cudf=21.12.*
15+
- dask-cuda=22.02.*
16+
- dask-cudf=22.02.*
1717
- nccl>=2.9.9
1818
- ucx-py=0.23.*
1919
- ucx-proc=*=gpu

cpp/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#=============================================================================
1616

1717
cmake_minimum_required(VERSION 3.20.1 FATAL_ERROR)
18-
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-21.10/RAPIDS.cmake
18+
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.02/RAPIDS.cmake
1919
${CMAKE_BINARY_DIR}/RAPIDS.cmake)
2020
include(${CMAKE_BINARY_DIR}/RAPIDS.cmake)
2121

@@ -27,7 +27,7 @@ include(rapids-find)
2727

2828
rapids_cuda_init_architectures(CUGRAPH)
2929

30-
project(CUGRAPH VERSION 21.12.00 LANGUAGES C CXX CUDA)
30+
project(CUGRAPH VERSION 22.02.00 LANGUAGES C CXX CUDA)
3131

3232
if(CMAKE_CUDA_COMPILER_ID STREQUAL "NVIDIA" AND
3333
CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11.0)

cpp/doxygen/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2075,7 +2075,7 @@ SKIP_FUNCTION_MACROS = YES
20752075
# the path). If a tag file is not located in the directory in which doxygen is
20762076
# run, you must also specify the path to the tagfile here.
20772077

2078-
TAGFILES = rmm.tag=https://docs.rapids.ai/api/librmm/21.12
2078+
TAGFILES = rmm.tag=https://docs.rapids.ai/api/librmm/22.02
20792079

20802080
# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
20812081
# tag file that is based on the input files it reads. See section "Linking to

docs/cugraph/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
# built documents.
8282
#
8383
# The short X.Y version.
84-
version = '21.12'
84+
version = '22.02'
8585
# The full version, including alpha/beta/rc tags.
86-
release = '21.12.00'
86+
release = '22.02.00'
8787

8888
# The language for content autogenerated by Sphinx. Refer to documentation
8989
# for a list of supported languages.

0 commit comments

Comments
 (0)