diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-01-27 19:28:52 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-01-27 19:28:52 +0000 |
commit | c3761a4940346ef33976f87879c9842110f0a968 (patch) | |
tree | 982e7ecd57e748888bf5aef579b863b323413f4b /numpy/core/oldnumeric.py | |
parent | f94d937892c7d82bdb35115968f6fa0d2d8d67cc (diff) | |
download | numpy-c3761a4940346ef33976f87879c9842110f0a968.tar.gz |
Add UnsignedInt32
Diffstat (limited to 'numpy/core/oldnumeric.py')
-rw-r--r-- | numpy/core/oldnumeric.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/oldnumeric.py b/numpy/core/oldnumeric.py index dad521d84..e00cdbe5a 100644 --- a/numpy/core/oldnumeric.py +++ b/numpy/core/oldnumeric.py @@ -5,7 +5,7 @@ __all__ = ['asarray', 'array', 'concatenate', 'UFuncType', 'UfuncType', 'ArrayType', 'arraytype', 'LittleEndian', 'Bool', 'Character', 'UnsignedInt8', 'UnsignedInt16', 'UnsignedInt', - 'UInt8','UInt16','UInt32', + 'UInt8','UInt16','UInt32', 'UnsignedInt32', # UnsignedInt64 and Unsigned128 added below if possible # same for Int64 and Int128, Float128, and Complex128 'Int8', 'Int16', 'Int32', |