On Sat, Dec 26, 2015 at 9:06 AM, Hans Larsen <jo...@mail.dk> wrote:

> I have a Python3.5.1 64bits on Windows 10 same bit-length!
> I want to knowing when and what version of numpy, that support @= ?
> I have a functional numpy-1-10-1!=-O
>

May I suggest numpy 1.10.2? Numpy 1.10.1 has some nasty bugs.

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.

Chuck
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to