Search
Search Results
Search finished, found 8 page(s) matching the search query.
- numpy.char.chararray.strides (Python attribute, in numpy.char.chararray.strides)
- NumPy 1.10.0 Release Notes
...s has been changed from x.y.z.dev-githash to x.y.z.dev0+githash (note the +) in order to comply with PEP 440. relaxed stride checking NPY_RELAXED_STRIDE_CHECKING is now true by default. UPDATE: In 1.10.2 the default value of NPY_RELAXED_...
- NumPy 2.0.0 Release Notes
...ls. Please open an issue if you think a mistake was made and something needs to be made public. (gh-24634) The “relaxed strides” debug build option, which was previously enabled through the NPY_RELAXED_STRIDES_DEBUG environment variable or...
- numpy.char.chararray
...numpy.char.chararray class numpy.char.chararray(shape, itemsize=1, unicode=False, buffer=None, offset=0, strides=None, order=None)[source] Provides a convenient view on arrays of string and unicode values. Note The chararray...
- numpy.char.chararray.ctypes
...se arrays when calling shared libraries with the ctypes module. The returned object has, among others, data, shape, and strides attributes (see Notes below) which themselves return ctypes objects that can be used as arguments to a shared li...
- numpy.char.chararray.flags
...his is clear for 1-dimensional arrays, but can also be true for higher dimensional arrays. Even for contiguous arrays a stride for a given dimension arr.strides[dim] may be arbitrary if arr.shape[dim] == 1 or the array has no elements. It d...
- numpy.char.chararray.setflags
...user: WRITEBACKIFCOPY, WRITEABLE, and ALIGNED. WRITEABLE (W) the data area can be written to; ALIGNED (A) the data and strides are aligned appropriately for the hardware (as determined by the compiler); WRITEBACKIFCOPY (X) this array is a...
- numpy.char.chararray.strides
...numpy.char.chararray.strides...