Skip to content

Commit ce80737

Browse files
Copilotleofang
andauthored
Create new cuda-bindings release note files for missing milestone 14 improvements and link them in documentation (#882)
* Initial plan * Update cuda-bindings release notes for missing milestone 14 improvements Co-authored-by: leofang <5534781+leofang@users.noreply.github.com> * Create new release note files with proper naming convention and remove redundant content Co-authored-by: leofang <5534781+leofang@users.noreply.github.com> * Add new release note files to Sphinx toctree for proper documentation rendering Co-authored-by: leofang <5534781+leofang@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
1 parent 1c03383 commit ce80737

3 files changed

Lines changed: 44 additions & 0 deletions

File tree

cuda_bindings/docs/source/release.rst

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

10+
13.X.Y <release/13.X.Y-notes.rst>
1011
13.0.1 <release/13.0.1-notes.rst>
1112
13.0.0 <release/13.0.0-notes.rst>
13+
12.9.X <release/12.9.X-notes.rst>
1214
12.9.2 <release/12.9.2-notes.rst>
1315
12.9.1 <release/12.9.1-notes.rst>
1416
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+
.. module:: cuda.bindings
5+
6+
``cuda-bindings`` 12.9.X Release notes
7+
======================================
8+
9+
Released on TBD
10+
11+
12+
Highlights
13+
----------
14+
15+
* Automatic CUDA library path detection based on ``CUDA_HOME``, eliminating the need to manually set ``LIBRARY_PATH`` environment variables for installation.
16+
17+
18+
Known issues
19+
------------
20+
21+
* 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+
.. module:: cuda.bindings
5+
6+
``cuda-bindings`` 13.X.Y Release notes
7+
======================================
8+
9+
Released on TBD
10+
11+
12+
Highlights
13+
----------
14+
15+
* Automatic CUDA library path detection based on ``CUDA_HOME``, eliminating the need to manually set ``LIBRARY_PATH`` environment variables for installation.
16+
17+
18+
Known issues
19+
------------
20+
21+
* 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)