From ca059fbcebb498f68ccf5eecd692b4c90a6b4bb7 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Thu, 24 Aug 2006 08:36:48 +0000 Subject: Add rudimentary interrupt handliNG. Add max, min, round, abs to the numpy space. --- numpy/core/numeric.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'numpy/core/numeric.py') diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py index b28d13bde..b77fed3db 100644 --- a/numpy/core/numeric.py +++ b/numpy/core/numeric.py @@ -95,6 +95,8 @@ def extend_all(module): extend_all(umath) extend_all(numerictypes) +abs = absolute + newaxis = None ndarray = multiarray.ndarray -- cgit v1.2.1