Hello All, <div><br></div><div>Obviously, I am +1 for #3 and +0 on #2 (no need to create a maintenance </div><div>headache if you don't have to).  I originally did this in the 3.0 fork just because </div><div>I thought it was more of a sandbox than the 2.x series.  I am also +0 on #1, </div>

<div>if that is what is best. </div><div><br></div><div>Be Well</div><div>Anthony</div><div><br><br><div class="gmail_quote">On Mon, Aug 27, 2012 at 9:54 AM, Kacper Kowalik <span dir="ltr"><<a href="mailto:xarthisius.kk@gmail.com" target="_blank">xarthisius.kk@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On <a href="tel:27.08.2012%2016" value="+12708201216">27.08.2012 16</a>:08, Matthew Turk wrote:<br>
> Because this could be disruptive for any major, outstanding forks, I<br>
> also think it needs to be discussed here.  (I'm actually kind of -1 on<br>
> big discussions happening in pull requests.)  My vote is for #3.  I'd<br>
> rather get this over with, since we all know it probably ought to<br>
> happen at some point in the future.<br>
<br>
</div>Hi,<br>
there's a way to minimize the disruption on any outstanding forks,<br>
namely to automate the process. If we use the same "tool" on both main<br>
repo and the fork, the difference should be close to none.<br>
In this case something along the lines:<br>
<br>
find . -name "*.py" \<br>
   -exec sed -e "s/\([[:punct:]]\|[[:space:]]\)na\./\1np\./g" \<br>
   -e "s/numpy as na/numpy as np/g" -i {} \;<br>
<br>
should do the trick. I haven't check yet if that reproduces Anthony's PR<br>
so use it carefully ;)<br>
Cheers,<br>
Kacper<br>
<br>
<br>
<br>_______________________________________________<br>
yt-dev mailing list<br>
<a href="mailto:yt-dev@lists.spacepope.org">yt-dev@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org</a><br>
<br></blockquote></div><br></div>