<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Dec 26, 2015 at 9:06 AM, Hans Larsen <span dir="ltr"><<a href="mailto:jocjo@mail.dk" target="_blank">jocjo@mail.dk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have a Python3.5.1 64bits on Windows 10 same bit-length!<br>
I want to knowing when and what version of numpy, that support @= ?<br>
I have a functional numpy-1-10-1!=-O<span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div><br></div><div>May I suggest numpy 1.10.2? Numpy 1.10.1 has some nasty bugs.<br><br></div><div>In any case, we support the `@` operator in 1.10, but not the `@=` operator. The `@=` operator is tricky to have true inplace matrix multiplication, as not only are elements on the left overwritten, but the dimensions need to be preserved. <br><br></div><div>Chuck<br></div></div></div></div>