Search
Search Results
Search finished, found 4 page(s) matching the search query.
- numpy.char.chararray.nonzero (Python method, in numpy.char.chararray.nonzero)
- NumPy 1.10.0 Release Notes
...was made in the order of the axes, in which case the input array was returned. A view is now returned in all cases. nonzero now returns base ndarrays Previously, an inconsistency existed between 1-D inputs (returning a base ndarray) and...
- NumPy 2.0.0 Release Notes
...array == "0" (if the input is only ever 0 or 1). To get the new result on old NumPy versions use string_array != "". np.nonzero(string_array) previously ignored whitespace so that a string only containing whitespace was considered False. Wh...
- numpy.char.chararray.nonzero
...Legacy fixed-width string functionality numpy.char.chararray numpy.char.chararray.nonzero...