Re: [Numpy-discussion] Pull request: Split maskna support out of mainline into a branch

2012-06-17 Thread Nathaniel Smith
On Jun 17, 2012 9:37 PM, "David Cournapeau" wrote: > > > > On Sat, Jun 16, 2012 at 9:39 PM, Nathaniel Smith wrote: >> >> On Thu, Jun 14, 2012 at 5:20 PM, David Cournapeau wrote: >> > >> > >> > On Thu, Jun 14, 2012 at 5:17 PM, Nathaniel Smith wrote: >> >> >> >> On Wed, Jun 6, 2012 at 11:08 PM, N

Re: [Numpy-discussion] Pull request: Split maskna support out of mainline into a branch

2012-06-17 Thread David Cournapeau
On Sat, Jun 16, 2012 at 9:39 PM, Nathaniel Smith wrote: > On Thu, Jun 14, 2012 at 5:20 PM, David Cournapeau > wrote: > > > > > > On Thu, Jun 14, 2012 at 5:17 PM, Nathaniel Smith wrote: > >> > >> On Wed, Jun 6, 2012 at 11:08 PM, Nathaniel Smith wrote: > >> > Just submitted this pull request for

Re: [Numpy-discussion] Pull request: Split maskna support out of mainline into a branch

2012-06-16 Thread Nathaniel Smith
On Thu, Jun 14, 2012 at 5:20 PM, David Cournapeau wrote: > > > On Thu, Jun 14, 2012 at 5:17 PM, Nathaniel Smith wrote: >> >> On Wed, Jun 6, 2012 at 11:08 PM, Nathaniel Smith wrote: >> > Just submitted this pull request for discussion: >> >  https://github.com/numpy/numpy/pull/297 >> > >> > As pe

Re: [Numpy-discussion] Pull request: Split maskna support out of mainline into a branch

2012-06-14 Thread Travis Oliphant
I think we should go ahead and merge this PR. It would be ideal to make a branch with the current code and then merge this into master. I haven't had the time to do this. If you can do this Nathaniel, then it will really help with 1.7 release. Thanks, -Travis On Jun 14, 2012, at 11:17

Re: [Numpy-discussion] Pull request: Split maskna support out of mainline into a branch

2012-06-14 Thread Nathaniel Smith
On Thu, Jun 14, 2012 at 5:20 PM, David Cournapeau wrote: > > > > On Thu, Jun 14, 2012 at 5:17 PM, Nathaniel Smith wrote: >> >> On Wed, Jun 6, 2012 at 11:08 PM, Nathaniel Smith wrote: >> > Just submitted this pull request for discussion: >> >  https://github.com/numpy/numpy/pull/297 >> > >> > As

Re: [Numpy-discussion] Pull request: Split maskna support out of mainline into a branch

2012-06-14 Thread Charles R Harris
On Thu, Jun 14, 2012 at 10:17 AM, Nathaniel Smith wrote: > On Wed, Jun 6, 2012 at 11:08 PM, Nathaniel Smith wrote: > > Just submitted this pull request for discussion: > > https://github.com/numpy/numpy/pull/297 > > > > As per earlier discussion on the list, this PR attempts to remove > > exact

Re: [Numpy-discussion] Pull request: Split maskna support out of mainline into a branch

2012-06-14 Thread David Cournapeau
On Thu, Jun 14, 2012 at 5:17 PM, Nathaniel Smith wrote: > On Wed, Jun 6, 2012 at 11:08 PM, Nathaniel Smith wrote: > > Just submitted this pull request for discussion: > > https://github.com/numpy/numpy/pull/297 > > > > As per earlier discussion on the list, this PR attempts to remove > > exactl

Re: [Numpy-discussion] Pull request: Split maskna support out of mainline into a branch

2012-06-14 Thread Nathaniel Smith
On Wed, Jun 6, 2012 at 11:08 PM, Nathaniel Smith wrote: > Just submitted this pull request for discussion: >  https://github.com/numpy/numpy/pull/297 > > As per earlier discussion on the list, this PR attempts to remove > exactly and only the maskna-related code from numpy mainline: >  http://mail

[Numpy-discussion] Pull request: Split maskna support out of mainline into a branch

2012-06-06 Thread Nathaniel Smith
Just submitted this pull request for discussion: https://github.com/numpy/numpy/pull/297 As per earlier discussion on the list, this PR attempts to remove exactly and only the maskna-related code from numpy mainline: http://mail.scipy.org/pipermail/numpy-discussion/2012-May/062417.html The su