From 5241b497157662d204b6deb4f9fec012e4dd532f Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Fri, 5 Dec 2025 11:12:30 -0800 Subject: [PATCH 1/2] Add cuda_python/docs/source/release/13.1.0-notes.rst and update version selector --- cuda_python/docs/nv-versions.json | 4 ++++ .../docs/source/release/13.1.0-notes.rst | 20 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 cuda_python/docs/source/release/13.1.0-notes.rst diff --git a/cuda_python/docs/nv-versions.json b/cuda_python/docs/nv-versions.json index c0b6cbf3c0..738e1edfd3 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/" 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``. From 67046ba78154dd826eefe3bd648bbd14a5b19fe6 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Fri, 5 Dec 2025 12:23:49 -0800 Subject: [PATCH 2/2] Add cuda_python/docs/source/release/12.9.5-notes.rst and 12.9.1 through 12.9.5 items in cuda_python/docs/nv-versions.json --- cuda_python/docs/nv-versions.json | 20 +++++++++++++++++++ .../docs/source/release/12.9.5-notes.rst | 18 +++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 cuda_python/docs/source/release/12.9.5-notes.rst diff --git a/cuda_python/docs/nv-versions.json b/cuda_python/docs/nv-versions.json index 738e1edfd3..be61ac39e5 100644 --- a/cuda_python/docs/nv-versions.json +++ b/cuda_python/docs/nv-versions.json @@ -23,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``.