Skip to content

Commit 5119df9

Browse files
committed
document known upgrade issues
1 parent 169c6e0 commit 5119df9

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

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``.

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``.

0 commit comments

Comments
 (0)