Skip to content

Commit

Permalink
DOC v22.02 Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Nov 4, 2021
1 parent 1557617 commit 277e1a4
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 28 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# cuML 22.02.00 (Date TBD)

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

# cuML 21.12.00 (Date TBD)

Please see https://github.com/rapidsai/cuml/releases/tag/v21.12.00a for the latest changes to this development branch.
Expand Down
16 changes: 8 additions & 8 deletions conda/environments/cuml_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ channels:
- conda-forge
dependencies:
- cudatoolkit=11.0
- rapids-build-env=21.12.*
- rapids-notebook-env=21.12.*
- rapids-doc-env=21.12.*
- cudf=21.12.*
- rmm=21.12.*
- libcumlprims=21.12.*
- dask-cudf=21.12.*
- dask-cuda=21.12.*
- rapids-build-env=22.02.*
- rapids-notebook-env=22.02.*
- rapids-doc-env=22.02.*
- cudf=22.02.*
- rmm=22.02.*
- libcumlprims=22.02.*
- dask-cudf=22.02.*
- dask-cuda=22.02.*
- ucx-py=0.23
- ucx-proc=*=gpu
- dask-ml
Expand Down
16 changes: 8 additions & 8 deletions conda/environments/cuml_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ channels:
- conda-forge
dependencies:
- cudatoolkit=11.2
- rapids-build-env=21.12.*
- rapids-notebook-env=21.12.*
- rapids-doc-env=21.12.*
- cudf=21.12.*
- rmm=21.12.*
- libcumlprims=21.12.*
- dask-cudf=21.12.*
- dask-cuda=21.12.*
- rapids-build-env=22.02.*
- rapids-notebook-env=22.02.*
- rapids-doc-env=22.02.*
- cudf=22.02.*
- rmm=22.02.*
- libcumlprims=22.02.*
- dask-cudf=22.02.*
- dask-cuda=22.02.*
- ucx-py=0.23
- ucx-proc=*=gpu
- dask-ml
Expand Down
16 changes: 8 additions & 8 deletions conda/environments/cuml_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ channels:
- conda-forge
dependencies:
- cudatoolkit=11.4
- rapids-build-env=21.12.*
- rapids-notebook-env=21.12.*
- rapids-doc-env=21.12.*
- cudf=21.12.*
- rmm=21.12.*
- libcumlprims=21.12.*
- dask-cudf=21.12.*
- dask-cuda=21.12.*
- rapids-build-env=22.02.*
- rapids-notebook-env=22.02.*
- rapids-doc-env=22.02.*
- cudf=22.02.*
- rmm=22.02.*
- libcumlprims=22.02.*
- dask-cudf=22.02.*
- dask-cuda=22.02.*
- ucx-py=0.23
- ucx-proc=*=gpu
- dask-ml
Expand Down
4 changes: 2 additions & 2 deletions cpp/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-21.10/RAPIDS.cmake
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.02/RAPIDS.cmake
${CMAKE_BINARY_DIR}/RAPIDS.cmake)
include(${CMAKE_BINARY_DIR}/RAPIDS.cmake)
include(rapids-cmake)
Expand All @@ -26,7 +26,7 @@ include(rapids-find)

rapids_cuda_init_architectures(CUML)

project(CUML VERSION 21.12.00 LANGUAGES CXX CUDA)
project(CUML VERSION 22.02.00 LANGUAGES CXX CUDA)

# Write the version header
rapids_cmake_write_version_file(include/cuml/version_config.hpp)
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
# built documents.
#
# The short X.Y version.
version = '21.12'
version = '22.02'
# The full version, including alpha/beta/rc tags.
release = '21.12.00'
release = '22.02.00'

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

0 comments on commit 277e1a4

Please sign in to comment.