Search
Search Results
Search finished, found 17 page(s) matching the search query.
- numpy.record.strides
...numpy.record.strides...
- numpy.record.strides (Python attribute, in numpy.record.strides)
- Indexing on
ndarrays
...sub-array) but of data type x.dtype['field-name'] and contains only the part of the data in the specified field. Also, record array scalars can be “indexed” this way. Indexing into a structured array can also be done with a list of field n...
- Miscellaneous
...rays have all these in their ctypes attribute: a.ctypes.data a.ctypes.data_as a.ctypes.shape a.ctypes.shape_as a.ctypes.strides a.ctypes.strides_as Minuses: can’t use for writing code to be turned into C extensions, only a wrapper too...
- 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 1.10.2 Release Notes
...ous build and release improvements. Numpy 1.10.1 supports Python 2.6 - 2.7 and 3.2 - 3.5. Compatibility notes Relaxed stride checking is no longer the default There were back compatibility problems involving views changing the dtype of mu...
- NumPy 1.12.0 Release Notes
...rather than have special exceptions for the integer units. If you need negative powers, use an inexact type. Relaxed stride checking is the default This will have some impact on code that assumed that F_CONTIGUOUS and C_CONTIGUOUS were m...
- NumPy 1.13.0 Release Notes
...ote that NumPy allocation will not show up in tracemalloc of earlier Python versions. NumPy may be built with relaxed stride checking debugging Setting NPY_RELAXED_STRIDES_DEBUG=1 in the environment when relaxed stride checking is enabled...
- NumPy 1.19.0 Release Notes
...uld return a scalar of the np.dtype that was passed in. (gh-15840) The numpy.ndarray constructor no longer interprets strides=() as strides=None The former has changed to have the expected meaning of setting numpy.ndarray.strides to (), w...
- numpy.rec.array
- numpy.recarray
...numpy.recarray class numpy.recarray(shape, dtype=None, buf=None, offset=0, strides=None, formats=None, names=None, titles=None, byteorder=None, aligned=False, order='C')[source] Construct an ndar...
- numpy.record
...rder ptp realThe real part of the scalar. shapeTuple of array dimensions. sizeThe number of elements in the gentype. stridesTuple of bytes steps in each dimension. Methods all Scalar method identical to the corresponding array attr...
- numpy.record.strides
...numpy.record.strides...
- NumPy: the absolute basics for beginners
- Structured arrays
- Array API
- Glossary