CuPy v7.0.0b3 をリリースしました! リリースノートは以下の通りです。
This is the release note of v7.0.0b3. See here for the complete list of solved issues and merged PRs.
cupy.RawModule has been introduced to allow users access low-level features (CUDA modules).
Due to the end-of-life (EOL) of Python 2 in January 2020, Python 2 support has been dropped in this release. CuPy v6.x continues to support Python 2. See the blog post for details.
cupy.nanargmin and cupy.nanargmax (#2222, thanks @harshalchaudhari35!)fallback_mode.ndarray (#2272, thanks @Piyush-555!)take_along_axis (#2314)cupy.nanmean (#2319, thanks @Piyush-555!)cupy.nanvar and cupy.nanstd (#2344, thanks @Piyush-555!)cupy.RawModule() (#2389, thanks @leofang!)diagonal method for cupyx.scipy.sparse.dia_matrix (#2398, thanks @grlee77!)*_like functions (#2171, thanks @pentschev!)numpy.vectorize in fallback_mode (#2350, thanks @Piyush-555!)DeprecationWarning on 0-dim arrays in numpy.nonzero to match NumPy 1.17 behavior (#2394)accept_error (#2396)cupy.tensordot use Tensor Core also in case of compute-capability > 70 (#2328)tri kernel (#2326)isnan (#2364)fusion.pyx and docs (#2393, thanks @xuzijian629!)linalg.svd documentation (#2321, thanks @IvanYashchuk!)linalg.svd docs (#2323)__array_function__ support (#2352)linalg.svd (#2338)test_type_routines.py (#2358)random.power test with forbidden value (#2375)TestArrayElementwiseOp as temporary fix (#2376)numpy.nonzero in _make_decorator (#2385)