[Numpy-discussion] Fwd: [numpy] When accessing MaskedArray rows, always return an mvoid object (#483)

2012-10-11 Thread Nathaniel Smith
This PR changes the behaviour of masked record arrays. The rationale makes sense to me, but I don't actually use this functionality. Any masked array users want to chime in? -n -- Forwarded message -- From: "Thomas Robitaille" Date: 11 Oct 2012 19:35 Subject: [numpy] When accessin

Re: [Numpy-discussion] [numpy] ENH: Initial implementation of a 'neighbor' calculation (#303)

2012-10-11 Thread Nathaniel Smith
On Thu, Oct 11, 2012 at 10:50 AM, Nicolas Rougier wrote: > I missed the original post but I personally find this addition especially > useful for my work in computational neuroscience. > > I did something vaguely similar in a small framework (http://dana.loria.fr/, > you can look more specifical

Re: [Numpy-discussion] Fwd: [numpy] ENH: Initial implementation of a 'neighbor' calculation (#303)

2012-10-11 Thread Sebastian Berg
On Wed, 2012-10-10 at 12:55 -0400, Cera, Tim wrote: > On Wed, Oct 10, 2012 at 1:58 AM, Travis E. > Oliphant wrote: > I'm not sure what to make of no comments on this PR. This > seems like a useful addition. @timcera are you still > interested in having this PR merged? >

Re: [Numpy-discussion] [numpy] ENH: Initial implementation of a 'neighbor' calculation (#303)

2012-10-11 Thread Nicolas Rougier
I missed the original post but I personally find this addition especially useful for my work in computational neuroscience. I did something vaguely similar in a small framework (http://dana.loria.fr/, you can look more specifically at http://dana.loria.fr/doc/connection.html for details). Exa