Skip to content

Commit a49c31c

Browse files
committed
DOC v21.10 Updates
1 parent 9bcfa14 commit a49c31c

File tree

5 files changed

+19
-15
lines changed

5 files changed

+19
-15
lines changed

CHANGELOG.md

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

37
Please see https://github.com/rapidsai/cugraph/releases/tag/v21.08.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.08.*
10-
- libcudf=21.08.*
11-
- rmm=21.08.*
12-
- librmm=21.08.*
9+
- cudf=21.10.*
10+
- libcudf=21.10.*
11+
- rmm=21.10.*
12+
- librmm=21.10.*
1313
- dask>=2021.6.0
1414
- distributed>=2021.6.0
15-
- dask-cuda=21.08.*
16-
- dask-cudf=21.08.*
15+
- dask-cuda=21.10.*
16+
- dask-cudf=21.10.*
1717
- nccl>=2.9.9
1818
- ucx-py=0.21.*
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.08.*
10-
- libcudf=21.08.*
11-
- rmm=21.08.*
12-
- librmm=21.08.*
9+
- cudf=21.10.*
10+
- libcudf=21.10.*
11+
- rmm=21.10.*
12+
- librmm=21.10.*
1313
- dask>=2021.6.0
1414
- distributed>=2021.6.0
15-
- dask-cuda=21.08.*
16-
- dask-cudf=21.08.*
15+
- dask-cuda=21.10.*
16+
- dask-cudf=21.10.*
1717
- nccl>=2.9.9
1818
- ucx-py=0.21.*
1919
- ucx-proc=*=gpu

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ include(rapids-find)
3131

3232
rapids_cuda_init_architectures(CUGRAPH)
3333

34-
project(CUGRAPH VERSION 21.08.00 LANGUAGES C CXX CUDA)
34+
project(CUGRAPH VERSION 21.10.00 LANGUAGES C CXX CUDA)
3535

3636
# Remove the following archs from CMAKE_CUDA_ARCHITECTURES that
3737
# cuhornet currently doesn't support

docs/cugraph/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
# built documents.
8181
#
8282
# The short X.Y version.
83-
version = '0.20'
83+
version = '21.10'
8484
# The full version, including alpha/beta/rc tags.
85-
release = '0.20.0'
85+
release = '21.10.00'
8686

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

0 commit comments

Comments
 (0)