On Wed, Oct 10, 2012 at 1:58 AM, Travis E. Oliphant <span dir="ltr"><<a href="mailto:notifications@github.com" target="_blank">notifications@github.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<p>I'm not sure what to make of no comments on this PR. This seems like a useful addition. <a href="https://github.com/timcera" target="_blank">@timcera</a> are you still interested in having this PR merged?</p></blockquote>
<div><br></div><div>Yes.  </div><div><br></div><div>I mentioned in PR comments that the lack of discussion is because my code engenders speechless awe in anyone who looks at it.  :-)   Of course speechless awe can come from two different reasons!  Hopefully it is because my code is so awesome.</div>
<div><br></div><div>Seriously, I really wanted some input, especially after I found <a href="https://github.com/numpy/numpy/issues/31" title="Rolling window" target="_blank">#31</a>.</div><div> </div><div><br></div><div>On Wed, Oct 10, 2012 at 7:24 AM, Eric Moore <span dir="ltr"><<a href="mailto:notifications@github.com" target="_blank">notifications@github.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><p>This seems to be trying to solve a very similar problem to <a href="https://github.com/numpy/numpy/issues/31" title="Rolling window" target="_blank">#31</a></p>
<div class="HOEnZb"><div class="h5"></div></div></blockquote></div><div>Internally I implemented something like rolling window, but I don't return the windows.  Instead the contents of the windows are used for calculation of each windows 'central' cell in the results array.</div>
<div><br></div><div>After seeing the rolling window function I thought it might be nice to bring that out into a callable function, so that similar functionality would be available.  That particular function isn't useful to me directly, but perhaps others? </div>
<div><br></div><div class="gmail_quote"><div>Kindest regards,</div><div>Tim</div></div>