Search
Search Results
Search finished, found 8 page(s) matching the search query.
- numpy.memmap.ndim
...numpy.memmap.ndim...
- numpy.memmap.ndim (Python attribute, in numpy.memmap.ndim)
- NumPy 1.10.2 Release Notes
...treated as C contiguous which breaks some code that depended the two being mutually exclusive for non-scalar arrays of ndim > 1. This deprecation prepares the way to always enable relaxed stride checking. Issues Fixed gh-6019 Masked ar...
- NumPy 1.13.0 Release Notes
...tch the behavior of np.conjugate, which throws an error). Calling expand_dims when the axis keyword does not satisfy -a.ndim - 1 <= axis <= a.ndim, where a is the array being reshaped, is deprecated. Future Changes Assignment between st...
- NumPy 1.25.0 Release Notes
....sometrue is deprecated. Use np.any instead. (gh-23314) np.alltrue is deprecated. Use np.all instead. (gh-23314) Only ndim-0 arrays are treated as scalars. NumPy used to treat all arrays of size 1 (e.g., np.array([3.14])) as scalars. In...
- numpy.memmap.ctypes
...nter to a deallocated array, and should be spelt (a + b).ctypes.data_as(ctypes.c_void_p) _ctypes.shape (c_intp*self.ndim): A ctypes array of length self.ndim where the basetype is the C-integer corresponding to dtype('p') on this platfo...
- numpy.memmap.ndim
...numpy.memmap.ndim...
- numpy.memmap.tolist
...numpy.memmap.tolist method memmap.tolist() Return the array as an a.ndim-levels deep nested list of Python scalars. Return a copy of the array data as a (nested) Python list. Data items ar...