Search
Search Results
Search finished, found 19 page(s) matching the search query.
- numpy.record.base
...numpy.record.base...
- numpy.record.base (Python attribute, in numpy.record.base)
- NumPy 1.10.0 Release Notes
...er of the axes, in which case the input array was returned. A view is now returned in all cases. nonzero now returns base ndarrays Previously, an inconsistency existed between 1-D inputs (returning a base ndarray) and higher dimensional...
- NumPy 1.12.0 Release Notes
- NumPy 1.16.0 Release Notes
...NaT comparisons now return False without a warning, finishing a deprecation cycle begun in NumPy 1.11. np.lib.function_base.unique was removed, finishing a deprecation cycle begun in NumPy 1.4. Use numpy.unique instead. multi-field indexin...
- NumPy 1.20.0 Release Notes
...For such a dtype the following behaviour is true: res = np.array(arr, dtype) res.dtype is not dtype res.dtype is dtype.base res.shape == arr.shape + dtype.shape But res is filled using the logic: res = np.empty(arr.shape + dtype.shape, d...
- NumPy 1.7.0 Release Notes
- numpy.rec.array
- numpy.recarray
- numpy.record
- numpy.record.base
- numpy.testing.suppress_warnings
- Standard array subclasses
- Structured arrays
- Typing (
numpy.typing
) - Array API
- Data type objects (
dtype
) - Glossary
- Indexing on
ndarrays