File tree Expand file tree Collapse file tree 6 files changed +31
-27
lines changed
Expand file tree Collapse file tree 6 files changed +31
-27
lines changed Original file line number Diff line number Diff line change 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
37Please see https://github.com/rapidsai/cugraph/releases/tag/v0.19.0a for the latest changes to this development branch.
Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ channels:
55- rapidsai-nightly
66- conda-forge
77dependencies :
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
Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ channels:
55- rapidsai-nightly
66- conda-forge
77dependencies :
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
Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ channels:
55- rapidsai-nightly
66- conda-forge
77dependencies :
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
Original file line number Diff line number Diff line change 1616
1717cmake_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
2222include (cmake/Modules/Version .cmake)
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments