Re: [Numpy-discussion] labeled axes

2011-05-27 Thread Fernando Perez
On Thu, May 26, 2011 at 6:36 PM, Craig Yoshioka wrote: > Thanks, I will. I was just seeing if there was any intention of adding this > to type of support to numpy directly.  It would be faster, and I'm sure it > would make projects like dataarray much simpler to implement (dataarray does > a lo

Re: [Numpy-discussion] labeled axes

2011-05-26 Thread John Salvatier
I'm glad datarray is still active. :) On Thu, May 26, 2011 at 6:36 PM, Craig Yoshioka wrote: > Thanks, I will. I was just seeing if there was any intention of adding this > to type of support to numpy directly. It would be faster, and I'm sure it > would make projects like dataarray much simple

Re: [Numpy-discussion] labeled axes

2011-05-26 Thread Craig Yoshioka
Thanks, I will. I was just seeing if there was any intention of adding this to type of support to numpy directly. It would be faster, and I'm sure it would make projects like dataarray much simpler to implement (dataarray does a lot more than my suggestion). On May 26, 2011, at 4:53 AM, Wes Mc

Re: [Numpy-discussion] labeled axes

2011-05-26 Thread Wes McKinney
On Tue, May 24, 2011 at 6:39 PM, Craig Yoshioka wrote: > Hi all, > I've read some discussions about adding labeled axes, and even ticks, to > numpy arrays  (such as in Luis' dataarray). > I have recently found that the ability to label axes would be very helpful > to me, but I'd like to keep the i

[Numpy-discussion] labeled axes

2011-05-24 Thread Craig Yoshioka
Hi all, I've read some discussions about adding labeled axes, and even ticks, to numpy arrays (such as in Luis' dataarray). I have recently found that the ability to label axes would be very helpful to me, but I'd like to keep the implementation as lightweight as possible. The reason I woul