[Scipy-svn] r2444 - trunk/Lib/sandbox/timeseries

scipy-svn at scipy.org scipy-svn at scipy.org
Wed Dec 20 12:17:52 EST 2006


Author: mattknox_ca
Date: 2006-12-20 11:17:48 -0600 (Wed, 20 Dec 2006)
New Revision: 2444

Modified:
   trunk/Lib/sandbox/timeseries/timeseries.py
Log:
added two constants from numpy.core.ma to local namespace

Modified: trunk/Lib/sandbox/timeseries/timeseries.py
===================================================================
--- trunk/Lib/sandbox/timeseries/timeseries.py	2006-12-20 17:11:54 UTC (rev 2443)
+++ trunk/Lib/sandbox/timeseries/timeseries.py	2006-12-20 17:17:48 UTC (rev 2444)
@@ -6,6 +6,8 @@
 import tsdate
 import copy as copytools
 
+masked = ma.masked
+nomask = ma.nomask
 
 def ts_compatible(a, b):
     if a.freq != b.freq:




More information about the Scipy-svn mailing list