On 27 Oct 2013 09:02, "Neil Girdhar" <[email protected]> wrote: > > Why not replace get_printoptions/set_printoptions with a context manager accessed using numpy.printoptions in the same way that numpy.errstate exposes a context manager to seterr/geterr? This would make the set method redundant. > > Also, the context manager returned by numpy.errstate, numpy.printoptions, etc. could expose the dictionary directly. This would make the get methods redundant.
I think the only reason is that no one's written up a patch and submitted a PR. Maybe you'll be the one? ;-) -n
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
