Search
Search Results
Search finished, found 8 page(s) matching the search query.
- Array iterator API
...user code only sees an incomplete struct. type NpyIter This is an opaque pointer type for the iterator. Access to its contents can only be done through the iterator API. type NpyIter_Type This is the type which exposes the iterator to...
- How to contribute to the NumPy documentation
...es it will be. NumPy tutorials In addition to the documentation that is part of the NumPy source tree, you can submit content in Jupyter Notebook format to the NumPy Tutorials page. This set of tutorials and educational materials is meant...
- How to extend NumPy
...he ndarray that satisfies the requirements then a new reference is returned. Otherwise, a new array is constructed. The contents of obj are copied to the new array unless the array interface is used so that data does not have to be copied....
- NumPy 1.20.0 Release Notes
...e full list of deprecated aliases, along with their exact meaning. Replacing uses of items in the first column with the contents of the second column will work identically and silence the deprecation warning. The third column lists alternat...
- Releasing a version
...spin notes $ gvim doc/source/release/notes-towncrier.rst doc/source/release/2.1.0-notes.rst Once the notes-towncrier contents has been incorporated into release note the .. include:: notes-towncrier.rst directive can be removed. The not...
- Array API
...rray_FILLWBYTE(PyObject *obj, int val) Fill the array pointed to by obj —which must be a (subclass of) ndarray—with the contents of val (evaluated as a byte). This macro calls memset, so obj must be contiguous. PyObject *PyArray_Zeros(i...
- Setting up and using your development environment
...your Python installation. For example, a version of python installed via pyenv needs a .gdbinit file with the following contents: add-auto-load-safe-path ~/.pyenv Building NumPy with a Python built with debug support (on Linux distributio...
- Using via
meson
...points It is worth keeping in mind the following: It is not possible to use SCREAMCASE in this context, so either the contents of the .f file or the generated wrapper .c needs to be lowered to regular letters; which can be facilitated by...