diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-08-08 16:05:59 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-08-08 16:05:59 +0000 |
commit | 2322210c0395765e93c89f79353522f75c8a6a19 (patch) | |
tree | 7faf2213123987c897615c4e5b4bc9571e85f1b5 /numpy/numarray/functions.py | |
parent | 5e385c922b18cb35fc02f244bc59e9cdf96e9f6c (diff) | |
download | numpy-2322210c0395765e93c89f79353522f75c8a6a19.tar.gz |
Fix numarray compatibility layer so it at least imports. It's not finished yet, but some functionality is there.
Diffstat (limited to 'numpy/numarray/functions.py')
-rw-r--r-- | numpy/numarray/functions.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/numarray/functions.py b/numpy/numarray/functions.py index 3d223959f..d549f938f 100644 --- a/numpy/numarray/functions.py +++ b/numpy/numarray/functions.py @@ -30,7 +30,8 @@ ## 'sometrue', 'sort', 'swapaxes', 'sys', 'take', 'tcode', ## 'tensormultiply', 'tname', 'trace', 'transpose', 'typeDict', ## 'typecode', 'typecodes', 'typeconv', 'types', 'ufunc', -## 'ufuncFactory', 'value', ] +## 'ufuncFactory', 'value', 'ieeemask', 'cumproduct', 'cumsum', +## 'nonzero'] __all__ = ['asarray', 'ones', 'zeros', 'array', 'where'] |