diff options
author | Travis Oliphant <oliphant@enthought.com> | 2007-04-02 20:21:57 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2007-04-02 20:21:57 +0000 |
commit | 1cd5403e91c066910c85d1e326cffa701c7e5101 (patch) | |
tree | 54b20112542b63167cd2a2246bbcec36048a6c6d /numpy/add_newdocs.py | |
parent | a1f65e154f15f1c5b35c2befaeb74f3952b2c3e2 (diff) | |
download | numpy-1cd5403e91c066910c85d1e326cffa701c7e5101.tar.gz |
Add interp to numpy.lib adapted from arrayfns. Add an unfinished arrayfns compatibility module to old_numeric.
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index ede2e9d80..7a3ec13fa 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -1235,3 +1235,4 @@ add_newdoc('numpy.core.multiarray', 'ndarray', ('view', Type can be either a new sub-type object or a data-descriptor object """)) + |