Skip to content

Commit

Permalink
DOC v23.04 Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Jan 23, 2023
1 parent 38cdae9 commit 5608b89
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 36 deletions.
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.30.*'
export UCX_PY_VERSION='0.31.*'

##########################################
# 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 @@ -41,7 +41,7 @@ export CMAKE_GENERATOR="Ninja"
export CONDA_BLD_DIR="${WORKSPACE}/.conda-bld"

# ucx-py version
export UCX_PY_VERSION='0.30.*'
export UCX_PY_VERSION='0.31.*'

# Whether to keep `dask/label/dev` channel in the env. If INSTALL_DASK_MAIN=0,
# `dask/label/dev` channel is removed.
Expand Down
2 changes: 1 addition & 1 deletion ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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.30.*'
export UCX_PY_VERSION='0.31.*'

# Whether to keep `dask/label/dev` channel in the env. If INSTALL_DASK_MAIN=0,
# `dask/label/dev` channel is removed.
Expand Down
22 changes: 11 additions & 11 deletions conda/environments/all_cuda-115_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ dependencies:
- cmake>=3.23.1,!=3.25.0
- cuda-python>=11.7.1,<12.0
- cudatoolkit=11.5
- cudf=23.02.*
- cudf=23.04.*
- cxx-compiler
- cython>=0.29,<0.30
- dask-cuda=23.02.*
- dask-cudf=23.02.*
- dask-cuda=23.04.*
- dask-cudf=23.04.*
- dask>=2022.12.0
- distributed>=2022.12.0
- doxygen
- gmock=1.10.0
- gtest=1.10.0
- ipython
- libcudf=23.02.*
- libcugraphops=23.02.*
- libcudf=23.04.*
- libcugraphops=23.04.*
- libraft-distance=23.02.*
- libraft-headers=23.02.*
- librmm=23.02.*
- libraft-headers=23.04.*
- librmm=23.04.*
- nbsphinx
- nccl>=2.9.9
- networkx>=2.5.1
Expand All @@ -41,15 +41,15 @@ dependencies:
- pre-commit
- py
- pydata-sphinx-theme
- pylibraft=23.02.*
- pylibraft=23.04.*
- pytest
- pytest-cov
- python-louvain
- raft-dask=23.02.*
- raft-dask=23.04.*
- rapids-pytest-benchmark
- recommonmark
- requests
- rmm=23.02.*
- rmm=23.04.*
- scikit-build>=0.13.1
- scikit-learn>=0.23.1
- scipy
Expand All @@ -58,5 +58,5 @@ dependencies:
- sphinx-markdown-tables
- sphinxcontrib-websupport
- ucx-proc=*=gpu
- ucx-py=0.30.*
- ucx-py=0.31.*
name: all_cuda-115_arch-x86_64
2 changes: 1 addition & 1 deletion conda/recipes/cugraph-service/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ucx_py_version:
- "0.30.*"
- "0.31.*"
2 changes: 1 addition & 1 deletion conda/recipes/cugraph/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sysroot_version:
- "2.17"

ucx_py_version:
- "0.30.*"
- "0.31.*"

# The CTK libraries below are missing from the conda-forge::cudatoolkit
# package. The "*_host_*" version specifiers correspond to `11.5` packages.
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/pylibcugraph/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sysroot_version:
- "2.17"

ucx_py_version:
- "0.30.*"
- "0.31.*"

# The CTK libraries below are missing from the conda-forge::cudatoolkit
# package. The "*_host_*" version specifiers correspond to `11.5` packages.
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 23.02.00 LANGUAGES C CXX CUDA)
project(CUGRAPH VERSION 23.04.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=23.02
PROJECT_NUMBER=23.04

# 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
2 changes: 1 addition & 1 deletion cpp/libcugraph_etl/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_ETL)

project(CUGRAPH_ETL VERSION 23.02.00 LANGUAGES C CXX CUDA)
project(CUGRAPH_ETL VERSION 23.04.00 LANGUAGES C CXX CUDA)

if(CMAKE_CUDA_COMPILER_ID STREQUAL "NVIDIA" AND
CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11.0)
Expand Down
22 changes: 11 additions & 11 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ dependencies:
- cxx-compiler
- gmock=1.10.0
- gtest=1.10.0
- libcugraphops=23.02.*
- libraft-headers=23.02.*
- libcugraphops=23.04.*
- libraft-headers=23.04.*
- libraft-distance=23.02.*
- librmm=23.02.*
- librmm=23.04.*
- openmpi # Required for building cpp-mgtests (multi-GPU tests)
specific:
- output_types: [conda]
Expand Down Expand Up @@ -119,20 +119,20 @@ dependencies:
- output_types: [conda]
packages:
- cuda-python>=11.7.1,<12.0
- cudf=23.02.*
- cudf=23.04.*
- cython>=0.29,<0.30
- dask>=2022.12.0
- dask-cuda=23.02.*
- dask-cudf=23.02.*
- dask-cuda=23.04.*
- dask-cudf=23.04.*
- distributed>=2022.12.0
- libcudf=23.02.*
- libcudf=23.04.*
- nccl>=2.9.9
- pylibraft=23.02.*
- raft-dask=23.02.*
- rmm=23.02.*
- pylibraft=23.04.*
- raft-dask=23.04.*
- rmm=23.04.*
- scikit-build>=0.13.1
- ucx-proc=*=gpu
- ucx-py=0.30.*
- ucx-py=0.31.*
doc:
common:
- output_types: [conda]
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 = '23.02'
version = '23.04'
# The full version, including alpha/beta/rc tags.
release = '23.02.00'
release = '23.04.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-23.02/RAPIDS.cmake
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.04/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.23.1 FATAL_ERROR)

set(cugraph_version 23.02.00)
set(cugraph_version 23.04.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.23.1 FATAL_ERROR)

set(pylibcugraph_version 23.02.00)
set(pylibcugraph_version 23.04.00)

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

Expand Down

0 comments on commit 5608b89

Please sign in to comment.