[Numpy-tickets] [NumPy] #318: Easy way to increment the nesting level in recarrays
NumPy
numpy-tickets at scipy.net
Thu Oct 5 06:41:31 CDT 2006
#318: Easy way to increment the nesting level in recarrays
-------------------------+--------------------------------------------------
Reporter: faltet | Owner: somebody
Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: numpy.core | Version:
Severity: normal | Resolution: fixed
Keywords: |
-------------------------+--------------------------------------------------
Changes (by oliphant):
* status: new => closed
* resolution: => fixed
Comment:
This is already possible using the .view method.
Just do
nr.view([('new',[('x', 'i4'),('y','i4')])])
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/318#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