Skip to content

Commit

Permalink
DOC v21.08 Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed May 19, 2021
1 parent fcf4bb5 commit 9ac368e
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# cuGraph 21.08.00 (Date TBD)

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

# cuGraph 0.20.0 (Date TBD)

Please see https://github.com/rapidsai/cugraph/releases/tag/v0.20.0a for the latest changes to this development branch.
Expand Down
14 changes: 7 additions & 7 deletions conda/environments/cugraph_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ channels:
- conda-forge
dependencies:
- cudatoolkit=11.0
- cudf=0.20.*
- libcudf=0.20.*
- rmm=0.20.*
- librmm=0.20.*
- cudf=21.08.*
- libcudf=21.08.*
- rmm=21.08.*
- librmm=21.08.*
- dask>=2.12.0
- distributed>=2.12.0
- dask-cuda=0.20*
- dask-cudf=0.20*
- dask-cuda=21.08.*
- dask-cudf=21.08.*
- nccl>=2.8.4
- ucx-py=0.20*
- ucx-py=21.08.*
- ucx-proc=*=gpu
- scipy
- networkx>=2.5.1
Expand Down
14 changes: 7 additions & 7 deletions conda/environments/cugraph_dev_cuda11.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ channels:
- conda-forge
dependencies:
- cudatoolkit=11.1
- cudf=0.20.*
- libcudf=0.20.*
- rmm=0.20.*
- librmm=0.20.*
- cudf=21.08.*
- libcudf=21.08.*
- rmm=21.08.*
- librmm=21.08.*
- dask>=2.12.0
- distributed>=2.12.0
- dask-cuda=0.20*
- dask-cudf=0.20*
- dask-cuda=21.08.*
- dask-cudf=21.08.*
- nccl>=2.8.4
- ucx-py=0.20*
- ucx-py=21.08.*
- ucx-proc=*=gpu
- scipy
- networkx>=2.5.1
Expand Down
14 changes: 7 additions & 7 deletions conda/environments/cugraph_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ channels:
- conda-forge
dependencies:
- cudatoolkit=11.2
- cudf=0.20.*
- libcudf=0.20.*
- rmm=0.20.*
- librmm=0.20.*
- cudf=21.08.*
- libcudf=21.08.*
- rmm=21.08.*
- librmm=21.08.*
- dask>=2.12.0
- distributed>=2.12.0
- dask-cuda=0.20*
- dask-cudf=0.20*
- dask-cuda=21.08.*
- dask-cudf=21.08.*
- nccl>=2.8.4
- ucx-py=0.20*
- ucx-py=21.08.*
- ucx-proc=*=gpu
- scipy
- networkx>=2.5.1
Expand Down
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

cmake_minimum_required(VERSION 3.18...3.18 FATAL_ERROR)

project(CUGRAPH VERSION 21.06.00 LANGUAGES C CXX CUDA)
project(CUGRAPH VERSION 21.08.00 LANGUAGES C CXX CUDA)

# Write the version header
include(cmake/Modules/Version.cmake)
Expand Down

0 comments on commit 9ac368e

Please sign in to comment.