summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-03-01 06:49:10 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-03-01 06:49:10 +0000
commit6fd31c330e6572963a03b71bcd479dbedd153ac8 (patch)
treefbf440a9710b74562156e3218b595b1d78e0b74f /numpy/core/numeric.py
parent3f8c2dea68dd5d8b437a02f002836f09644e5c3f (diff)
downloadnumpy-6fd31c330e6572963a03b71bcd479dbedd153ac8.tar.gz
Remove bigndarray because Python SVN has support for 64-bit indexing.
Diffstat (limited to 'numpy/core/numeric.py')
-rw-r--r--numpy/core/numeric.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py
index d4359a540..4416a07fc 100644
--- a/numpy/core/numeric.py
+++ b/numpy/core/numeric.py
@@ -1,4 +1,4 @@
-__all__ = ['newaxis', 'ndarray', 'bigndarray', 'flatiter', 'ufunc',
+__all__ = ['newaxis', 'ndarray', 'flatiter', 'ufunc',
'arange', 'array', 'zeros', 'empty', 'broadcast', 'dtype',
'fromstring', 'fromfile', 'frombuffer','newbuffer',
'getbuffer',
@@ -43,7 +43,6 @@ extend_all(numerictypes)
newaxis = None
ndarray = multiarray.ndarray
-bigndarray = multiarray.bigndarray
flatiter = multiarray.flatiter
broadcast = multiarray.broadcast
dtype=multiarray.dtype