[Numpy-discussion] array.min() vs. min(array)

Arnd Baecker arnd.baecker at web.de
Wed Apr 26 23:51:07 EDT 2006


On Wed, 26 Apr 2006, Christopher Barker wrote:

> Travis Oliphant wrote:
>
> > In Python 2.5 we are going to have the same issues with the new any()
> > and all() functions of Python.
>
> "Namespaces are one honking great idea -- let's do more of those!"
>
> Yet another reason to deprecate import * !

Yep! But it would not work for `min` as there is
no such function in  numpy. (would we need one?...)

Best, Arnd




More information about the NumPy-Discussion mailing list