[Numpy-discussion] Reminder: weekly status meeting Dec 19 at 12:00 pacific time

2019-01-22 Thread Matti Picus
The draft agenda is at https://hackmd.io/6N3r7yUtSHqUsijC-CEbJA?both Everyone is invited to join. Matti, Tyler and Stefan ___ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] ENH: Added option to suppress stout/err capture in tests PR #12829

2019-01-22 Thread Joseph Fox-Rabinovitz
Hi, I recently had some issues setting up gdb to fix some self-inflicted segfaults, so instead I ended up adding an option to suppress stdout/stderr capture by pytest in PR#12829. I think this is a useful feature to have in general, so I made this PR. The only problem with it is that there are no

[Numpy-discussion] DOC: Updates to nditer usage instructions PR#12828

2019-01-22 Thread Joseph Fox-Rabinovitz
Hi, I have just added PR #12828, based off issue #12764 to clarify some of the documentation of `nditer`. While it contains most of the necessary material, it's still a bit of a rough draft, and I'd be happy to have some comments/advice on it. In particular, I didn't know how much to emphasize