[Scipy-svn] r2920 - trunk/Lib/special

scipy-svn at scipy.org scipy-svn at scipy.org
Sun Apr 15 01:12:47 EDT 2007


Author: rkern
Date: 2007-04-15 00:12:42 -0500 (Sun, 15 Apr 2007)
New Revision: 2920

Modified:
   trunk/Lib/special/orthogonal.py
Log:
Remove dependency on scipy.linalg in favor of numpy.dual

Modified: trunk/Lib/special/orthogonal.py
===================================================================
--- trunk/Lib/special/orthogonal.py	2007-04-15 04:59:04 UTC (rev 2919)
+++ trunk/Lib/special/orthogonal.py	2007-04-15 05:12:42 UTC (rev 2920)
@@ -62,7 +62,7 @@
 # Scipy imports.
 import numpy as np
 from numpy import all, any, exp, inf, pi, sqrt
-from scipy.linalg import eig
+from numpy.dual import eig
 
 # Local imports.
 import _cephes as cephes




More information about the Scipy-svn mailing list