Skip to content

Commit 8edc5ea

Browse files
authored
Add cuda_python/docs/source/release/13.1.0-notes.rst and update version selector (NVIDIA#1325)
* Add cuda_python/docs/source/release/13.1.0-notes.rst and update version selector * 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
1 parent c89283c commit 8edc5ea

3 files changed

Lines changed: 62 additions & 0 deletions

File tree

cuda_python/docs/nv-versions.json

Lines changed: 24 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.0",
8+
"url": "https://nvidia.github.io/cuda-python/13.1.0/"
9+
},
610
{
711
"version": "13.0.3",
812
"url": "https://nvidia.github.io/cuda-python/13.0.3/"
@@ -19,6 +23,26 @@
1923
"version": "13.0.0",
2024
"url": "https://nvidia.github.io/cuda-python/13.0.0/"
2125
},
26+
{
27+
"version": "12.9.5",
28+
"url": "https://nvidia.github.io/cuda-python/12.9.5/"
29+
},
30+
{
31+
"version": "12.9.4",
32+
"url": "https://nvidia.github.io/cuda-python/12.9.4/"
33+
},
34+
{
35+
"version": "12.9.3",
36+
"url": "https://nvidia.github.io/cuda-python/12.9.3/"
37+
},
38+
{
39+
"version": "12.9.2",
40+
"url": "https://nvidia.github.io/cuda-python/12.9.2/"
41+
},
42+
{
43+
"version": "12.9.1",
44+
"url": "https://nvidia.github.io/cuda-python/12.9.1/"
45+
},
2246
{
2347
"version": "12.9.0",
2448
"url": "https://nvidia.github.io/cuda-python/12.9.0/"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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.5 Release notes
5+
================================
6+
7+
8+
Included components
9+
-------------------
10+
11+
* `cuda.bindings 12.9.5 <https://nvidia.github.io/cuda-python/cuda-bindings/12.9.5/release/12.9.5-notes.html>`_
12+
* `cuda.pathfinder 1.3.3 <https://nvidia.github.io/cuda-python/cuda-pathfinder/1.3.3/>`_
13+
14+
15+
Known issues
16+
------------
17+
18+
* 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: 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.1.0 Release notes
5+
================================
6+
7+
Released on Dec 4, 2025.
8+
9+
10+
Included components
11+
-------------------
12+
13+
* `cuda.bindings 13.1.0 <https://nvidia.github.io/cuda-python/cuda-bindings/13.1.0/release/13.1.0-notes.html>`_
14+
* `cuda.pathfinder 1.3.3 <https://nvidia.github.io/cuda-python/cuda-pathfinder/1.3.3/>`_
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)