Search
Search Results
Search finished, found 10 page(s) matching the search query.
- numpy.char.chararray.any (Python method, in numpy.char.chararray.any)
- NumPy 1.10.0 Release Notes
...e context manager clear_and_catch_warnings clears warnings from the module registry on entry and resets them on exit, meaning that warnings can be re-raised. cov has new fweights and aweights arguments The fweights and aweights arguments...
- NumPy 2.0 migration guide
...ted NPY_BEGIN_THREADS_DESCR. PyArray_GETITEM and PyArray_SETITEM. Warning It is important that the import_array() mechanism is used to ensure that the full NumPy API is accessible when using the npy_2_compat.h header. In most cases your...
- NumPy 2.0.0 Release Notes
...t. It is now possible to write custom DTypes outside of NumPy using the new DType API and the normal import_array() mechanism for importing the numpy C API. See Custom Data Types for more details about the API. As always with a new feature,...
- numpy.char.array
...NumPy reference NumPy’s module structure Legacy fixed-width st
- numpy.char.chararray.any
...numpy.char.chararray.any
- numpy.char.chararray.astype
...NumPy reference NumPy’s module structure Legacy fixed-width st
- numpy.char.chararray.flags
...numpy.char.chararray.flags
- numpy.char.chararray.tobytes
...numpy.char.chararray.tobytes
- Standard array subclasses
...computation and cupy arrays for GPU-based computation, subclassing is discouraged. Instead, using numpy’s dispatch mechanism is recommended. The ndarray can be inherited from (in Python or in C) if desired. Therefore, it can form a founda...