[NumPy-Tickets] [NumPy] #2251: v1.6.2 : array truncates integers
NumPy Trac
numpy-tickets@scipy....
Fri Nov 23 19:31:04 CST 2012
#2251: v1.6.2 : array truncates integers
-------------------------+--------------------------------------------------
Reporter: thomasrask | Owner: somebody
Type: defect | Status: closed
Priority: highest | Milestone: 1.7.0
Component: numpy.core | Version: 1.6.2
Resolution: fixed | Keywords:
-------------------------+--------------------------------------------------
Changes (by charris):
* status: new => closed
* resolution: => fixed
* milestone: Unscheduled => 1.7.0
Comment:
This has been fixed in current master
{{{
In [1]: numpy.array([11,'a'])
Out[1]:
array(['11', 'a'],
dtype='|S2')
}}}
Note that new tickets should be opened as issues on
[https://github.com/numpy/numpy github].
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2251#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list