Re: [Numpy-discussion] Rename record array fields (with object arrays)

2008-03-06 Thread Sameer DCosta
On Sat, Mar 1, 2008 at 10:43 PM, Travis E. Oliphant <[EMAIL PROTECTED]> wrote: > > Can you try: > > olddt.names = ['notfoo', 'notbar'] > > on a recent SVN tree. This should now work > Thanks Travis, this works great!! Sameer ___ Numpy-discussion

Re: [Numpy-discussion] Rename record array fields (with object arrays)

2008-03-01 Thread Travis E. Oliphant
Travis E. Oliphant wrote: > Sameer DCosta wrote: > >> Hi, >> >> I'm having trouble renaming record array fields if they contain object >> arrays in them. I followed the solutions posted by Robert Kern and >> Stefan van der Walt (Thanks again) but it doesn't look like this >> method works in all

Re: [Numpy-discussion] Rename record array fields (with object arrays)

2008-02-28 Thread Sameer DCosta
On Thu, Feb 28, 2008 at 2:11 PM, Robert Kern <[EMAIL PROTECTED]> wrote: > On Thu, Feb 28, 2008 at 2:00 PM, Sameer DCosta <[EMAIL PROTECTED]> wrote: > > was going to create a ticket for this, but I don't think I have > > permissions to do this. Can someone who has the permissions, please > >

Re: [Numpy-discussion] Rename record array fields (with object arrays)

2008-02-28 Thread Robert Kern
On Thu, Feb 28, 2008 at 2:00 PM, Sameer DCosta <[EMAIL PROTECTED]> wrote: > I think having a record array field renaming api is a good idea.. I > was going to create a ticket for this, but I don't think I have > permissions to do this. Can someone who has the permissions, please > create it? Tha

Re: [Numpy-discussion] Rename record array fields (with object arrays)

2008-02-28 Thread Sameer DCosta
I think having a record array field renaming api is a good idea.. I was going to create a ticket for this, but I don't think I have permissions to do this. Can someone who has the permissions, please create it? Thanks. Sameer On Thu, Feb 28, 2008 at 10:48 AM, Travis E. Oliphant <[EMAIL PROTECTED]

Re: [Numpy-discussion] Rename record array fields (with object arrays)

2008-02-28 Thread Travis E. Oliphant
Sameer DCosta wrote: > Hi, > > I'm having trouble renaming record array fields if they contain object > arrays in them. I followed the solutions posted by Robert Kern and > Stefan van der Walt (Thanks again) but it doesn't look like this > method works in all cases. For reference: > http://project

[Numpy-discussion] Rename record array fields (with object arrays)

2008-02-28 Thread Sameer DCosta
Hi, I'm having trouble renaming record array fields if they contain object arrays in them. I followed the solutions posted by Robert Kern and Stefan van der Walt (Thanks again) but it doesn't look like this method works in all cases. For reference: http://projects.scipy.org/pipermail/numpy-discus