Skip to content

Commit 7006621

Browse files
committed
add rel notes for cuda-python too
1 parent 14ad594 commit 7006621

7 files changed

Lines changed: 86 additions & 8 deletions

File tree

cuda_bindings/docs/nv-versions.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
"version": "13.0.0",
2020
"url": "https://nvidia.github.io/cuda-python/cuda-bindings/13.0.0/"
2121
},
22-
{
23-
"version": "12.9.4",
24-
"url": "https://nvidia.github.io/cuda-python/cuda-bindings/12.9.4/"
25-
},
2622
{
2723
"version": "12.9.0",
2824
"url": "https://nvidia.github.io/cuda-python/cuda-bindings/12.9.0/"

cuda_python/docs/nv-versions.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
"version": "13.0.0",
2020
"url": "https://nvidia.github.io/cuda-python/13.0.0/"
2121
},
22-
{
23-
"version": "12.9.4",
24-
"url": "https://nvidia.github.io/cuda-python/12.9.4/"
25-
},
2622
{
2723
"version": "12.9.0",
2824
"url": "https://nvidia.github.io/cuda-python/12.9.0/"

cuda_python/docs/source/release.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ Release Notes
77
.. toctree::
88
:maxdepth: 3
99

10+
13.0.3 <release/13.0.3-notes.rst>
11+
13.0.2 <release/13.0.2-notes.rst>
1012
13.0.1 <release/13.0.1-notes.rst>
1113
13.0.0 <release/13.0.0-notes.rst>
14+
12.9.4 <release/12.9.4-notes.rst>
15+
12.9.3 <release/12.9.3-notes.rst>
1216
12.9.2 <release/12.9.2-notes.rst>
1317
12.9.1 <release/12.9.1-notes.rst>
1418
12.9.0 <release/12.9.0-notes.rst>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3+
4+
CUDA Python 12.9.3 Release notes
5+
================================
6+
7+
Released on Oct 9, 2025.
8+
9+
10+
Included components
11+
-------------------
12+
13+
* `cuda.bindings 12.9.3 <https://nvidia.github.io/cuda-python/cuda-bindings/latest/release/12.9.3-notes.html>`_
14+
* `cuda.pathfinder >=1.1.0 <https://nvidia.github.io/cuda-python/cuda-pathfinder/latest/>`_
15+
16+
17+
Known issues
18+
------------
19+
20+
* 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``.
21+
* The graphics APIs in ``cuda.bindings.runtime`` are inadvertently disabled in 12.9.3. Users needing these APIs should update to 12.9.4.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3+
4+
CUDA Python 12.9.4 Release notes
5+
================================
6+
7+
Released on Oct 20, 2025.
8+
9+
10+
Included components
11+
-------------------
12+
13+
* `cuda.bindings 12.9.4 <https://nvidia.github.io/cuda-python/cuda-bindings/latest/release/12.9.4-notes.html>`_
14+
* `cuda.pathfinder >=1.1.0 <https://nvidia.github.io/cuda-python/cuda-pathfinder/latest/>`_
15+
16+
17+
Known issues
18+
------------
19+
20+
* 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``.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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.0.2 Release notes
5+
================================
6+
7+
Released on Oct 9, 2025.
8+
9+
10+
Included components
11+
-------------------
12+
13+
* `cuda.bindings 13.0.2 <https://nvidia.github.io/cuda-python/cuda-bindings/13.0.2/release/13.0.2-notes.html>`_
14+
* `cuda.pathfinder >=1.1.0 <https://nvidia.github.io/cuda-python/cuda-pathfinder/latest/>`_
15+
16+
17+
Known issues
18+
------------
19+
20+
* 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``.
21+
* The graphics APIs in ``cuda.bindings.runtime`` are inadvertently disabled in 13.0.2. Users needing these APIs should update to 13.0.3.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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.0.3 Release notes
5+
================================
6+
7+
Released on Oct 20, 2025.
8+
9+
10+
Included components
11+
-------------------
12+
13+
* `cuda.bindings 13.0.3 <https://nvidia.github.io/cuda-python/cuda-bindings/13.0.3/release/13.0.3-notes.html>`_
14+
* `cuda.pathfinder >=1.1.0 <https://nvidia.github.io/cuda-python/cuda-pathfinder/latest/>`_
15+
16+
17+
Known issues
18+
------------
19+
20+
* 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)