Re: [Numpy-discussion] Re-implementation of Python Numerical arrays (Numeric) available for download

Nov. 17, 2001
5:23 p.m.
From: Pete Shinners <pete@shinners.org>
Unsigned int16 is already supported. UInt32 could be done, but raises some interesting issues with regard to combining with Int32. I don't believe the current implementation prevents you from carrying around unsigned data in Int32 arrays. If you are using them as packed color values, do you ever do any arithmetic operations on them other than to pack and unpack them?
It will be possible for users to add their own ufuncs. We will eventually document how to do so (and it should be fairly simple to do once we give a few example templates). Perry
8523
Age (days ago)
8523
Last active (days ago)
0 comments
1 participants
participants (1)
-
Perry Greenfield