[NumPy-Tickets] [NumPy] #1990: Data can be truncated in creation of an array from a mixed sequence of numeric values and strings
NumPy Trac
numpy-tickets@scipy....
Fri Apr 27 10:38:29 CDT 2012
#1990: Data can be truncated in creation of an array from a mixed sequence of
numeric values and strings
-------------------------+--------------------------------------------------
Reporter: thouis | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: 1.7.0
Component: numpy.core | Version: 1.6.0
Resolution: fixed | Keywords:
-------------------------+--------------------------------------------------
Comment(by charris):
The problem is that the function that was fixed was created as part of the
NA work/refactoring, is used in a number of places, and has a different
signature than the 1.6 function it replaced. It may be that it is similar
enough to the original that the fix can be transferred over, but I'll have
to walk through the code to check that out.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1990#comment:5>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list