Search
Searching
numpy.distutils
user guide...but the dependence on other SciPy packages should be kept minimal or zero. A SciPy package contains, in addition to its sources, the following files and directories: setup.py — building script __init__.py — package initializer tests/ — dir...
- Array iterator API
...s for nested iteration, buffering can only be applied to the innermost iterator. If a buffered iterator is used as the source for baseptrs, it will point into a small buffer instead of the array and the inner iteration will be invalid. The...
- Building from source
...Building from source...
- Building the NumPy API and reference docs
...pdate --init Instructions Now you are ready to generate the docs, so write: spin docs This will build NumPy from source if you haven’t already, and run Sphinx to build the html docs. If all goes well, this will generate a build/html...
- Constants of the
numpy.ma
module...ed_print_option.set_display('X') replaces missing data with 'X'. The MaskedArray class class numpy.ma.MaskedArray[source] A subclass of ndarray designed to manipulate numerical arrays with missing data. An instance of MaskedArray ca...
- Contributing to NumPy
- CPU build options
- ctypes foreign function interface (
numpy.ctypeslib
) - Data type classes (
numpy.dtypes
) - F2PY examples
- For downstream package authors
- How does the CPU dispatcher work?
- How to contribute to the NumPy documentation
- How to extend NumPy
- Input and output
- Internal organization of NumPy arrays
- NumPy 1.10.0 Release Notes
- NumPy 1.10.4 Release Notes
- NumPy 1.11.0 Release Notes
- NumPy 1.12.0 Release Notes
- NumPy 1.13.2 Release Notes
- NumPy 1.13.3 Release Notes