Re: [Numpy-discussion] UnsignedInt32
by Travis Oliphant other posts by this author
Jan 27 2006 11:32AM messages near this date
[Numpy-discussion] UnsignedInt32
|
Fwd: [Numpy-discussion] Numpy does not compile with PY_ARRAY_TYPES_PREFIX
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
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@[...].net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion
Thread:
Sasha
Travis Oliphant
|