FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add cuda_python/docs/source/release/13.1.0-notes.rst and update version selector by rwgk · Pull Request #1325 · NVIDIA/cuda-python · GitHub

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

Filter by extension

Filter by extension .json  (1) .rst  (2) All 2 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
24 changes: 24 additions & 0 deletions cuda_python/docs/nv-versions.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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``.

Back | FazBrowse Home | New Git URL