From 9d8e2024ff9014fa2fd9a29812cec615dff6feb9 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Sat, 5 Aug 2006 01:20:56 +0000 Subject: More fixes to backward compatibility --- numpy/oldnumeric/misc.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 numpy/oldnumeric/misc.py (limited to 'numpy/oldnumeric/misc.py') diff --git a/numpy/oldnumeric/misc.py b/numpy/oldnumeric/misc.py new file mode 100644 index 000000000..d6361ef4c --- /dev/null +++ b/numpy/oldnumeric/misc.py @@ -0,0 +1,3 @@ + + +__all__ = ['load', 'sort', 'copy_reg', 'clip', 'putmask', 'Unpickler', 'rank', 'sign', 'shape', 'types', 'array', 'allclose', 'size', 'nonzero', 'asarray', 'reshape', 'argmax', 'choose', 'swapaxes', 'array_str', 'pi', 'ravel', 'math', 'compress', 'concatenate', 'pickle_array', 'around', 'trace', 'vdot', 'transpose', 'array2string', 'diagonal', 'searchsorted', 'put', 'fromfunction', 'copy', 'resize', 'array_repr', 'e', 'argmin', 'StringIO', 'pickle', 'average', 'arange', 'argsort', 'convolve', 'fromstring', 'indices', 'loads', 'Pickler', 'where', 'dot'] -- cgit v1.2.1