diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b4495ce36..4f2ffc0ef 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,7 +28,7 @@ concurrency: jobs: cpp-build: secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-build.yaml@branch-23.04 + uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-build.yaml@branch-23.06 with: build_type: ${{ inputs.build_type || 'branch' }} branch: ${{ inputs.branch }} @@ -37,7 +37,7 @@ jobs: python-build: needs: [cpp-build] secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-build.yaml@branch-23.04 + uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-build.yaml@branch-23.06 with: build_type: ${{ inputs.build_type || 'branch' }} branch: ${{ inputs.branch }} @@ -46,7 +46,7 @@ jobs: upload-conda: needs: [cpp-build, python-build] secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/conda-upload-packages.yaml@branch-23.04 + uses: rapidsai/shared-action-workflows/.github/workflows/conda-upload-packages.yaml@branch-23.06 with: build_type: ${{ inputs.build_type || 'branch' }} branch: ${{ inputs.branch }} @@ -56,7 +56,7 @@ jobs: if: github.ref_type == 'branch' && github.event_name == 'push' needs: python-build secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/custom-job.yaml@branch-23.04 + uses: rapidsai/shared-action-workflows/.github/workflows/custom-job.yaml@branch-23.06 with: build_type: branch node_type: "gpu-latest-1" diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 49455e682..7fe024637 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -20,38 +20,38 @@ jobs: - conda-notebook-tests - docs-build secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/pr-builder.yaml@branch-23.04 + uses: rapidsai/shared-action-workflows/.github/workflows/pr-builder.yaml@branch-23.06 checks: secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/checks.yaml@branch-23.04 + uses: rapidsai/shared-action-workflows/.github/workflows/checks.yaml@branch-23.06 conda-cpp-build: needs: checks secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-build.yaml@branch-23.04 + uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-build.yaml@branch-23.06 with: build_type: pull-request conda-cpp-tests: needs: conda-cpp-build secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-tests.yaml@branch-23.04 + uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-tests.yaml@branch-23.06 with: build_type: pull-request conda-python-build: needs: conda-cpp-build secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-build.yaml@branch-23.04 + uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-build.yaml@branch-23.06 with: build_type: pull-request conda-python-tests: needs: conda-python-build secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-tests.yaml@branch-23.04 + uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-tests.yaml@branch-23.06 with: build_type: pull-request conda-notebook-tests: needs: conda-python-build secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/custom-job.yaml@branch-23.04 + uses: rapidsai/shared-action-workflows/.github/workflows/custom-job.yaml@branch-23.06 with: build_type: pull-request node_type: "gpu-latest-1" @@ -61,7 +61,7 @@ jobs: docs-build: needs: conda-python-build secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/custom-job.yaml@branch-23.04 + uses: rapidsai/shared-action-workflows/.github/workflows/custom-job.yaml@branch-23.06 with: build_type: pull-request node_type: "gpu-latest-1" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d937461e4..eb3cb4d94 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,7 +16,7 @@ on: jobs: conda-cpp-tests: secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-tests.yaml@branch-23.04 + uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-tests.yaml@branch-23.06 with: build_type: nightly branch: ${{ inputs.branch }} @@ -24,7 +24,7 @@ jobs: sha: ${{ inputs.sha }} conda-python-tests: secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-tests.yaml@branch-23.04 + uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-tests.yaml@branch-23.06 with: build_type: nightly branch: ${{ inputs.branch }} diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 40a0a0ed4..558001477 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -9,7 +9,7 @@ dependencies: - c-compiler - cmake>=3.23.1,!=3.25.0 - cudatoolkit=11.8 -- cudf=23.04 +- cudf=23.06 - cxx-compiler - cython>=0.29,<0.30 - doxygen @@ -18,8 +18,8 @@ dependencies: - gmock=1.10.0 - gtest=1.10.0 - ipython -- libcudf=23.04 -- librmm=23.04 +- libcudf=23.06 +- librmm=23.06 - myst-parser - nbsphinx - ninja @@ -31,7 +31,7 @@ dependencies: - pytest-cov - pytest-xdist - python>=3.8,<3.11 -- rmm=23.04 +- rmm=23.06 - scikit-build>=0.13.1 - setuptools - sphinx<6 diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 74391b5ea..1b6afb223 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -25,7 +25,7 @@ include(rapids-find) rapids_cuda_init_architectures(CUSPATIAL) -project(CUSPATIAL VERSION 23.04.00 LANGUAGES C CXX CUDA) +project(CUSPATIAL VERSION 23.06.00 LANGUAGES C CXX CUDA) # Needed because GoogleBenchmark changes the state of FindThreads.cmake, # causing subsequent runs to have different values for the `Threads::Threads` target. diff --git a/cpp/doxygen/Doxyfile b/cpp/doxygen/Doxyfile index aa65eabdc..dfafd207d 100644 --- a/cpp/doxygen/Doxyfile +++ b/cpp/doxygen/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "libcuspatial" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 23.04.00 +PROJECT_NUMBER = 23.06.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 diff --git a/dependencies.yaml b/dependencies.yaml index 6346cae7a..5dcf27ecb 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -55,8 +55,8 @@ dependencies: - cxx-compiler - gmock=1.10.0 - gtest=1.10.0 - - libcudf=23.04 - - librmm=23.04 + - libcudf=23.06 + - librmm=23.06 - ninja specific: - output_types: conda @@ -93,7 +93,7 @@ dependencies: - setuptools - output_types: conda packages: - - &cudf_conda cudf=23.04 + - &cudf_conda cudf=23.06 specific: - output_types: conda matrices: @@ -113,22 +113,22 @@ dependencies: cuda: "11.8" packages: - "--extra-index-url=https://pypi.nvidia.com" - - cudf-cu11==23.4.* + - cudf-cu11==23.6.* - matrix: cuda: "11.5" packages: - "--extra-index-url=https://pypi.nvidia.com" - - cudf-cu11==23.4.* + - cudf-cu11==23.6.* - matrix: cuda: "11.4" packages: - "--extra-index-url=https://pypi.nvidia.com" - - cudf-cu11==23.4.* + - cudf-cu11==23.6.* - matrix: cuda: "11.2" packages: - "--extra-index-url=https://pypi.nvidia.com" - - cudf-cu11==23.4.* + - cudf-cu11==23.6.* cudatoolkit: specific: - output_types: conda @@ -199,7 +199,7 @@ dependencies: - output_types: conda packages: - *cudf_conda - - rmm=23.04 + - rmm=23.06 specific: - output_types: requirements matrices: @@ -207,22 +207,22 @@ dependencies: cuda: "11.8" packages: - "--extra-index-url=https://pypi.nvidia.com" - - rmm-cu11==23.4.* + - rmm-cu11==23.6.* - matrix: cuda: "11.5" packages: - "--extra-index-url=https://pypi.nvidia.com" - - rmm-cu11==23.4.* + - rmm-cu11==23.6.* - matrix: cuda: "11.4" packages: - "--extra-index-url=https://pypi.nvidia.com" - - rmm-cu11==23.4.* + - rmm-cu11==23.6.* - matrix: cuda: "11.2" packages: - "--extra-index-url=https://pypi.nvidia.com" - - rmm-cu11==23.4.* + - rmm-cu11==23.6.* test_python: common: - output_types: [conda, requirements] diff --git a/docs/source/conf.py b/docs/source/conf.py index 31e9b9da7..0084abee3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -50,9 +50,9 @@ # built documents. # # The short X.Y version. -version = '23.04' +version = '23.06' # The full version, including alpha/beta/rc tags. -release = '23.04.00' +release = '23.06.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 bbc2eb4c9..927acfd7b 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-23.04/RAPIDS.cmake +file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.06/RAPIDS.cmake ${CMAKE_BINARY_DIR}/RAPIDS.cmake ) include(${CMAKE_BINARY_DIR}/RAPIDS.cmake) diff --git a/python/cuspatial/CMakeLists.txt b/python/cuspatial/CMakeLists.txt index f48ba913b..9f06c3ad9 100644 --- a/python/cuspatial/CMakeLists.txt +++ b/python/cuspatial/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.23.1 FATAL_ERROR) -set(cuspatial_version 23.04.00) +set(cuspatial_version 23.06.00) include(../../fetch_rapids.cmake) include(rapids-cuda)