Skip to content

Commit

Permalink
DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Sep 23, 2022
1 parent dea38cc commit 6c71029
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 39 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# cuGraph 22.12.00 (Date TBD)

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

# cuGraph 22.10.00 (Date TBD)

Please see https://github.com/rapidsai/cugraph/releases/tag/v22.10.00a for the latest changes to this development branch.
Expand Down
2 changes: 1 addition & 1 deletion ci/benchmark/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export DATASETS_DIR=${WORKSPACE}/datasets
export BENCHMARKS_DIR=${WORKSPACE}/benchmarks

# ucx-py version
export UCX_PY_VERSION='0.28.*'
export UCX_PY_VERSION='0.29.*'

##########################################
# Environment Setup #
Expand Down
2 changes: 1 addition & 1 deletion ci/cpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export CMAKE_GENERATOR="Ninja"
export CONDA_BLD_DIR="${WORKSPACE}/.conda-bld"

# ucx-py version
export UCX_PY_VERSION='0.28.*'
export UCX_PY_VERSION='0.29.*'

################################################################################
# SETUP - Check environment
Expand Down
2 changes: 1 addition & 1 deletion ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export MINOR_VERSION=`echo $GIT_DESCRIBE_TAG | grep -o -E '([0-9]+\.[0-9]+)'`
unset GIT_DESCRIBE_TAG

# ucx-py version
export UCX_PY_VERSION='0.28.*'
export UCX_PY_VERSION='0.29.*'

################################################################################
# SETUP - Check environment
Expand Down
18 changes: 9 additions & 9 deletions conda/environments/cugraph_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ dependencies:
- c-compiler
- cxx-compiler
- cudatoolkit=11.2
- libcugraphops=22.10.*
- cudf=22.10.*
- libcudf=22.10.*
- rmm=22.10.*
- librmm=22.10.*
- libraft-headers=22.10.*
- libcugraphops=22.12.*
- cudf=22.12.*
- libcudf=22.12.*
- rmm=22.12.*
- librmm=22.12.*
- libraft-headers=22.12.*
- raft-dask=22.10.*
- pylibraft=22.10.*
- cuda-python>=11.5,<11.7.1
- dask>=2022.7.1
- distributed>=2022.7.1
- dask-cuda=22.10.*
- dask-cudf=22.10.*
- dask-cuda=22.12.*
- dask-cudf=22.12.*
- nccl>=2.9.9
- ucx-py=0.28.*
- ucx-py=0.29.*
- ucx-proc=*=gpu
- scipy
- networkx>=2.5.1
Expand Down
18 changes: 9 additions & 9 deletions conda/environments/cugraph_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ dependencies:
- c-compiler
- cxx-compiler
- cudatoolkit=11.4
- libcugraphops=22.10.*
- cudf=22.10.*
- libcudf=22.10.*
- rmm=22.10.*
- librmm=22.10.*
- libraft-headers=22.10.*
- libcugraphops=22.12.*
- cudf=22.12.*
- libcudf=22.12.*
- rmm=22.12.*
- librmm=22.12.*
- libraft-headers=22.12.*
- raft-dask=22.10.*
- pylibraft=22.10.*
- cuda-python>=11.5,<11.7.1
- dask>=2022.7.1
- distributed>=2022.7.1
- dask-cuda=22.10.*
- dask-cudf=22.10.*
- dask-cuda=22.12.*
- dask-cudf=22.12.*
- nccl>=2.9.9
- ucx-py=0.28.*
- ucx-py=0.29.*
- ucx-proc=*=gpu
- scipy
- networkx>=2.5.1
Expand Down
18 changes: 9 additions & 9 deletions conda/environments/cugraph_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ dependencies:
- c-compiler
- cxx-compiler
- cudatoolkit=11.5
- libcugraphops=22.10.*
- cudf=22.10.*
- libcudf=22.10.*
- rmm=22.10.*
- librmm=22.10.*
- libraft-headers=22.10.*
- libcugraphops=22.12.*
- cudf=22.12.*
- libcudf=22.12.*
- rmm=22.12.*
- librmm=22.12.*
- libraft-headers=22.12.*
- raft-dask=22.10.*
- pylibraft=22.10.*
- cuda-python>=11.5,<11.7.1
- dask>=2022.7.1
- distributed>=2022.7.1
- dask-cuda=22.10.*
- dask-cudf=22.10.*
- dask-cuda=22.12.*
- dask-cudf=22.12.*
- nccl>=2.9.9
- ucx-py=0.28.*
- ucx-py=0.29.*
- 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 @@ -25,7 +25,7 @@ include(rapids-find)

rapids_cuda_init_architectures(CUGRAPH)

project(CUGRAPH VERSION 22.10.00 LANGUAGES C CXX CUDA)
project(CUGRAPH VERSION 22.12.00 LANGUAGES C CXX CUDA)

if(CMAKE_CUDA_COMPILER_ID STREQUAL "NVIDIA" AND
CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11.0)
Expand Down
2 changes: 1 addition & 1 deletion cpp/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "libcugraph"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER=22.10
PROJECT_NUMBER=22.12

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions cpp/libcugraph_etl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#=============================================================================

cmake_minimum_required(VERSION 3.20.1 FATAL_ERROR)
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.10/RAPIDS.cmake
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.12/RAPIDS.cmake
${CMAKE_BINARY_DIR}/RAPIDS.cmake)
include(${CMAKE_BINARY_DIR}/RAPIDS.cmake)

Expand All @@ -27,7 +27,7 @@ include(rapids-find)

rapids_cuda_init_architectures(CUGRAPH_ETL)

project(CUGRAPH_ETL VERSION 22.10.00 LANGUAGES C CXX CUDA)
project(CUGRAPH_ETL VERSION 22.12.00 LANGUAGES C CXX CUDA)

if(CMAKE_CUDA_COMPILER_ID STREQUAL "NVIDIA" AND
CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11.0)
Expand Down
4 changes: 2 additions & 2 deletions docs/cugraph/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@
# built documents.
#
# The short X.Y version.
version = '22.10'
version = '22.12'
# The full version, including alpha/beta/rc tags.
release = '22.10.00'
release = '22.12.00'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion fetch_rapids.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# the License.
# =============================================================================
if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/CUGRAPH_RAPIDS.cmake)
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.10/RAPIDS.cmake
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.12/RAPIDS.cmake
${CMAKE_CURRENT_BINARY_DIR}/CUGRAPH_RAPIDS.cmake
)
endif()
Expand Down
2 changes: 1 addition & 1 deletion python/cugraph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

cmake_minimum_required(VERSION 3.20.1 FATAL_ERROR)

set(cugraph_version 22.10.00)
set(cugraph_version 22.12.00)

include(../../fetch_rapids.cmake)

Expand Down
2 changes: 1 addition & 1 deletion python/pylibcugraph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

cmake_minimum_required(VERSION 3.20.1 FATAL_ERROR)

set(pylibcugraph_version 22.10.00)
set(pylibcugraph_version 22.12.00)

include(../../fetch_rapids.cmake)

Expand Down

0 comments on commit 6c71029

Please sign in to comment.