<div dir="ltr">On Fri, Jun 30, 2017 at 4:47 PM, Gael Varoquaux <<a href="mailto:gael.varoquaux@normalesup.org">gael.varoquaux@normalesup.org</a>> wrote:<br>><br>> One problem is that it becomes hard (impossible?) for downstream packages<br>> such as scikit-learn to doctest under multiple versions of the numpy.<br>> Past experience has shown that it could be useful.<div><br></div><div>It's not that hard: wrap the new `set_printoptions(pad=True)` in a `try:` block to catch the error under old versions.</div><div><br>--<br>Robert Kern</div></div>