[Numpy-discussion] julia - Multidimensional algorithms and iteration

2016-02-02 Thread Neal Becker
http://julialang.org/blog/2016/02/iteration/ ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org https://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] Numpy 1.11.0b2 released

2016-02-02 Thread Pauli Virtanen
01.02.2016, 23:25, Ralf Gommers kirjoitti: [clip] > So: it would really help if someone could pick up the automation part of > this and improve the stack testing, so the numpy release manager doesn't > have to do this. quick hack: https://github.com/pv/testrig Not that I'm necessarily volunteerin

Re: [Numpy-discussion] julia - Multidimensional algorithms and iteration

2016-02-02 Thread Juan Nunez-Iglesias
Nice. I particularly liked that indices are just arrays, so you can do array arithmetic on them. I spend a lot of time converting tuples-to-array-to-tuples. If I understand correctly, indexing-with-arrays is overloaded in NumPy so the tuple syntax isn't going away any time soon, is it? On Wed, Feb