Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions cuda_python/docs/nv-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand All @@ -19,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/"
Expand Down
18 changes: 18 additions & 0 deletions cuda_python/docs/source/release/12.9.5-notes.rst
Original file line number Diff line number Diff line change
@@ -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 <https://nvidia.github.io/cuda-python/cuda-bindings/12.9.5/release/12.9.5-notes.html>`_
* `cuda.pathfinder 1.3.3 <https://nvidia.github.io/cuda-python/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``.
20 changes: 20 additions & 0 deletions cuda_python/docs/source/release/13.1.0-notes.rst
Original file line number Diff line number Diff line change
@@ -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 <https://nvidia.github.io/cuda-python/cuda-bindings/13.1.0/release/13.1.0-notes.html>`_
* `cuda.pathfinder 1.3.3 <https://nvidia.github.io/cuda-python/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``.