File size: 827 Bytes
c011401 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
===========================
Numpy Enhancement Proposals
===========================
Numpy Enhancement Proposals (NEPs) describe proposed changes to Numpy.
NEPs are modeled on Python Enhancement Proposals (PEPs), and are typically
written up when large changes to Numpy are proposed.
This page provides an overview of all NEPs, making only a distinction between
the ones that have been implemented and those that have not been implemented.
Implemented NEPs
----------------
.. toctree::
:maxdepth: 1
ufunc-overrides
generalized-ufuncs
new-iterator-ufunc
npy-format
Other NEPs
----------
.. toctree::
:maxdepth: 1
missing-data
math_config_clean
groupby_additions
warnfix
newbugtracker
deferred-ufunc-evaluation
structured_array_extensions
datetime-proposal
datetime-proposal3
|