Search
Search Results
Search finished, found 13 page(s) matching the search query.
- numpy.char.chararray.base (Python attribute, in numpy.char.chararray.base)
- NumPy 1.10.0 Release Notes
...er 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 higher dimensional...
- NumPy 2.0 migration guide
...RSION < 0x02000000 #define PyDataType_ELSIZE(descr) ((descr)->elsize) #endif or adding npy2_compat.h into your code base and explicitly include it when compiling with NumPy 1.x (as they are new API). Including the file has no effect on...
- NumPy 2.0.0 Release Notes
...in all cases, although only after the result array is filled. In those code paths, __array_wrap__ will now be passed a base class, rather than a subclass array. (gh-25105) Deprecations np.compat has been deprecated, as Python 2 is no l...
- numpy.char.chararray
...c', b'abc', b'abc'], [b'abc', b'abc', b'abc']], dtype='|S5') Attributes: TView of the transposed array. baseBase object if memory is from some other object. ctypesAn object to simplify the interaction of the array with the...
- numpy.char.chararray.astype
- numpy.char.chararray.base
- numpy.char.chararray.ctypes
- numpy.char.chararray.flags
- numpy.char.chararray.setflags
- numpy.char.chararray.tolist
- Standard array subclasses
- Legacy fixed-width string functionality