[Numpy-discussion] Proposal of new function: iteraxis()

2013-04-24 Thread andrew giessel
Hello all- A while back I emailed the list about function for the numpy namespace, iteraxis(), which allows you to generalize the default iteration behavior of numpy arrays over any axis. I've implemented this function more cleanly and the pull request is here: https://github.com/numpy/numpy/pull

[Numpy-discussion] GSoC application time!

2013-04-24 Thread Ralf Gommers
Hi, This is for all students planning to put in a GSoC'13 application for Numpy/Scipy. As you probably noticed, you are now able to submit your application in Melange. We're participating under the PSF org. Terri Oda, who is the PSF organizer, sent out the below announcement with tips and requirem

Re: [Numpy-discussion] Vectorized percentile function in Numpy (PR #2970)

2013-04-24 Thread Sebastian Berg
On Wed, 2013-04-24 at 12:03 -0400, josef.p...@gmail.com wrote: > On Wed, Apr 24, 2013 at 4:11 AM, Sebastian Berg > wrote: > > On Tue, 2013-04-23 at 23:33 -0400, josef.p...@gmail.com wrote: > >> On Tue, Apr 23, 2013 at 6:16 PM, Sebastian Berg > >> wrote: > >> > On Tue, 2013-04-23 at 12:13 -0500, J

Re: [Numpy-discussion] Vectorized percentile function in Numpy (PR #2970)

2013-04-24 Thread josef . pktd
On Wed, Apr 24, 2013 at 4:11 AM, Sebastian Berg wrote: > On Tue, 2013-04-23 at 23:33 -0400, josef.p...@gmail.com wrote: >> On Tue, Apr 23, 2013 at 6:16 PM, Sebastian Berg >> wrote: >> > On Tue, 2013-04-23 at 12:13 -0500, Jonathan Helmus wrote: >> >> Back in December it was pointed out on the

Re: [Numpy-discussion] Vectorized percentile function in Numpy (PR #2970)

2013-04-24 Thread Sebastian Berg
On Tue, 2013-04-23 at 23:33 -0400, josef.p...@gmail.com wrote: > On Tue, Apr 23, 2013 at 6:16 PM, Sebastian Berg > wrote: > > On Tue, 2013-04-23 at 12:13 -0500, Jonathan Helmus wrote: > >> Back in December it was pointed out on the scipy-user list[1] that > >> numpy has a percentile function