Skip to content

Commit 5c05a88

Browse files
committed
DOC v0.20 Updates
1 parent 7256f32 commit 5c05a88

File tree

6 files changed

+31
-27
lines changed

6 files changed

+31
-27
lines changed

CHANGELOG.md

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

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

conda/environments/cugraph_dev_cuda10.1.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ channels:
55
- rapidsai-nightly
66
- conda-forge
77
dependencies:
8-
- cudf=0.19.*
9-
- libcudf=0.19.*
10-
- rmm=0.19.*
11-
- cuxfilter=0.19.*
12-
- librmm=0.19.*
8+
- cudf=0.20.*
9+
- libcudf=0.20.*
10+
- rmm=0.20.*
11+
- cuxfilter=0.20.*
12+
- librmm=0.20.*
1313
- dask>=2.12.0
1414
- distributed>=2.12.0
15-
- dask-cuda=0.19*
16-
- dask-cudf=0.19*
15+
- dask-cuda=0.20*
16+
- dask-cudf=0.20*
1717
- nccl>=2.8.4
18-
- ucx-py=0.19*
18+
- ucx-py=0.20*
1919
- ucx-proc=*=gpu
2020
- scipy
2121
- networkx

conda/environments/cugraph_dev_cuda10.2.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ channels:
55
- rapidsai-nightly
66
- conda-forge
77
dependencies:
8-
- cudf=0.19.*
9-
- libcudf=0.19.*
10-
- rmm=0.19.*
11-
- cuxfilter=0.19.*
12-
- librmm=0.19.*
8+
- cudf=0.20.*
9+
- libcudf=0.20.*
10+
- rmm=0.20.*
11+
- cuxfilter=0.20.*
12+
- librmm=0.20.*
1313
- dask>=2.12.0
1414
- distributed>=2.12.0
15-
- dask-cuda=0.19*
16-
- dask-cudf=0.19*
15+
- dask-cuda=0.20*
16+
- dask-cudf=0.20*
1717
- nccl>=2.8.4
18-
- ucx-py=0.19*
18+
- ucx-py=0.20*
1919
- ucx-proc=*=gpu
2020
- scipy
2121
- networkx

conda/environments/cugraph_dev_cuda11.0.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ channels:
55
- rapidsai-nightly
66
- conda-forge
77
dependencies:
8-
- cudf=0.19.*
9-
- libcudf=0.19.*
10-
- rmm=0.19.*
11-
- cuxfilter=0.19.*
12-
- librmm=0.19.*
8+
- cudf=0.20.*
9+
- libcudf=0.20.*
10+
- rmm=0.20.*
11+
- cuxfilter=0.20.*
12+
- librmm=0.20.*
1313
- dask>=2.12.0
1414
- distributed>=2.12.0
15-
- dask-cuda=0.19*
16-
- dask-cudf=0.19*
15+
- dask-cuda=0.20*
16+
- dask-cudf=0.20*
1717
- nccl>=2.8.4
18-
- ucx-py=0.19*
18+
- ucx-py=0.20*
1919
- ucx-proc=*=gpu
2020
- scipy
2121
- networkx

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
cmake_minimum_required(VERSION 3.18...3.18 FATAL_ERROR)
1818

19-
project(CUGRAPH VERSION 0.19.0 LANGUAGES C CXX CUDA)
19+
project(CUGRAPH VERSION 0.20.0 LANGUAGES C CXX CUDA)
2020

2121
# Write the version header
2222
include(cmake/Modules/Version.cmake)

docs/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.19'
83+
version = '0.20'
8484
# The full version, including alpha/beta/rc tags.
85-
release = '0.19.0'
85+
release = '0.20.0'
8686

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

0 commit comments

Comments
 (0)