From 2322210c0395765e93c89f79353522f75c8a6a19 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Tue, 8 Aug 2006 16:05:59 +0000 Subject: Fix numarray compatibility layer so it at least imports. It's not finished yet, but some functionality is there. --- numpy/numarray/functions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'numpy/numarray/functions.py') 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'] -- cgit v1.2.1