[Numpy-discussion] Where's that function?

2013-02-06 Thread josef . pktd
I'm convinced that I saw a while ago a function that uses a list of interval boundaries to index into an array, either to iterate or to take. I thought that's very useful, but didn't make a note. Now, I have no idea where I saw this (I thought numpy), and I cannot find it anywhere. any clues?

Re: [Numpy-discussion] Where's that function?

2013-02-06 Thread Sebastian Berg
On Wed, 2013-02-06 at 13:08 -0500, josef.p...@gmail.com wrote: I'm convinced that I saw a while ago a function that uses a list of interval boundaries to index into an array, either to iterate or to take. I thought that's very useful, but didn't make a note. Now, I have no idea where I saw

Re: [Numpy-discussion] Where's that function?

2013-02-06 Thread josef . pktd
On Wed, Feb 6, 2013 at 2:17 PM, Sebastian Berg sebast...@sipsolutions.net wrote: On Wed, 2013-02-06 at 13:08 -0500, josef.p...@gmail.com wrote: I'm convinced that I saw a while ago a function that uses a list of interval boundaries to index into an array, either to iterate or to take. I

Re: [Numpy-discussion] Where's that function?

2013-02-06 Thread Benjamin Root
On Wed, Feb 6, 2013 at 1:08 PM, josef.p...@gmail.com wrote: I'm convinced that I saw a while ago a function that uses a list of interval boundaries to index into an array, either to iterate or to take. I thought that's very useful, but didn't make a note. Now, I have no idea where I saw

Re: [Numpy-discussion] Where's that function?

2013-02-06 Thread josef . pktd
On Wed, Feb 6, 2013 at 2:45 PM, Benjamin Root ben.r...@ou.edu wrote: On Wed, Feb 6, 2013 at 1:08 PM, josef.p...@gmail.com wrote: I'm convinced that I saw a while ago a function that uses a list of interval boundaries to index into an array, either to iterate or to take. I thought that's