From 19a94794c106aef993bb2af6a7ea11950e362d0d Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Tue, 29 Aug 2006 17:15:31 +0000 Subject: Fix problem with randn in matlib. Acutally add min, max, round, abs to the numpy name-space without over-writing builtins on from numpy import * --- numpy/core/numeric.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'numpy/core/numeric.py') diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py index cd23c7cc0..f7733a92a 100644 --- a/numpy/core/numeric.py +++ b/numpy/core/numeric.py @@ -95,8 +95,6 @@ def extend_all(module): extend_all(umath) extend_all(numerictypes) -abs = absolute - newaxis = None ndarray = multiarray.ndarray -- cgit v1.2.1