[NumPy-Tickets] [NumPy] #2251: v1.6.2 : array truncates integers
NumPy Trac
numpy-tickets@scipy....
Wed Nov 21 12:50:36 CST 2012
#2251: v1.6.2 : array truncates integers
------------------------+---------------------------------------------------
Reporter: thomasrask | Owner: somebody
Type: defect | Status: new
Priority: highest | Milestone: Unscheduled
Component: numpy.core | Version: 1.6.2
Keywords: |
------------------------+---------------------------------------------------
Array truncates integer (which does not happen in eg. v1.5.1):
>>> import numpy
>>> numpy.array([11,'a'])
array(['1', 'a'],
dtype='|S1')
Im running Fedora Linux kernel 2.6.35.14-106.fc14.x86_64
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2251>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list