[NumPy-Tickets] [NumPy] #225: bincount does not accept input of type > N.uint16
NumPy Trac
numpy-tickets@scipy....
Tue Mar 22 19:26:07 CDT 2011
#225: bincount does not accept input of type > N.uint16
-------------------------+--------------------------------------------------
Reporter: stefan | Owner: oliphant
Type: enhancement | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version:
Keywords: |
-------------------------+--------------------------------------------------
Comment(by mwiebe):
This function still errors (with uint64 on a 64-bit machine). Bincount is
a candidate to convert to using the iterator with buffering, since
currently it will cause a copy if the input isn't contiguous and the right
type.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/225#comment:5>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list