[Numpy-discussion] Shippable builds are broken - I filed an issue with them

2019-07-04 Thread Matti Picus
For the past few days shippable (arm builds) CI has been failing. I opened an issue with them https://github.com/Shippable/support/issues/4882 ___ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/nump

[Numpy-discussion] Code review for adding axis argument to permutation and shuffle function

2019-07-04 Thread Kexuan Sun
Hi, I would like to request a code review. The random.permutation and random.shuffle functions now can only shuffle along the first axis of a multi-dimensional array. I propose to add an axis argument for the functions and allow them to shuffle along a given axis. Here is the link to the PR (