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/ufuncs.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'numpy/oldnumeric/ufuncs.py') diff --git a/numpy/oldnumeric/ufuncs.py b/numpy/oldnumeric/ufuncs.py index 163be5260..083a5ed66 100644 --- a/numpy/oldnumeric/ufuncs.py +++ b/numpy/oldnumeric/ufuncs.py @@ -1,11 +1,12 @@ __all__ = ['less', 'cosh', 'arcsinh', 'add', 'ceil', 'arctan2', 'floor_divide', 'fmod', 'hypot', 'logical_and', 'power', 'sinh', 'remainder', 'cos', - 'equal', 'arccos', 'less_equal', 'divide', 'bitwise_or', 'bitwise_and', - 'logical_xor', 'log', 'subtract', 'invert', 'negative', 'log10', 'arcsin', - 'arctanh', 'logical_not', 'not_equal', 'tanh', 'true_divide', 'maximum', - 'arccosh', 'logical_or', 'minimum', 'conjugate', 'tan', 'greater', 'bitwise_xor', - 'fabs', 'floor', 'sqrt', 'arctan', 'right_shift', 'absolute', 'sin', - 'multiply', 'greater_equal', 'left_shift', 'exp'] + 'equal', 'arccos', 'less_equal', 'divide', 'bitwise_or', + 'bitwise_and', 'logical_xor', 'log', 'subtract', 'invert', + 'negative', 'log10', 'arcsin', 'arctanh', 'logical_not', + 'not_equal', 'tanh', 'true_divide', 'maximum', 'arccosh', + 'logical_or', 'minimum', 'conjugate', 'tan', 'greater', + 'bitwise_xor', 'fabs', 'floor', 'sqrt', 'arctan', 'right_shift', + 'absolute', 'sin', 'multiply', 'greater_equal', 'left_shift', 'exp'] from numpy import less, cosh, arcsinh, add, ceil, arctan2, floor_divide, \ fmod, hypot, logical_and, power, sinh, remainder, cos, \ -- cgit v1.2.1