Re: [Numpy-discussion] clip out

2008-05-09 Thread Keith Goodman
On Fri, May 9, 2008 at 4:39 PM, Robert Kern <[EMAIL PROTECTED]> wrote: > On Fri, May 9, 2008 at 6:27 PM, Keith Goodman <[EMAIL PROTECTED]> wrote: >> Is there a reason why clip doesn't take out as an input? > > Oversight. The out= argument was added to the .clip() method > relatively recently. Oh.

Re: [Numpy-discussion] clip out

2008-05-09 Thread Robert Kern
On Fri, May 9, 2008 at 6:27 PM, Keith Goodman <[EMAIL PROTECTED]> wrote: > Is there a reason why clip doesn't take out as an input? Oversight. The out= argument was added to the .clip() method relatively recently. -- Robert Kern "I have come to believe that the whole world is an enigma, a harml

[Numpy-discussion] clip out

2008-05-09 Thread Keith Goodman
Is there a reason why clip doesn't take out as an input? It seems to work when I added it. ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion