Skip to content

Commit 084609c

Browse files
committed
DOC
1 parent a3be4de commit 084609c

File tree

12 files changed

+42
-38
lines changed

12 files changed

+42
-38
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.04.00 (Date TBD)
2+
3+
Please see https://github.com/rapidsai/cugraph/releases/tag/v22.04.00a for the latest changes to this development branch.
4+
15
# cuGraph 22.02.00 (Date TBD)
26

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

ci/benchmark/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export DATASETS_DIR=${WORKSPACE}/datasets
4848
export BENCHMARKS_DIR=${WORKSPACE}/benchmarks
4949

5050
# ucx-py version
51-
export UCX_PY_VERSION='0.24.*'
51+
export UCX_PY_VERSION='0.25.*'
5252

5353
##########################################
5454
# Environment Setup #

ci/cpu/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export CMAKE_GENERATOR="Ninja"
3434
export CONDA_BLD_DIR="${WORKSPACE}/.conda-bld"
3535

3636
# ucx-py version
37-
export UCX_PY_VERSION='0.24.*'
37+
export UCX_PY_VERSION='0.25.*'
3838

3939
################################################################################
4040
# SETUP - Check environment

ci/gpu/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export GIT_DESCRIBE_TAG=`git describe --tags`
4040
export MINOR_VERSION=`echo $GIT_DESCRIBE_TAG | grep -o -E '([0-9]+\.[0-9]+)'`
4141

4242
# ucx-py version
43-
export UCX_PY_VERSION='0.24.*'
43+
export UCX_PY_VERSION='0.25.*'
4444

4545
################################################################################
4646
# SETUP - Check environment

conda/environments/cugraph_dev_cuda11.0.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ channels:
66
- conda-forge
77
dependencies:
88
- cudatoolkit=11.0
9-
- cudf=22.02.*
10-
- libcudf=22.02.*
11-
- rmm=22.02.*
12-
- librmm=22.02.*
9+
- cudf=22.04.*
10+
- libcudf=22.04.*
11+
- rmm=22.04.*
12+
- librmm=22.04.*
1313
- dask>=2021.09.1
1414
- distributed>=2021.09.1
15-
- dask-cuda=22.02.*
16-
- dask-cudf=22.02.*
15+
- dask-cuda=22.04.*
16+
- dask-cudf=22.04.*
1717
- nccl>=2.9.9
18-
- ucx-py=0.24.*
18+
- ucx-py=0.25.*
1919
- ucx-proc=*=gpu
2020
- scipy
2121
- networkx>=2.5.1

conda/environments/cugraph_dev_cuda11.2.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ channels:
66
- conda-forge
77
dependencies:
88
- cudatoolkit=11.2
9-
- cudf=22.02.*
10-
- libcudf=22.02.*
11-
- rmm=22.02.*
12-
- librmm=22.02.*
9+
- cudf=22.04.*
10+
- libcudf=22.04.*
11+
- rmm=22.04.*
12+
- librmm=22.04.*
1313
- dask>=2021.09.1
1414
- distributed>=2021.09.1
15-
- dask-cuda=22.02.*
16-
- dask-cudf=22.02.*
15+
- dask-cuda=22.04.*
16+
- dask-cudf=22.04.*
1717
- nccl>=2.9.9
18-
- ucx-py=0.24.*
18+
- ucx-py=0.25.*
1919
- ucx-proc=*=gpu
2020
- scipy
2121
- networkx>=2.5.1

conda/environments/cugraph_dev_cuda11.4.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ channels:
66
- conda-forge
77
dependencies:
88
- cudatoolkit=11.4
9-
- cudf=22.02.*
10-
- libcudf=22.02.*
11-
- rmm=22.02.*
12-
- librmm=22.02.*
9+
- cudf=22.04.*
10+
- libcudf=22.04.*
11+
- rmm=22.04.*
12+
- librmm=22.04.*
1313
- dask>=2021.09.1
1414
- distributed>=2021.09.1
15-
- dask-cuda=22.02.*
16-
- dask-cudf=22.02.*
15+
- dask-cuda=22.04.*
16+
- dask-cudf=22.04.*
1717
- nccl>=2.9.9
18-
- ucx-py=0.24.*
18+
- ucx-py=0.25.*
1919
- ucx-proc=*=gpu
2020
- scipy
2121
- networkx>=2.5.1

conda/environments/cugraph_dev_cuda11.5.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ channels:
66
- conda-forge
77
dependencies:
88
- cudatoolkit=11.5
9-
- cudf=22.02.*
10-
- libcudf=22.02.*
11-
- rmm=22.02.*
12-
- librmm=22.02.*
9+
- cudf=22.04.*
10+
- libcudf=22.04.*
11+
- rmm=22.04.*
12+
- librmm=22.04.*
1313
- dask>=2021.09.1
1414
- distributed>=2021.09.1
15-
- dask-cuda=22.02.*
16-
- dask-cudf=22.02.*
15+
- dask-cuda=22.04.*
16+
- dask-cudf=22.04.*
1717
- nccl>=2.9.9
18-
- ucx-py=0.24.*
18+
- ucx-py=0.25.*
1919
- ucx-proc=*=gpu
2020
- scipy
2121
- networkx>=2.5.1

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-22.02/RAPIDS.cmake
18+
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.04/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 22.02.00 LANGUAGES C CXX CUDA)
30+
project(CUGRAPH VERSION 22.04.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/22.02
2078+
TAGFILES = rmm.tag=https://docs.rapids.ai/api/librmm/22.04
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

0 commit comments

Comments
 (0)