CuPy v14.0.1 Release Note
This is a hot-fix release that addresses several issues reported after the v14.0.0 release.
[!NOTE] Check out our blog post for the key highlights and major changes in CuPy v14!
📝 Changes
See here for the complete list of merged PRs.
Bug Fixes
- Fix minimum NCCL version (#9701)
- Fix
cupy_backends.cuda.libsnot raising AttributeError (#9724) - Fix: relax dtype check in views (including zero-copy array constructors) (#9725)
Documentation
- Doc: Fix missing API references (#9708)
Installation
- Bump version to v14.0.1 (#9731)
- Bump version in Dockerfile to v14.0.1 (#9733)
Tests
- CI: Remove mpi4py v3 from CI (#9715)
- CI: Add
cupy.win.cuda131(#9730)
Others
- CI: Adjust wait/retry in PyPI upload workflow (#9710)
👥 Contributors
The CuPy Team would like to thank all those who contributed to this release!
@kmaehashi @leofang