Search
Search Results
Search finished, found 11 page(s) matching the search query.
- numpy.char.chararray.flags (Python attribute, in numpy.char.chararray.flags)
- NumPy 1.10.0 Release Notes
...itional customization via site.cfg to control compilation parameters, i.e. runtime libraries, extra linking/compilation flags. Addition of np.linalg.multi_dot: compute the dot product of two or more arrays in a single function call, while a...
- NumPy 1.6.2 Release Notes
...original array #1918: use Py_TYPE to access ob_type, so it works also on Py3 numpy.distutils #1261: change compile flag on AIX from -O5 to -O3 #1377: update HP compiler flags #1383: provide better support for C++ code on HPUX #1857: fi...
- NumPy 2.0 migration guide
...traceback): np._set_promotion_state("weak_and_warn") which is useful during testing. Unfortunately, running this may flag many changes that are irrelevant in practice. Windows default integer The default integer used by NumPy is now 64...
- NumPy 2.0.0 Release Notes
...efined in ndarraytypes.h. (gh-25812) Due to runtime dependencies, the definition for functionality accessing the dtype flags was moved from numpy/ndarraytypes.h and is only available after including numpy/ndarrayobject.h as it requires imp...
- numpy.char.chararray
.... dataPython buffer object pointing to the start of the array’s data. device dtypeData-type of the array’s elements. flagsInformation about the memory layout of the array. flatA 1-D iterator over the array. imagThe imaginary part of th...
- numpy.char.chararray.copy
...opy() >>> x.fill(0) >>> x array([[0, 0, 0], [0, 0, 0]]) >>> y array([[1, 2, 3], [4, 5, 6]]) >>> y.flags['C_CONTIGUOUS'] True For arrays containing Python objects (e.g. dtype=object), the copy is a shallow one. The ne...
- numpy.char.chararray.ctypes
...ay contain data that is not aligned, or not in correct byte-order. The memory area may not even be writeable. The array flags and data-type of this array should be respected when passing this attribute to arbitrary C-code to avoid trouble t...
- numpy.char.chararray.flags
...numpy.char.chararray.flags...
- numpy.char.chararray.setflags
...Legacy fixed-width string functionality numpy.char.chararray numpy.char.chararray.setflags...
- numpy.char.chararray.setflags (Python method, in numpy.char.chararray.setflags)