From 04d79b539391064f6a81fba9ffa45e6371ffcedd Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Sat, 5 Aug 2006 06:44:20 +0000 Subject: Fixes for the recent change to oldnumeric --- numpy/oldnumeric/misc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/oldnumeric/misc.py') diff --git a/numpy/oldnumeric/misc.py b/numpy/oldnumeric/misc.py index ee0c0e168..c0ccbc7ae 100644 --- a/numpy/oldnumeric/misc.py +++ b/numpy/oldnumeric/misc.py @@ -2,9 +2,9 @@ __all__ = ['load', 'sort', 'copy_reg', 'clip', 'putmask', 'Unpickler', 'rank', - 'sign', 'shape', 'types', + 'sign', 'shape', 'types', 'allclose', 'size', 'argmax', 'choose', 'swapaxes', 'array_str', - 'pi', 'math', 'compress', 'concatenate' + 'pi', 'math', 'compress', 'concatenate', 'around', 'vdot', 'transpose', 'array2string', 'diagonal', 'searchsorted', 'put', 'fromfunction', 'copy', 'resize', 'array_repr', 'e', 'argmin', 'StringIO', 'pickle', 'average', -- cgit v1.2.1