v25.03.02
This is a beta release of cuPyNumeric.
Linux x86 and ARM builds for Python 3.10 - 3.12 are available on PyPI at https://pypi.org/project/nvidia-cupynumeric/, and as conda packages at https://anaconda.org/legate/cupynumeric.
Documentation for this release can be found at https://docs.nvidia.com/cupynumeric/25.03/.
New features
PIP install support
With this release, Linux x86 and ARM builds of cuPyNumeric are available for Python 3.10 - 3.12 as Python wheels on PyPI in addition to conda.
- cuPyNumeric can be installed with:
See https://docs.nvidia.com/cupynumeric/25.03/installation.html#installing-pypi-packages for further instructions.
pip install nvidia-cupynumeric - These wheels support multi-node execution through UCX.
See https://docs.nvidia.com/legate/25.03/networking-wheels.html for more details.