From 2ac1ea49b546c723377e9dcd46f0d553e2d66f72 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Thu, 18 Dec 2025 08:00:46 -0500 Subject: [PATCH 1/2] Bump version to 13.1.2 --- cuda_bindings/cuda/bindings/_version.py | 2 +- .../docs/source/release/13.1.X-notes.rst | 22 +++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 cuda_bindings/docs/source/release/13.1.X-notes.rst diff --git a/cuda_bindings/cuda/bindings/_version.py b/cuda_bindings/cuda/bindings/_version.py index 3448e498c5..d45b9484f2 100644 --- a/cuda_bindings/cuda/bindings/_version.py +++ b/cuda_bindings/cuda/bindings/_version.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE -__version__ = "13.1.1" +__version__ = "13.1.2" diff --git a/cuda_bindings/docs/source/release/13.1.X-notes.rst b/cuda_bindings/docs/source/release/13.1.X-notes.rst new file mode 100644 index 0000000000..70bce8a554 --- /dev/null +++ b/cuda_bindings/docs/source/release/13.1.X-notes.rst @@ -0,0 +1,22 @@ +.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE + +.. module:: cuda.bindings + +``cuda-bindings`` 13.1.X Release notes +====================================== + + +Highlights +---------- + + +Experimental +------------ + + +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``. +* The graphics APIs in ``cuda.bindings.runtime`` are inadvertently disabled in 13.0.2. Users needing these APIs should update to 13.0.3. From fcc0cf4790a2a9430d47ebee82823f248ff85588 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Thu, 18 Dec 2025 08:04:59 -0500 Subject: [PATCH 2/2] Add 12.9.X release notes --- .../docs/source/release/12.9.X-notes.rst | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 cuda_bindings/docs/source/release/12.9.X-notes.rst diff --git a/cuda_bindings/docs/source/release/12.9.X-notes.rst b/cuda_bindings/docs/source/release/12.9.X-notes.rst new file mode 100644 index 0000000000..cafac72957 --- /dev/null +++ b/cuda_bindings/docs/source/release/12.9.X-notes.rst @@ -0,0 +1,25 @@ +.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE + +.. module:: cuda.bindings + +``cuda-bindings`` 12.9.X Release notes +====================================== + +Highlights +---------- + + +Bug fixes +--------- + + +Experimental +------------ + + +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``. +* The graphics APIs in ``cuda.bindings.runtime`` are inadvertently disabled in 12.9.3. Users needing these APIs should update to 12.9.4 or higher.