From de3eb738d24576f0b1bff4f9e0fdcfa4f06b8fe6 Mon Sep 17 00:00:00 2001 From: Raymond Douglass Date: Thu, 19 May 2022 11:05:41 -0400 Subject: [PATCH] DOC --- CHANGELOG.md | 4 ++++ ci/checks/style.sh | 2 +- ci/gpu/build.sh | 2 +- ci/gpu/java.sh | 2 +- conda/environments/cudf_dev_cuda11.5.yml | 2 +- cpp/CMakeLists.txt | 2 +- cpp/doxygen/Doxyfile | 4 ++-- cpp/examples/basic/CMakeLists.txt | 2 +- cpp/libcudf_kafka/CMakeLists.txt | 2 +- docs/cudf/source/conf.py | 4 ++-- fetch_rapids.cmake | 2 +- java/src/main/native/CMakeLists.txt | 2 +- 12 files changed, 17 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ede06e6df70..9c571d8e50f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# cuDF 22.08.00 (Date TBD) + +Please see https://github.com/rapidsai/cudf/releases/tag/v22.08.00a for the latest changes to this development branch. + # cuDF 22.06.00 (Date TBD) Please see https://github.com/rapidsai/cudf/releases/tag/v22.06.00a for the latest changes to this development branch. diff --git a/ci/checks/style.sh b/ci/checks/style.sh index 5ed64af8388..381784c26fc 100755 --- a/ci/checks/style.sh +++ b/ci/checks/style.sh @@ -14,7 +14,7 @@ LANG=C.UTF-8 . /opt/conda/etc/profile.d/conda.sh conda activate rapids -FORMAT_FILE_URL=https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.06/cmake-format-rapids-cmake.json +FORMAT_FILE_URL=https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.08/cmake-format-rapids-cmake.json export RAPIDS_CMAKE_FORMAT_FILE=/tmp/rapids_cmake_ci/cmake-formats-rapids-cmake.json mkdir -p $(dirname ${RAPIDS_CMAKE_FORMAT_FILE}) wget -O ${RAPIDS_CMAKE_FORMAT_FILE} ${FORMAT_FILE_URL} diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index 89f3f3a5976..209d8afc42f 100755 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -35,7 +35,7 @@ unset GIT_DESCRIBE_TAG export INSTALL_DASK_MAIN=1 # ucx-py version -export UCX_PY_VERSION='0.26.*' +export UCX_PY_VERSION='0.27.*' ################################################################################ # TRAP - Setup trap for removing jitify cache diff --git a/ci/gpu/java.sh b/ci/gpu/java.sh index 1d378824b01..9688c04c7db 100755 --- a/ci/gpu/java.sh +++ b/ci/gpu/java.sh @@ -31,7 +31,7 @@ export GIT_DESCRIBE_TAG=`git describe --tags` export MINOR_VERSION=`echo $GIT_DESCRIBE_TAG | grep -o -E '([0-9]+\.[0-9]+)'` # ucx-py version -export UCX_PY_VERSION='0.26.*' +export UCX_PY_VERSION='0.27.*' ################################################################################ # TRAP - Setup trap for removing jitify cache diff --git a/conda/environments/cudf_dev_cuda11.5.yml b/conda/environments/cudf_dev_cuda11.5.yml index d6d05926099..ecb23e21008 100644 --- a/conda/environments/cudf_dev_cuda11.5.yml +++ b/conda/environments/cudf_dev_cuda11.5.yml @@ -11,7 +11,7 @@ dependencies: - clang=11.1.0 - clang-tools=11.1.0 - cupy>=9.5.0,<11.0.0a0 - - rmm=22.06.* + - rmm=22.08.* - cmake>=3.20.1,!=3.23.0 - cmake_setuptools>=0.1.3 - python>=3.7,<3.9 diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 6a08637dc11..c9d27257e1c 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -25,7 +25,7 @@ rapids_cuda_init_architectures(CUDF) project( CUDF - VERSION 22.06.00 + VERSION 22.08.00 LANGUAGES C CXX CUDA ) diff --git a/cpp/doxygen/Doxyfile b/cpp/doxygen/Doxyfile index 4aa0bfca78a..835c47a6e7e 100644 --- a/cpp/doxygen/Doxyfile +++ b/cpp/doxygen/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "libcudf" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 22.06.00 +PROJECT_NUMBER = 22.08.00 # 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 @@ -2171,7 +2171,7 @@ SKIP_FUNCTION_MACROS = YES # the path). If a tag file is not located in the directory in which doxygen is # run, you must also specify the path to the tagfile here. -TAGFILES = rmm.tag=https://docs.rapids.ai/api/librmm/22.06 +TAGFILES = rmm.tag=https://docs.rapids.ai/api/librmm/22.08 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a # tag file that is based on the input files it reads. See section "Linking to diff --git a/cpp/examples/basic/CMakeLists.txt b/cpp/examples/basic/CMakeLists.txt index 0871778db81..235e9562f34 100644 --- a/cpp/examples/basic/CMakeLists.txt +++ b/cpp/examples/basic/CMakeLists.txt @@ -16,7 +16,7 @@ file( ) include(${CMAKE_BINARY_DIR}/cmake/get_cpm.cmake) -set(CUDF_TAG branch-22.06) +set(CUDF_TAG branch-22.08) CPMFindPackage( NAME cudf GIT_REPOSITORY https://github.com/rapidsai/cudf GIT_TAG ${CUDF_TAG} diff --git a/cpp/libcudf_kafka/CMakeLists.txt b/cpp/libcudf_kafka/CMakeLists.txt index bfd5a42493b..02cd8507463 100644 --- a/cpp/libcudf_kafka/CMakeLists.txt +++ b/cpp/libcudf_kafka/CMakeLists.txt @@ -22,7 +22,7 @@ include(rapids-find) project( CUDA_KAFKA - VERSION 22.06.00 + VERSION 22.08.00 LANGUAGES CXX ) diff --git a/docs/cudf/source/conf.py b/docs/cudf/source/conf.py index e9fd29ce859..d30e9142596 100644 --- a/docs/cudf/source/conf.py +++ b/docs/cudf/source/conf.py @@ -82,9 +82,9 @@ # built documents. # # The short X.Y version. -version = '22.06' +version = '22.08' # The full version, including alpha/beta/rc tags. -release = '22.06.00' +release = '22.08.00' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/fetch_rapids.cmake b/fetch_rapids.cmake index 2382abe38a9..315eb71fa41 100644 --- a/fetch_rapids.cmake +++ b/fetch_rapids.cmake @@ -11,7 +11,7 @@ # or implied. See the License for the specific language governing permissions and limitations under # the License. # ============================================================================= -file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.06/RAPIDS.cmake +file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.08/RAPIDS.cmake ${CMAKE_BINARY_DIR}/RAPIDS.cmake ) include(${CMAKE_BINARY_DIR}/RAPIDS.cmake) diff --git a/java/src/main/native/CMakeLists.txt b/java/src/main/native/CMakeLists.txt index 3a375412bbd..447a58d4b67 100755 --- a/java/src/main/native/CMakeLists.txt +++ b/java/src/main/native/CMakeLists.txt @@ -28,7 +28,7 @@ rapids_cuda_init_architectures(CUDF_JNI) project( CUDF_JNI - VERSION 22.06.00 + VERSION 22.08.00 LANGUAGES C CXX CUDA )