[Numpy-tickets] [NumPy] #370: oldnumeric.Int32 mapping on 32-bit platforms seems wrong
NumPy
numpy-tickets at scipy.net
Thu Nov 2 10:14:24 CST 2006
#370: oldnumeric.Int32 mapping on 32-bit platforms seems wrong
-----------------------+----------------------------------------------------
Reporter: faltet | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone:
Component: numpy.lib | Version: devel
Severity: normal | Resolution: wontfix
Keywords: |
-----------------------+----------------------------------------------------
Changes (by oliphant):
* status: new => closed
* resolution: => wontfix
Comment:
The problem is that oldnumeric.Int32 is 'i' which is the typecode used by
Numeric.Int32. Because oldnumeric.Int32 is a backward-compatibility name
it *has* to be the same character it was in Numeric.Int32 which is 'i'.
The problems in scipy.ndimage are because it was/is not 64-bit clean to
begin with.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/370#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list