On Mon, Jul 28, 2008 at 6:28 AM, David M. Kaplan <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Quick question:  I have noticed that there are functions in cbook that
> have identical or near identical versions in numpy - unique, is_scalar
> (isscalar), iterable, ....  Is this intentional?

At one point, Travis O went through mlab and ported a number of
functions he found useful into numpy.  If the implementations are
identical, you can raise a Deprecation warning pointing to the numpy
version.  If they are different, we need to look at them to make sure
the numpy version is doing what we want.

JDH

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to