Revision: 6361
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6361&view=rev
Author:   mmetz_bn
Date:     2008-11-04 13:38:15 +0000 (Tue, 04 Nov 2008)

Log Message:
-----------
sqrtm implemented in scipy

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/mlab.py

Modified: trunk/matplotlib/lib/matplotlib/mlab.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/mlab.py     2008-10-31 14:54:42 UTC (rev 
6360)
+++ trunk/matplotlib/lib/matplotlib/mlab.py     2008-11-04 13:38:15 UTC (rev 
6361)
@@ -1811,7 +1811,7 @@
     """
     Deprecated - needs clean room implementation
     """
-    raise NotImplementedError('Deprecated - needs clean room implementation')
+    raise NotImplementedError('Deprecated - see scipy.linalg.sqrtm')
 
 
 def mfuncC(f, x):


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
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-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to