Cupy

Latest version: v13.3.0

Safety actively analyzes 685670 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 26

10.6.0

Not secure
This is the release note of v10.6.0. See [here](https://github.com/cupy/cupy/pulls?q=is%3Apr+is%3Aclosed+milestone%3Av10.6.0) for the complete list of solved issues and merged PRs.

**This is the last planned release for CuPy v10 series. We are going to release v11.0.0 on July 28th. Please start testing your workload with the v11 release candidate (`pip install --pre cupy-cuda11x -f https://pip.cupy.dev/pre`). See the [Upgrade Guide](https://docs.cupy.dev/en/latest/upgrade.html#cupy-v11) for the list of possible breaking changes in v11.**

We are running a [Gitter chat](https://gitter.im/cupy/community) for general discussions and quick questions. Feel free to join the channel to talk with developers and users!

Highlights

Support CUDA 11.7 (6767)

Full support for CUDA 11.7 has been added as of this release. Binary packages can be installed with the following command: `pip install cupy-cuda117`


Changes without compatibility


Changes

Enhancements

- Improve warning message in sparse (6675)
- Support CUDA 11.7 (6794)
- Make the warning for `cupy.array_api` say "cupy" instead of "numpy" (6795)
- cupy-wheel: Use NVRTC to infer the toolkit version (6831)

Bug Fixes

- Fix `cupy.median` for NaN inputs (6760)
- Fix batched matmul for integral numbers (6777)

Documentation

- Add CUDA 11.7 on documents (6801)

Tests

- Fix Dockerfile broken for array-api tests (6518)
- Skip `ndimage.filter` tests for ROCm 4.0 (6676)
- Xfail a test of LOBPCG on ROCm 5.0+ (6733)
- CI: Fix prep script to show build failure details (6784)
- Fix a potential variable misuse bug (6788)
- Fix CI Docker image build failing in head test (6808)
- Skip `ndimage.filter` tests for ROCm 4.0 (6676)

Contributors

The CuPy Team would like to thank all those who contributed to this release!

asi1024 asmeurer emcastillo kmaehashi LostBenjamin takagi

10.5.0

Not secure
This is the release note of v10.5.0. See [here](https://github.com/cupy/cupy/pulls?q=is%3Apr+is%3Aclosed+milestone%3Av10.5.0) for the complete list of solved issues and merged PRs.

We are running a [Gitter chat](https://gitter.im/cupy/community) for general discussions and quick questions. Feel free to join the channel to talk with developers and users!

**Update (2022-06-17)**: Wheels for CUDA 11.5 Arm SBSA are now available in the Assets section below. (6705)

Changes

Enhancements
- Fix compilation warning caused by `ifdef` (6740)
- Support cuDNN 8.4 (6741)

Bug Fixes
- Fix memory leak in the FFT plan cache during multi-threading (6732)
- Fix `ifdef` for ROCm >= 4.2 (6751)

Documentation
- Minor improvement on the array API docs (6714)
- Document the returned benchmark object (6742)


Tests
- CI: Update repo for libcudnn7 in cuda10.2 (6709)
- Pin mypy version in setup.py (6711)
- Follow `scipy==1.8.1` sparse dot bugfix (6728)
- Support testing CUDA 11.6+ in FlexCI (6737)
- Fix GPG key issue in FlexCI base image (6743)

Contributors

The CuPy Team would like to thank all those who contributed to this release!

asi1024 emcastillo kmaehashi leofang takagi

10.4.0

Not secure
This is the release note of v10.4.0. See [here](https://github.com/cupy/cupy/pulls?q=is%3Apr+is%3Aclosed+milestone%3Av10.4.0) for the complete list of solved issues and merged PRs.

We are running a [Gitter chat](https://gitter.im/cupy/community) for general discussions and quick questions. Feel free to join the channel to talk with developers and users!

Announcements

Introduction of generic `cupy-wheel` (EXPERIMENTAL) (6012)

We have added a new package in the PyPI called `cupy-wheel`. This meta package allows other libraries to add a dependency to CuPy with the ability to transparently install the exact CuPy binary wheel matching the user environment. Users can also install CuPy using this package instead of manually specifying a CUDA/ROCm version.


pip install cupy-wheel


This package is only available for the stable release as the current pre-release wheels are not hosted in PyPI.

This feature is currently experimental and subject to change so we recommend users not to distribute packages relying on it for now. Your suggestions or comments are highly welcomed (please visit 6688.)

Changes

Enhancements
- Add missing `cudaDevAttrMemoryPoolsSupported` to hip (6626)
- Add CC 3.2 to Tegra arch list (6647)
- Add a few driver/runtime/nvrtc API wrappers (6651)

Bug Fixes
- Define `float16::operator-()` only for ROCm 5.0+ (6629)
- JIT: fix access to cached codes (6642)
- [v10] Fix Mempool attr for Cuda Python (6654)
- Fix int64 overflow in `cupy.polyval` (6666)

Documentation
- Documentation update for ROCm 5.0 (6607)
- Add `--pre` option to instructions installing pre-releases (6614)
- Fix typo in performance guide (6659)
- JIT: fix function signatures in the docs (6660)

Installation
- Add universal CuPy package (6683)

Tests
- Remove `jenkins` requirements (6634)
- CI: Trigger FlexCI for hotfix branches (6636)
- Fix `TestIncludesCompileCUDA` for HEAD tests (6650)
- Trigger CUDA Python tests with `/test mini` (6655)
- Fix missing f prefix on f-strings fix (6679)

Contributors

The CuPy Team would like to thank all those who contributed to this release!

asi1024 code-review-doctor danielg1111 emcastillo kmaehashi leofang takagi

10.3.1

Not secure
This is the release note of v10.3.1. See [here](https://github.com/cupy/cupy/pulls?q=is%3Apr+is%3Aclosed+milestone%3Av10.3.1) for the complete list of solved issues and merged PRs.

This is a hot-fix release for v10.3.0 which contained a regression that prevents CuPy from working on older CUDA GPUs (Maxwell or earlier).

Changes

Bug Fixes

- Define float16::operator-() only for ROCm 5.0+ (6630)

Installation

- Bump version to v10.3.1 (6633)

Contributors

The CuPy Team would like to thank all those who contributed to this release!

kmaehashi takagi

10.3.0

Not secure
This is the release note of v10.3.0. See [here](https://github.com/cupy/cupy/pulls?q=is%3Apr+is%3Aclosed+milestone%3Av10.3.0) for the complete list of solved issues and merged PRs.

We are running a [Gitter chat](https://gitter.im/cupy/community) for general discussions and quick questions. Feel free to join the channel to talk with developers and users!

Notice (2022-04-08)

We have published a hot-fix release [v10.3.1](https://github.com/cupy/cupy/releases/tag/v10.3.1) which addresses a regression that prevents CuPy from working in older CUDA GPUs (Maxwell or earlier).

Highlights

10.2.0

Not secure
This is the release note of v10.2.0. See [here](https://github.com/cupy/cupy/pulls?q=is%3Apr+is%3Aclosed+milestone%3Av10.2.0) for the complete list of solved issues and merged PRs.

We are running a [Gitter chat](https://gitter.im/cupy/community) for general discussions and quick questions. Feel free to join the channel to talk with developers and users!

Highlights

Support for CUDA 11.6 (6349)

Initial support for CUDA 11.6 has been added as of this release. However, binary wheels are not yet distributed and users are expected to build CuPy from source meanwhile.

Changes

Enhancements
- Support cuDNN 8.3.2 (6328)
- Support cuTENSOR 1.4.0 (6330)
- Support CUDA 11.5.1 (6331)
- Support NumPy 1.22 (6354)
- avoid DeprecationWarning from SciPy 1.8 (`cupyx.scipy.sparse`) (6379)
- Fix thrust related build issue with CUDA 11.6 (6386)
- Fix type annotations in installer (6395)
- Support CUDA 11.6 (6422)
- Bump Jitify version to fix memory leak (6432)
- Add `__cupy_get_ndarray__` dunder method to transform objects to arrays' (6465)
- Warn if unexpectedlly failed to detect device count in `cupy.show_config()` (6476)
- Fix verbose LOBPCG for SciPy 1.8 (6394)

Bug Fixes
- Fix JIT to support notebook environment (6356)
- Fix cuDNN installer not working (6368)
- Fix `cupyx.ndimage.spline_filter1d` for HIP (6411)
- Fix boolean views for HIP (6418)
- Fix `cupy.nan_to_num` (6431)
- Fix reduction contiguous size calculation (6464)

Code Fixes
- Remove global `use_hip` flag in setup (6398)

Documentation
- Use `cupy.__version__` instead of `pkg_resources` (6380)
- Tentatively pin intersphinx to SciPy 1.7.1 docs (6442)
- Revert "Tentatively pin intersphinx to SciPy 1.7.1 docs" (6480)

Installation
- Fix for cuDNN directory structure in Windows (6369)
- Install lib directory on Windows in cuDNN installer (6370)
- Avoid monkeypatching distutils (6373)
- Eliminate unnecessary configuration pass in setup (6399)
- Bump version to v10.2.0 (6502)

Tests
- CI: use CUDA docker images for CUDA Python CI (6338)
- Avoid empty notification message for scheduled tests (6364)
- CI: allow discarding docker image cache manually (6372)
- Parameterize library installer tests (6374)
- Fix tests for `eigh()` for CUDA 11.6 (6376)
- Add `cupy.testing.installed` (6387)
- Mark XFAIL for SciPy 1.8 release candidate (6396)
- CI: build docs in parallel (6419)
- CI: Bump ROCm version from 4.3 to 4.3.1 (6421)
- CI: Use default schema/matrix path in `generate.py` (6428)
- CI: Manage test tags in yaml (6441)
- Support SciPy 1.8 (6444)
- CI: coverage in reST (6447)
- CI: fix NCCL 2.10 unit test not covered (6452)
- Skip hfft related tests in HIP (6458)
- CI: Fix CUDA 11.6 driver update steps (6471)

Others
- CI: allow specifying special `skip` tag (6477)


Contributors

The CuPy Team would like to thank all those who contributed to this release!

anaruse emcastillo grlee77 kmaehashi takagi

Page 7 of 26

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.