Created originally on Bitbucket by yuyichao (Yichao Yu)
Was already merged in Bitbucket before import, marked as merged by the import user
- Implement
numpy.generic.item
- Do not let
numpy.ndarray.item
accept random keyword arguments. - Implement
tobytes
(as alias oftostring
) numpy.generic.transpose
numpy.generic.swapaxes
numpy.generic.nonzero
numpy.generic.fill
numpy.generic.conj
- Fix return type of
numpy.generic.reshape
.