<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 22, 2015 at 12:48 AM, Honi Sanders <span dir="ltr"><<a href="mailto:honi@brandeis.edu" target="_blank">honi@brandeis.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">OK. So I am in the midst of a pull request adding a “maxlag” mode to correlate (<a href="https://github.com/numpy/numpy/compare/master...bringingheavendown:maxlag" target="_blank">https://github.com/numpy/numpy/compare/master...bringingheavendown:maxlag</a>).  Am I to understand that I no longer need to preserve the old_behavior functionality? </div></blockquote><div><br></div><div>Indeed. It was scheduled for ripping out for a long time, and Chuck finally got that done.<br> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Is it possible that we could address my pull request and then remove the old_behavior functionality because now my pull request is unmergeable.</div></blockquote><div><br></div><div>We can't undo the merge that made your PR need a rebase, but I'm happy to help you with the rebase and getting that into your branch if needed.<br><br></div><div>Ralf<br><br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><span><font color="#888888">Honi<br></font></span><div><div>

</div>
<br><div><blockquote type="cite"><div><div><div>On Jun 20, 2015, at 5:32 PM, Nathaniel Smith <<a href="mailto:njs@pobox.com" target="_blank">njs@pobox.com</a>> wrote:</div><br></div></div><div><div><div><p dir="ltr">On Jun 20, 2015 1:43 PM, "Charles R Harris" <<a href="mailto:charlesr.harris@gmail.com" target="_blank">charlesr.harris@gmail.com</a>> wrote:<br>
><br>
> Hi All,<br>
><br>
> There are three long ago deprecations that I am not sure how to handle.<br>
><br>
> keywords skiprows and missing in genfromtxt, deprecated in 1.5.<br>
> keyword old_behavior (default False) in correlate. added in 1.5 at least, but default value changed later.<br>
><br>
> The documentation says they will be removed in numpy 2.0, but we might want to try ealier. The case of the correlation function is trickier, as we probabaly need to provide a function with the old behavior before removing the keyword.</p><p dir="ltr">Wouldn't this function just be<br>
  correlate(a, conj(b))<br>
? Surely just writing that is easier and clearer than any function call we could provide.</p><p dir="ltr">> I've left these cases as is, but the more old stuff hanging about the greater our technical debt.</p><p dir="ltr">I guess we could try dropping them from the first release candidate and at least get some data on whether anyone notices.</p><p dir="ltr">1.5 was a lonnnng time ago.</p><p dir="ltr">-n</p></div></div>
_______________________________________________<span><br>NumPy-Discussion mailing list<br><a href="mailto:NumPy-Discussion@scipy.org" target="_blank">NumPy-Discussion@scipy.org</a><br><a href="http://mail.scipy.org/mailman/listinfo/numpy-discussion" target="_blank">http://mail.scipy.org/mailman/listinfo/numpy-discussion</a><br></span></div></blockquote></div><br></div></div></div><br>_______________________________________________<br>
NumPy-Discussion mailing list<br>
<a href="mailto:NumPy-Discussion@scipy.org" target="_blank">NumPy-Discussion@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/numpy-discussion" rel="noreferrer" target="_blank">http://mail.scipy.org/mailman/listinfo/numpy-discussion</a><br>
<br></blockquote></div><br></div></div>