[Numpy-discussion] Comparing NumPy/IDL Performance

Keith Hughitt keith.hughitt at gmail.com
Thu Sep 29 14:46:51 EDT 2011


Ah. Thanks for catching that!

Otherwise though I think everything looks pretty good.

Thanks all,
Keith

On Thu, Sep 29, 2011 at 12:18 PM, Zachary Pincus <zachary.pincus at yale.edu>wrote:

> I think the remaining delta between the integer and float "boxcar"
> smoothing is that the integer version (test 21) still uses median_filter(),
> while the float one (test 22) is using uniform_filter(), which is a boxcar.
>
> Other than that and the slow roll() implementation in numpy, things look
> pretty solid, yes?
>
> Zach
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20110929/f8183bf8/attachment.html>


More information about the NumPy-Discussion mailing list