Search
Search Results
Search finished, found 7 page(s) matching the search query.
- numpy.ndarray.__len__
...NumPy reference Array objects The N-dimensional array (ndarray) numpy.ndarray.__len__...
- numpy.ndarray.__len__ (Python method, in numpy.ndarray.__len__)
- NumPy 1.11.0 Release Notes
...ype-detection handler. Instead, as in python 3, they may potentially count as sequences, but only if they define both a __len__ and a __getitem__ method. This fixes a segfault and inconsistency between python 2 and 3. New Features np.hi...
- NumPy 1.13.0 Release Notes
...e) would fall back to the default python implementation, which checked if len(dtype) > 0. Since dtype objects implement __len__ as the number of record fields, bool of scalar dtypes would evaluate to False, which was unintuitive. Now bool(d...
- NumPy 1.16.0 Release Notes
...i;}, according to the compiler used to compile numpy, and similarly for the complex128 and complex256 types. nd_grid __len__ removal len(np.mgrid) and len(np.ogrid) are now considered nonsensical and raise a TypeError. np.unravel_index...
- NumPy 1.20.0 Release Notes
- numpy.ndarray.__len__