Re: [Numpy-discussion] DataArray fixes

2010-10-18 Thread Fernando Perez
On Mon, Oct 18, 2010 at 7:58 AM, Lluís wrote: > Ah well, I don't usually import routines into my namespace, but full > packages to avoid collisions and ease understanding of the source :) Good practice, though it's still (I think) best to avoid colliding with very common names in case someone use

Re: [Numpy-discussion] DataArray fixes

2010-10-18 Thread Lluís
Fernando Perez writes: > On Wed, Oct 13, 2010 at 6:02 AM, Lluís wrote: >> I thought that datarray module would be inside numpy, so the >> construction interface would be: >>      numpy.datarray.array(...) >>        User-friendly constructor with "inlined" contents. >>      numpy.datarray.DataArra

Re: [Numpy-discussion] DataArray fixes

2010-10-13 Thread Fernando Perez
On Wed, Oct 13, 2010 at 6:02 AM, Lluís wrote: > Yup, I know it brings havok to the tests, as the constructor interface > is essentially different. > > I'll try to find some time at the beginning of next month to fix all > missing bits on my pull requests. > > An yes, I saw you comment. On the nami

Re: [Numpy-discussion] DataArray fixes

2010-10-13 Thread Keith Goodman
On Wed, Oct 13, 2010 at 6:02 AM, Lluís wrote: > Fernando Perez writes: >> By the way Lluis, I replied to one of your requests (Keith merged the >> other one, thanks!) here: > > How can I see which one got merged without checking one by one? It was this one: http://github.com/fperez/datarray/comm

Re: [Numpy-discussion] DataArray fixes

2010-10-13 Thread Lluís
Fernando Perez writes: > On Wed, Sep 8, 2010 at 5:00 AM, Lluís wrote: >> Well, the pull requests I posted to your repository are for fairly trivial >> fixes >> (but some still need documentation and regression test updates). >> > By the way Lluis, I replied to one of your requests (Keith merge

Re: [Numpy-discussion] DataArray fixes

2010-10-08 Thread Fernando Perez
On Wed, Sep 8, 2010 at 5:00 AM, Lluís wrote: > Well, the pull requests I posted to your repository are for fairly trivial > fixes > (but some still need documentation and regression test updates). > By the way Lluis, I replied to one of your requests (Keith merged the other one, thanks!) here:

Re: [Numpy-discussion] DataArray fixes

2010-09-08 Thread Lluís
Fernando Perez writes: > Just let me know what you and the others (Keith, Skipper, Rob, etc) > think and I'm more than happy to open the doors to make the process > easier. Well, the pull requests I posted to your repository are for fairly trivial fixes (but some still need documentation and regre

Re: [Numpy-discussion] DataArray fixes

2010-09-08 Thread Fernando Perez
Hi Lluis, On Mon, Sep 6, 2010 at 12:17 PM, Lluís wrote: > I started writing some fixes for DataArray, but some others need discussion on > whether they should be implemented as I describe. > > To this extent, please see issues at http://github.com/fperez/datarray/issues > and comment on them, so

[Numpy-discussion] DataArray fixes

2010-09-06 Thread Lluís
I started writing some fixes for DataArray, but some others need discussion on whether they should be implemented as I describe. To this extent, please see issues at http://github.com/fperez/datarray/issues and comment on them, so that I'll know if I should implement these. Thanks, Lluis