Skip to content

Commit 5d39e29

Browse files
committed
document known upgrade issues
1 parent 169c6e0 commit 5d39e29

File tree

8 files changed

+68
-0
lines changed

8 files changed

+68
-0
lines changed

cuda_bindings/docs/source/release.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release Notes
66
.. toctree::
77
:maxdepth: 3
88

9+
12.X.Y <release/12.X.Y-notes.rst>
910
12.9.0 <release/12.9.0-notes.rst>
1011
12.8.0 <release/12.8.0-notes.md>
1112
12.6.2 <release/12.6.2-notes.md>

cuda_bindings/docs/source/release/12.8.0-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ Same applies to `cuda-bindings`.
2929
## Discovery and loading of shared library dependencies from wheels
3030

3131
Shared library search paths for wheel builds are now extended to check site-packages. This allows `cuda-python`/`cuda-bindings` to seamlessly use the aforementioned CUDA Toolkit wheels installed in the user's Python environment.
32+
33+
34+
## Known issues
35+
36+
- 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/12.9.0-notes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ Miscellaneous
3333
* Improvements in the introductory code samples
3434
* Fix performance hint warnings raised by Cython 3
3535
* Improvements in the Overview page
36+
37+
38+
Known issues
39+
------------
40+
41+
* 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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+
3+
``cuda-bindings`` 12.X.Y Release notes
4+
======================================
5+
6+
Released on MM DD, 2025
7+
8+
9+
Highlights
10+
----------
11+
12+
13+
Bug fixes
14+
---------
15+
16+
17+
Miscellaneous
18+
-------------
19+
20+
21+
Known issues
22+
------------
23+
24+
* 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_python/docs/source/release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
maxdepth: 3
66
---
77
8+
12.X.Y <release/12.X.Y-notes>
89
12.9.0 <release/12.9.0-notes>
910
12.8.0 <release/12.8.0-notes>
1011
12.6.2 <release/12.6.2-notes>

cuda_python/docs/source/release/12.8.0-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ Released on January 24, 2025.
1414
- Add optional dependencies on CUDA NVRTC and nvJitLink wheels
1515
- Enable discovery and loading of shared libraries from CUDA wheels
1616
- `cuda-python` is now a meta package, currently depending only on `cuda-bindings` ([see RFC](https://github.com/NVIDIA/cuda-python/issues/105))
17+
18+
19+
## Known issues
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_python/docs/source/release/12.9.0-notes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ Highlights
1616
----------
1717

1818
* Add bindings for libNVVM
19+
20+
21+
Known issues
22+
------------
23+
24+
* 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-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+
3+
CUDA Python 12.X.Y Release notes
4+
================================
5+
6+
Released on MM DD, 2025.
7+
8+
9+
Included components
10+
-------------------
11+
12+
13+
Highlights
14+
----------
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)