Support NumPy 1.24 features. I've extracted items related to CuPy from the [Release Notes](https://numpy.org/doc/stable/release/1.24.0-notes.html): - [ ] New attribute `symbol` added to polynomial classes - [ ] `strict` option for `testing.assert_array_equal` - [ ] New parameter `equal_nan` added to `np.unique` - [ ] `casting` and `dtype` keyword arguments for `numpy.stack` - [ ] `casting` and `dtype` keyword arguments for `numpy.vstack` - [ ] `casting` and `dtype` keyword arguments for `numpy.hstack` - [ ] The bit generator underlying the singleton RandomState can be changed - [ ] `numpy.typing` protocols are now runtime checkable Split from #7243.
Support NumPy 1.24 features. I've extracted items related to CuPy from the Release Notes:
symboladded to polynomial classesstrictoption fortesting.assert_array_equalequal_nanadded tonp.uniquecastinganddtypekeyword arguments fornumpy.stackcastinganddtypekeyword arguments fornumpy.vstackcastinganddtypekeyword arguments fornumpy.hstacknumpy.typingprotocols are now runtime checkableSplit from #7243.