diff --git a/cuda_python/docs/nv-versions.json b/cuda_python/docs/nv-versions.json index c0b6cbf3c0..be61ac39e5 100644 --- a/cuda_python/docs/nv-versions.json +++ b/cuda_python/docs/nv-versions.json @@ -3,6 +3,10 @@ "version": "latest", "url": "https://nvidia.github.io/cuda-python/latest/" }, + { + "version": "13.1.0", + "url": "https://nvidia.github.io/cuda-python/13.1.0/" + }, { "version": "13.0.3", "url": "https://nvidia.github.io/cuda-python/13.0.3/" @@ -19,6 +23,26 @@ "version": "13.0.0", "url": "https://nvidia.github.io/cuda-python/13.0.0/" }, + { + "version": "12.9.5", + "url": "https://nvidia.github.io/cuda-python/12.9.5/" + }, + { + "version": "12.9.4", + "url": "https://nvidia.github.io/cuda-python/12.9.4/" + }, + { + "version": "12.9.3", + "url": "https://nvidia.github.io/cuda-python/12.9.3/" + }, + { + "version": "12.9.2", + "url": "https://nvidia.github.io/cuda-python/12.9.2/" + }, + { + "version": "12.9.1", + "url": "https://nvidia.github.io/cuda-python/12.9.1/" + }, { "version": "12.9.0", "url": "https://nvidia.github.io/cuda-python/12.9.0/" diff --git a/cuda_python/docs/source/release/12.9.5-notes.rst b/cuda_python/docs/source/release/12.9.5-notes.rst new file mode 100644 index 0000000000..a134a36f00 --- /dev/null +++ b/cuda_python/docs/source/release/12.9.5-notes.rst @@ -0,0 +1,18 @@ +.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE + +CUDA Python 12.9.5 Release notes +================================ + + +Included components +------------------- + +* `cuda.bindings 12.9.5 `_ +* `cuda.pathfinder 1.3.3 `_ + + +Known issues +------------ + +* Updating from older versions (v12.6.2.post1 and below) via ``pip install -U cuda-python`` might not work. Please do a clean re-installation by uninstalling ``pip uninstall -y cuda-python`` followed by installing ``pip install cuda-python``. diff --git a/cuda_python/docs/source/release/13.1.0-notes.rst b/cuda_python/docs/source/release/13.1.0-notes.rst new file mode 100644 index 0000000000..beacd818e2 --- /dev/null +++ b/cuda_python/docs/source/release/13.1.0-notes.rst @@ -0,0 +1,20 @@ +.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE + +CUDA Python 13.1.0 Release notes +================================ + +Released on Dec 4, 2025. + + +Included components +------------------- + +* `cuda.bindings 13.1.0 `_ +* `cuda.pathfinder 1.3.3 `_ + + +Known issues +------------ + +* Updating from older versions (v12.6.2.post1 and below) via ``pip install -U cuda-python`` might not work. Please do a clean re-installation by uninstalling ``pip uninstall -y cuda-python`` followed by installing ``pip install cuda-python``.