diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ada7467e..4e08e79189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# raft 22.10.00 (Date TBD) + +Please see https://github.com/rapidsai/raft/releases/tag/v22.10.00a for the latest changes to this development branch. + # raft 22.08.00 (Date TBD) Please see https://github.com/rapidsai/raft/releases/tag/v22.08.00a for the latest changes to this development branch. diff --git a/ci/cpu/build.sh b/ci/cpu/build.sh index 8f4fc74b40..75d61e6b5f 100755 --- a/ci/cpu/build.sh +++ b/ci/cpu/build.sh @@ -36,7 +36,7 @@ export CMAKE_GENERATOR="Ninja" export CONDA_BLD_DIR="${WORKSPACE}/.conda-bld" # ucx-py version -export UCX_PY_VERSION='0.27.*' +export UCX_PY_VERSION='0.28.*' ################################################################################ # SETUP - Check environment diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index 4689b8fcc5..1c7b72bec7 100644 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -31,7 +31,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.27.*' +export UCX_PY_VERSION='0.28.*' ################################################################################ # SETUP - Check environment diff --git a/conda/environments/raft_dev_cuda11.0.yml b/conda/environments/raft_dev_cuda11.0.yml index 4b019e6892..004cb3c626 100644 --- a/conda/environments/raft_dev_cuda11.0.yml +++ b/conda/environments/raft_dev_cuda11.0.yml @@ -11,13 +11,13 @@ dependencies: - cython>=0.29,<0.30 - cmake>=3.20.1,!=3.23.0 - scikit-build>=0.13.1 -- rapids-build-env=22.08.* -- rapids-notebook-env=22.08.* -- rapids-doc-env=22.08.* -- rmm=22.08.* -- dask-cuda=22.08.* +- rapids-build-env=22.10.* +- rapids-notebook-env=22.10.* +- rapids-doc-env=22.10.* +- rmm=22.10.* +- dask-cuda=22.10.* - ucx>=1.13.0 -- ucx-py=0.27.* +- ucx-py=0.28.* - ucx-proc=*=gpu - doxygen>=1.8.20 - libfaiss>=1.7.0 diff --git a/conda/environments/raft_dev_cuda11.2.yml b/conda/environments/raft_dev_cuda11.2.yml index 0dcf9cd37f..b43df6e2be 100644 --- a/conda/environments/raft_dev_cuda11.2.yml +++ b/conda/environments/raft_dev_cuda11.2.yml @@ -11,13 +11,13 @@ dependencies: - cython>=0.29,<0.30 - cmake>=3.20.1,!=3.23.0 - scikit-build>=0.13.1 -- rapids-build-env=22.08.* -- rapids-notebook-env=22.08.* -- rapids-doc-env=22.08.* -- rmm=22.08.* -- dask-cuda=22.08.* +- rapids-build-env=22.10.* +- rapids-notebook-env=22.10.* +- rapids-doc-env=22.10.* +- rmm=22.10.* +- dask-cuda=22.10.* - ucx>=1.13.0 -- ucx-py=0.27.* +- ucx-py=0.28.* - ucx-proc=*=gpu - doxygen>=1.8.20 - libfaiss>=1.7.0 diff --git a/conda/environments/raft_dev_cuda11.4.yml b/conda/environments/raft_dev_cuda11.4.yml index f97301c448..fe76711b85 100644 --- a/conda/environments/raft_dev_cuda11.4.yml +++ b/conda/environments/raft_dev_cuda11.4.yml @@ -11,13 +11,13 @@ dependencies: - cython>=0.29,<0.30 - cmake>=3.20.1,!=3.23.0 - scikit-build>=0.13.1 -- rapids-build-env=22.08.* -- rapids-notebook-env=22.08.* -- rapids-doc-env=22.08.* -- rmm=22.08.* -- dask-cuda=22.08.* +- rapids-build-env=22.10.* +- rapids-notebook-env=22.10.* +- rapids-doc-env=22.10.* +- rmm=22.10.* +- dask-cuda=22.10.* - ucx>=1.13.0 -- ucx-py=0.27.* +- ucx-py=0.28.* - ucx-proc=*=gpu - doxygen>=1.8.20 - libfaiss>=1.7.0 diff --git a/conda/environments/raft_dev_cuda11.5.yml b/conda/environments/raft_dev_cuda11.5.yml index 43b4fa0bcd..f943de22cd 100644 --- a/conda/environments/raft_dev_cuda11.5.yml +++ b/conda/environments/raft_dev_cuda11.5.yml @@ -12,13 +12,13 @@ dependencies: - cython>=0.29,<0.30 - cmake>=3.20.1,!=3.23.0 - scikit-build>=0.13.1 -- rapids-build-env=22.08.* -- rapids-notebook-env=22.08.* -- rapids-doc-env=22.08.* -- rmm=22.08.* -- dask-cuda=22.08.* +- rapids-build-env=22.10.* +- rapids-notebook-env=22.10.* +- rapids-doc-env=22.10.* +- rmm=22.10.* +- dask-cuda=22.10.* - ucx>=1.13.0 -- ucx-py=0.27.* +- ucx-py=0.28.* - ucx-proc=*=gpu - doxygen>=1.8.20 - libfaiss>=1.7.0 diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 596cf8547d..f6d955633a 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -17,7 +17,7 @@ set(RAPIDS_VERSION "22.06") set(RAFT_VERSION "${RAPIDS_VERSION}.00") cmake_minimum_required(VERSION 3.20.1 FATAL_ERROR) -file(DOWNLOAD https://github.com/raw/rapidsai/rapids-cmake/branch-22.08/RAPIDS.cmake +file(DOWNLOAD https://github.com/raw/rapidsai/rapids-cmake/branch-22.10/RAPIDS.cmake ${CMAKE_BINARY_DIR}/RAPIDS.cmake) include(${CMAKE_BINARY_DIR}/RAPIDS.cmake) include(rapids-cmake) @@ -28,7 +28,7 @@ include(rapids-find) rapids_cuda_init_architectures(RAFT) -project(RAFT VERSION 22.08.00 LANGUAGES CXX CUDA) +project(RAFT VERSION 22.10.00 LANGUAGES CXX CUDA) # Needed because GoogleBenchmark changes the state of FindThreads.cmake, causing subsequent runs to # have different values for the `Threads::Threads` target. Setting this flag ensures diff --git a/docs/source/conf.py b/docs/source/conf.py index 9d3764853d..5a3cbba36a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -84,9 +84,9 @@ # built documents. # # The short X.Y version. -version = '22.08' +version = '22.10' # The full version, including alpha/beta/rc tags. -release = '22.08.00' +release = '22.10.00' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/python/pylibraft/CMakeLists.txt b/python/pylibraft/CMakeLists.txt index be615fc091..7586489911 100644 --- a/python/pylibraft/CMakeLists.txt +++ b/python/pylibraft/CMakeLists.txt @@ -14,9 +14,9 @@ cmake_minimum_required(VERSION 3.20.1 FATAL_ERROR) -set(pylibraft_version 22.08.00) +set(pylibraft_version 22.10.00) -file(DOWNLOAD https://github.com/raw/rapidsai/rapids-cmake/branch-22.08/RAPIDS.cmake +file(DOWNLOAD https://github.com/raw/rapidsai/rapids-cmake/branch-22.10/RAPIDS.cmake ${CMAKE_BINARY_DIR}/RAPIDS.cmake) include(${CMAKE_BINARY_DIR}/RAPIDS.cmake) diff --git a/python/raft/CMakeLists.txt b/python/raft/CMakeLists.txt index 60f0aea89f..8f9b703eee 100644 --- a/python/raft/CMakeLists.txt +++ b/python/raft/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.20.1 FATAL_ERROR) -set(pyraft_version 22.08.00) +set(pyraft_version 22.10.00) file(DOWNLOAD https://github.com/raw/rapidsai/rapids-cmake/branch-22.06/RAPIDS.cmake ${CMAKE_BINARY_DIR}/RAPIDS.cmake)