Released on January 24, 2025.
- Support Python 3.13
- Add an optional dependency on the CUDA NVRTC wheel
- Enable discovery and loading of shared libraries from CUDA wheels
cuda-pythonis now a meta package, currently depending only oncuda-bindings(see RFC)
Optional dependencies are added for packages:
- nvidia-cuda-nvrtc-cu12
Installing these dependencies with cuda-python can be done using:
pip install cuda-python[all]
Same applies to cuda-bindings.
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.