Skip to content

Commit bea597b

Browse files
Copilotleofang
andcommitted
Create new release note files with proper naming convention and remove redundant content
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
1 parent 362a29d commit bea597b

4 files changed

Lines changed: 42 additions & 14 deletions

File tree

cuda_bindings/docs/source/release/12.9.2-notes.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ Highlights
1313
----------
1414

1515
* Make populating the internal symbol table thread-safe.
16-
* Automatic CUDA library path detection based on ``CUDA_HOME``, eliminating the need to manually set ``LIBRARY_PATH`` environment variables for installation.
17-
18-
19-
Miscellaneous
20-
-------------
21-
22-
* Updated installation documentation to remove references to ``LIBRARY_PATH`` environment variable.
2316

2417

2518
Known issues
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``.

cuda_bindings/docs/source/release/13.0.1-notes.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ Highlights
1313
----------
1414

1515
* Make populating the internal symbol table thread-safe.
16-
* Automatic CUDA library path detection based on ``CUDA_HOME``, eliminating the need to manually set ``LIBRARY_PATH`` environment variables for installation.
17-
18-
19-
Miscellaneous
20-
-------------
21-
22-
* Updated installation documentation to remove references to ``LIBRARY_PATH`` environment variable.
2316

2417

2518
Known issues
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)