Revision: 5837
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5837&view=rev
Author:   jdh2358
Date:     2008-07-24 13:39:34 +0000 (Thu, 24 Jul 2008)

Log Message:
-----------
removed mlab fix from pylab -- previously deprecated

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/__init__.py
    trunk/matplotlib/lib/matplotlib/pylab.py

Modified: trunk/matplotlib/lib/matplotlib/__init__.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/__init__.py 2008-07-24 13:30:53 UTC (rev 
5836)
+++ trunk/matplotlib/lib/matplotlib/__init__.py 2008-07-24 13:39:34 UTC (rev 
5837)
@@ -89,7 +89,7 @@
 """
 from __future__ import generators
 
-__version__  = '0.98.3'
+__version__  = '0.98.3rc1'
 __revision__ = '$Revision$'
 __date__     = '$Date$'
 

Modified: trunk/matplotlib/lib/matplotlib/pylab.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/pylab.py    2008-07-24 13:30:53 UTC (rev 
5836)
+++ trunk/matplotlib/lib/matplotlib/pylab.py    2008-07-24 13:39:34 UTC (rev 
5837)
@@ -221,7 +221,7 @@
 from matplotlib.mlab import  window_hanning, window_none,\
         conv, detrend, detrend_mean, detrend_none, detrend_linear,\
         polyfit, polyval, entropy, normpdf, griddata,\
-        levypdf, find, trapz, prepca, fix, rem, norm, orth, rank,\
+        levypdf, find, trapz, prepca, rem, norm, orth, rank,\
         sqrtm, prctile, center_matrix, rk4, exp_safe, amap,\
         sum_flat, mean_flat, rms_flat, l1norm, l2norm, norm, frange,\
         diagonal_matrix, base_repr, binary_repr, log2, ispower2,\


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
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to