This is the release note of v7.0.0b2. See here for the complete list of solved issues and merged PRs.
cupy.cutensor has been introduced that wraps cuTENSOR, allowing high-performance tensor operations. Examples are available here.cupy.load now specifies allow_pickle=False by default to follow the security fix made in NumPy 1.16.3 (see numpy/numpy #13359 and cupy/cupy #2290 for details). Most users should not be affected by this change; users loading ndarray serialized using pickle may need to explicitly specify allow_pickle=True.nansum and nanprod support (#2252, thanks @pentschev!)cudnnFindConvolution* (#2234)lu_factor (#2286, thanks @econtal!)cupy.ndarray.{nansum/nanprod} (#2292)csrmvEx) when csr_matrix multiply with a dense vector (#2287, thanks @wonghang!)can_cast, common_type and result_type functions (#2249, thanks @pentschev!)__cuda_array_interface__()['strides'] be tuple (#2260, thanks @leofang!)CUDNN_STATUS_BAD_PARAMS (#2261, thanks @himkt!)allow_pickle in cupy.load and cupy.save (#2290)