Skip to content

Commit 476cf1d

Browse files
authored
Prepare for cuda-bindings & cuda-python v13.1.1 release (#1348)
* Prepare for cuda-bindings & cuda-python 13.1.1 release * Also mention Experimental NVML bindings in cuda_bindings/docs/source/release/13.1.1-notes.rst * Change 13.1.1 release date to Dec 9, 2025 * Add mention of Experimental NVML bindings to cuda-bindings 12.9.5 release notes. * Fix edit accident (missing closing >)
1 parent b2a912a commit 476cf1d

File tree

6 files changed

+58
-3
lines changed

6 files changed

+58
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
33

4-
__version__ = "13.1.1a0"
4+
__version__ = "13.1.1"

cuda_bindings/docs/nv-versions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "latest",
44
"url": "https://nvidia.github.io/cuda-python/cuda-bindings/latest/"
55
},
6+
{
7+
"version": "13.1.1",
8+
"url": "https://nvidia.github.io/cuda-python/cuda-bindings/13.1.1/"
9+
},
610
{
711
"version": "13.1.0",
812
"url": "https://nvidia.github.io/cuda-python/cuda-bindings/13.1.0/"

cuda_bindings/docs/source/release/12.9.5-notes.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
``cuda-bindings`` 12.9.5 Release notes
77
======================================
88

9-
10-
119
Highlights
1210
----------
1311

@@ -19,6 +17,11 @@ Bug fixes
1917

2018
* Fixed ``cuStreamBeginCaptureToGraph`` to allow the ``dependencyData`` argument to be optional, matching the underlying CUDA API behavior.
2119

20+
Experimental
21+
------------
22+
23+
* Experimental NVML bindings were added under ``cuda.bindings._nvml``.
24+
2225
Known issues
2326
------------
2427

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3+
4+
.. module:: cuda.bindings
5+
6+
``cuda-bindings`` 13.1.1 Release notes
7+
======================================
8+
9+
Released on Dec 9, 2025
10+
11+
Highlights
12+
----------
13+
14+
* Add missing driver & runtime bindings for functions new in CTK 13.1.0
15+
(`PR #1321 <https://github.com/NVIDIA/cuda-python/pull/1321>`_)
16+
17+
Experimental
18+
------------
19+
20+
* Experimental NVML bindings were added under ``cuda.bindings._nvml``
21+
(`PR #1284 <https://github.com/NVIDIA/cuda-python/pull/1284>`_)
22+
23+
Known issues
24+
------------
25+
26+
* 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``.
27+
* The graphics APIs in ``cuda.bindings.runtime`` are inadvertently disabled in 13.0.2. Users needing these APIs should update to 13.0.3.

cuda_python/docs/nv-versions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "latest",
44
"url": "https://nvidia.github.io/cuda-python/latest/"
55
},
6+
{
7+
"version": "13.1.1",
8+
"url": "https://nvidia.github.io/cuda-python/13.1.1/"
9+
},
610
{
711
"version": "13.1.0",
812
"url": "https://nvidia.github.io/cuda-python/13.1.0/"
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3+
4+
CUDA Python 13.1.1 Release notes
5+
================================
6+
7+
Released on Dec 9, 2025.
8+
9+
Included components
10+
-------------------
11+
12+
* `cuda.bindings 13.1.1 <https://nvidia.github.io/cuda-python/cuda-bindings/13.1.1/release/13.1.1-notes.html>`_
13+
14+
Known issues
15+
------------
16+
17+
* 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``.

0 commit comments

Comments
 (0)