[Numpy-discussion] Deprecate np.max/np.min ?

Charles R Harris charlesr.harris at gmail.com
Fri Nov 6 12:40:13 EST 2009


People import these functions -- yes, they shouldn't do that -- and the
python builtin versions are overloaded, causing hard to locate errors. It
would be easy enough to put a small wrapper around the current definition in
core/__init__.py and raise a deprecation warning. The round function might
be another candidate for deprecation.

Thoughts?

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20091106/c19ae1ef/attachment.html>


More information about the NumPy-Discussion mailing list