From f473b32c341b8dbdc3d4dc7356b5fa2072558650 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 11 Oct 2023 20:43:41 -0500 Subject: [PATCH] Fix update-version.sh and some leftover 23.10 references. --- README.md | 6 +++--- ci/release/update-version.sh | 6 +++--- dependencies.yaml | 6 +++--- python/cuproj/pyproject.toml | 4 ++-- python/cuspatial/pyproject.toml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b86c71355..e61317b03 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ An example command from the Release Selector: docker run --gpus all --pull always --rm -it \ --shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864 \ -p 8888:8888 -p 8787:8787 -p 8786:8786 \ - nvcr.io/nvidia/rapidsai/notebooks:23.120-cuda11.8-py3.10 + nvcr.io/nvidia/rapidsai/notebooks:23.12-cuda11.8-py3.10 ``` ### Install with Conda @@ -125,7 +125,7 @@ cuSpatial can be installed with conda (miniconda, or the full Anaconda distribut ```shell conda install -c rapidsai -c conda-forge -c nvidia \ - cuspatial=23.120 python=3.10 cudatoolkit=11.8 + cuspatial=23.12 python=3.10 cudatoolkit=11.8 ``` We also provide nightly Conda packages built from the HEAD of our latest development branch. @@ -184,7 +184,7 @@ To build and install cuSpatial from source please see the [build documentation]( If you find cuSpatial useful in your published work, please consider citing the repository. ```bibtex -@misc{cuspatial:23.120, +@misc{cuspatial:23.12, author = {{NVIDIA Corporation}}, title = {cuSpatial: GPU-Accelerated Geospatial and Spatiotemporal Algorithms}, year = {2023}, diff --git a/ci/release/update-version.sh b/ci/release/update-version.sh index 64c15b274..bdafb7078 100755 --- a/ci/release/update-version.sh +++ b/ci/release/update-version.sh @@ -101,9 +101,9 @@ sed_runner "s/cuproj=[0-9]*\.[0-9]*/cuproj-${NEXT_SHORT_TAG}/g" docs/cuproj/sour sed_runner "s/cuspatial=[0-9]*\.[0-9]*/cuspatial=${NEXT_SHORT_TAG}/g" docs/cuproj/source/user_guide/cuproj_api_examples.ipynb # Versions in README.md -sed_runner "s/cuspatial:[0-9]\+.[0-9]/cuspatial:${NEXT_SHORT_TAG}/g" README.md -sed_runner "s/cuspatial=[0-9]\+.[0-9]/cuspatial=${NEXT_SHORT_TAG}/g" README.md -sed_runner "s/notebooks:[0-9]\+.[0-9]/notebooks:${NEXT_SHORT_TAG}/g" README.md +sed_runner "s/cuspatial:[0-9]\+\.[0-9]\+/cuspatial:${NEXT_SHORT_TAG}/g" README.md +sed_runner "s/cuspatial=[0-9]\+\.[0-9]\+/cuspatial=${NEXT_SHORT_TAG}/g" README.md +sed_runner "s/notebooks:[0-9]\+\.[0-9]\+/notebooks:${NEXT_SHORT_TAG}/g" README.md # .devcontainer files find .devcontainer/ -type f -name devcontainer.json -print0 | while IFS= read -r -d '' filename; do diff --git a/dependencies.yaml b/dependencies.yaml index 4ba232a4a..60913a6bd 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -434,7 +434,7 @@ dependencies: common: - output_types: conda packages: - - &cuspatial_conda cuspatial==23.10.* + - &cuspatial_conda cuspatial==23.12.* - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file @@ -444,12 +444,12 @@ dependencies: matrices: - matrix: {cuda: "12.2"} packages: &cuspatial_packages_pip_cu12 - - cuspatial-cu12==23.10.* + - cuspatial-cu12==23.12.* - {matrix: {cuda: "12.1"}, packages: *cuspatial_packages_pip_cu12} - {matrix: {cuda: "12.0"}, packages: *cuspatial_packages_pip_cu12} - matrix: {cuda: "11.8"} packages: &cuspatial_packages_pip_cu11 - - cuspatial-cu11==23.10.* + - cuspatial-cu11==23.12.* - {matrix: {cuda: "11.5"}, packages: *cuspatial_packages_pip_cu11} - {matrix: {cuda: "11.4"}, packages: *cuspatial_packages_pip_cu11} - {matrix: {cuda: "11.2"}, packages: *cuspatial_packages_pip_cu11} diff --git a/python/cuproj/pyproject.toml b/python/cuproj/pyproject.toml index 2589595ba..811914c86 100644 --- a/python/cuproj/pyproject.toml +++ b/python/cuproj/pyproject.toml @@ -26,7 +26,7 @@ requires = [ [project] name = "cuproj" -version = "23.12.0" +version = "23.12.00" description = "cuProj: GPU-Accelerated Coordinate Projection" readme = { file = "README.md", content-type = "text/markdown" } authors = [{ name = "NVIDIA Corporation" }] @@ -48,7 +48,7 @@ classifiers = [ [project.optional-dependencies] test = [ - "cuspatial==23.10.*", + "cuspatial==23.12.*", "geopandas>=0.11.0", "pyproj>=3.6.0,<3.7a0", "pytest", diff --git a/python/cuspatial/pyproject.toml b/python/cuspatial/pyproject.toml index e3e306bf9..a331ade40 100644 --- a/python/cuspatial/pyproject.toml +++ b/python/cuspatial/pyproject.toml @@ -27,7 +27,7 @@ requires = [ [project] name = "cuspatial" -version = "23.12.0" +version = "23.12.00" description = "cuSpatial: GPU-Accelerated Spatial and Trajectory Data Management and Analytics Library" readme = { file = "README.md", content-type = "text/markdown" } authors = [