Search
Searching
- numpy.sinc
...NumPy reference Routines and objects by topic Mathematical functions numpy.sinc...
- numpy.sinc (Python function, in numpy.sinc)
- Array iterator API
...lease the GIL during iteration. NPY_ITER_ZEROSIZE_OK Indicates that arrays with a size of zero should be permitted. Since the typical iteration loop does not naturally work with zero-sized arrays, you must check that the IterSize is lar...
- Building the NumPy API and reference docs
...sistent local set-up. Prerequisites Building the NumPy documentation and API reference requires the following: NumPy Since large parts of the main documentation are obtained from NumPy via import numpy and examining the docstrings, you w...
- Constants of the
numpy.ma
module - Contributing to NumPy
...ules: git submodule update --init Develop your contribution: Create a branch for the feature you want to work on. Since the branch name will appear in the merge message, use a sensible name such as ‘linspace-speedups’: git checkout -b...
- CPU build options
- ctypes foreign function interface (
numpy.ctypeslib
)...ay in restypes and argtypes specifications. This approach is more flexible than using, for example, POINTER(c_double), since several restrictions can be specified, which are verified upon calling the ctypes function. These include data typ...
- Data type classes (
numpy.dtypes
)...e used in isinstance checks and can also be instantiated or used directly. Direct use of these classes is not typical, since their scalar counterparts (e.g. np.float64) or strings like "float64" can be used. Boolean numpy.dtypes.BoolDT...
- Data type promotion in NumPy
- Data types
- For downstream package authors
- How to contribute to the NumPy documentation
- Internal organization of NumPy arrays
- Interoperability with NumPy
- Legacy random generation
- Memory alignment
- Memory management in NumPy
- NumPy 1.10.0 Release Notes
- NumPy 1.11.0 Release Notes
- NumPy 1.12.0 Release Notes
- NumPy 1.13.0 Release Notes
- NumPy 1.13.2 Release Notes
- NumPy 1.13.3 Release Notes
- NumPy 1.14.0 Release Notes
- NumPy 1.15.0 Release Notes
- NumPy 1.16.0 Release Notes
- NumPy 1.16.4 Release Notes
- NumPy 1.17.0 Release Notes
- NumPy 1.18.0 Release Notes
- NumPy 1.19.0 Release Notes
- NumPy 1.20.0 Release Notes
- NumPy 1.21.0 Release Notes
- NumPy 1.22.0 Release Notes
- NumPy 1.23.0 Release Notes
- NumPy 1.24 Release Notes