This is the release note of v7.8.0. See here for the complete list of solved issues and merged PRs.
cupy-cuda110 wheel packages are currently available only for Windows. We are going to publish Linux wheels once we got approval from PyPI team.cupy-cuda110 packages are built with cuDNN support but without bundled cuDNN shared libraries (see #3724 for the discussion). To use cuDNN features, you need to install cuDNN v8.0.x via the system package manager (e.g, apt install libcudnn8 or yum install libcudnn8) or manually install it and set LD_LIBRARY_PATH (Linux) or PATH (Windows) environment variables.MatDescriptor to be pickle-able (#3771)source devtoolset needed in CentOS (#3806)TestArrayElementwiseOp::test_doubly_broadcasted_pow (#3762)TestDiaMatrixScipyComparison failing with scipy>=1.5.0 (#3805)