diff options
author | Stefan van der Walt <stefanv@berkeley.edu> | 2018-07-25 23:34:11 -0700 |
---|---|---|
committer | Stefan van der Walt <stefanv@berkeley.edu> | 2018-07-25 23:34:11 -0700 |
commit | b7f1f31ccbffd5e83ef43c5463015c0570881135 (patch) | |
tree | 586f292135078a2cdffc45c0b6059ad5acc9b5a1 /doc/neps | |
parent | 149636c6b764bfaf441a35115eacf0b3b1bc17f7 (diff) | |
download | numpy-b7f1f31ccbffd5e83ef43c5463015c0570881135.tar.gz |
roadmap: adjust outline structure
Diffstat (limited to 'doc/neps')
-rw-r--r-- | doc/neps/roadmap.rst | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/doc/neps/roadmap.rst b/doc/neps/roadmap.rst index 6aa9b4545..a45423711 100644 --- a/doc/neps/roadmap.rst +++ b/doc/neps/roadmap.rst @@ -7,21 +7,20 @@ in. It may be used to encourage and inspire developers and to search for funding. Interoperability protocols & duck typing -======================================== +---------------------------------------- -`__array_function__` --------------------- -See `NEP 18`_ and a sample implementation_ +- `__array_function__` -Array Duck-Typing ------------------ -`NEP 22`_ `np.asduckarray()` + See `NEP 18`_ and a sample implementation_ +- Array Duck-Typing -Mixins like `NDArrayOperatorsMixin`: + `NEP 22`_ `np.asduckarray()` -- for mutable arrays -- for reduction methods implemented as ufuncs +- Mixins like `NDArrayOperatorsMixin`: + + - for mutable arrays + - for reduction methods implemented as ufuncs Better dtypes ------------- |