Search
Search Results
Search finished, found 29 page(s) matching the search query.
- numpy.record.size
...numpy.record.size...
- numpy.record.size (Python attribute, in numpy.record.size)
- NumPy 1.10.0 Release Notes
...dimensions are now required to be present in input arrays; core dimensions with the same label must have the exact same size; and output core dimension’s must be specified, either by a same label input core dimension or by a passed-in outpu...
- NumPy 1.10.2 Release Notes
...anging the shape. This effectively bars viewing a multidimensional Fortran array using a dtype that changes the element size along the first axis. The reason for the deprecation is that, when relaxed strides checking is enabled, arrays that...
- NumPy 1.12.0 Release Notes
...fied axis is shifted accordingly. The __complex__ method has been implemented for the ndarrays Calling complex() on a size 1 array will now cast to a python complex. pathlib.Path objects now supported The standard np.load, np.save, np.l...
- NumPy 1.13.0 Release Notes
...orms of indexing. C API changes GUfuncs on empty arrays and NpyIter axis removal It is now allowed to remove a zero-sized axis from NpyIter. Which may mean that code removing axes from NpyIter has to add an additional check when accessi...
- NumPy 1.16.0 Release Notes
...of complex types is now the same as a C-struct composed of two floating point values, while before it was equal to the size of the type. For many users (for instance on x64/unix/gcc) this means that complex64 is now 4-byte aligned instead...
- NumPy 1.19.0 Release Notes
- NumPy 1.20.0 Release Notes
- NumPy 1.7.0 Release Notes
- numpy.char.chararray.view
- numpy.lib.format
- numpy.matrix.view
- numpy.memmap.view
...ple, converting a regular array to a structured array), then the last axis of a must be contiguous. This axis will be resized in the result. Changed in version 1.23.0: Only the last axis needs to be contiguous. Previously, the entire array...
- numpy.ndarray.view
- numpy.recarray
...the memory layout of the array. flatA 1-D iterator over the array. imagThe imaginary part of the array. itemset itemsizeLength of one array element in bytes. mTView of the matrix transposed array. nbytesTotal bytes consumed by the ele...
- numpy.recarray.view
- numpy.record
- numpy.record.size
- NumPy: the absolute basics for beginners
- Structured arrays
- System configuration
- numpy.record.itemsize (Python attribute, in numpy.record.itemsize)
- numpy.record.resize (Python method, in numpy.record.resize)
- Array API
- Array objects
- Data type objects (
dtype
) - Glossary
- Indexing on
ndarrays