[Numpy-tickets] [NumPy] #307: Problems in creating recarrays coming from other arrays
NumPy
numpy-tickets at scipy.net
Mon Oct 2 17:48:33 CDT 2006
#307: Problems in creating recarrays coming from other arrays
------------------------+---------------------------------------------------
Reporter: faltet | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: 1.0 Release
Component: numpy.core | Version: devel
Severity: normal | Resolution: wontfix
Keywords: |
------------------------+---------------------------------------------------
Changes (by oliphant):
* status: new => closed
* resolution: => wontfix
Comment:
This is due to the fact that record arrays *must* be initialized with
tuples when using the array construct. There had to be some mechanism to
distinguish between "buffer" for placing data in directly and for
"interpreting" the data from a sequence. The tuple is how that decision
is made.
There were some errors not being reported correctly, however, which I've
fixed.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/307#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