[Numpy-discussion] UnsignedInt32

Travis Oliphant oliphant at ee.byu.edu
Fri Jan 27 11:32:09 EST 2006


Sasha wrote:

> Numeric has both UInt32 and UnsignedInt32 defined, but Numpy only has
>UInt32.  Is it intentional or an oversight?
>
>  
>
It's actually there, it's just not in the __all__ list of oldnumeric

Try:

from numpy.core.oldnumeric import UnsignedInt32

-Travis





More information about the NumPy-Discussion mailing list