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

Log Message:
-----------
deprecated mlab2 functions from mlab

Modified Paths:
--------------
    branches/v0_91_maint/API_CHANGES
    branches/v0_91_maint/lib/matplotlib/pylab.py

Modified: branches/v0_91_maint/API_CHANGES
===================================================================
--- branches/v0_91_maint/API_CHANGES    2008-07-24 12:58:19 UTC (rev 5832)
+++ branches/v0_91_maint/API_CHANGES    2008-07-24 13:03:26 UTC (rev 5833)
@@ -1,4 +1,4 @@
-    Removed mlab2 functions from mlab
+    Deprecated all mlab2 functions in mlab
 
     matplotlib.image.imread now no longer always returns RGBA -- if
     the image is luminance or RGB, it will return a MxN or MxNx3 array

Modified: branches/v0_91_maint/lib/matplotlib/pylab.py
===================================================================
--- branches/v0_91_maint/lib/matplotlib/pylab.py        2008-07-24 12:58:19 UTC 
(rev 5832)
+++ branches/v0_91_maint/lib/matplotlib/pylab.py        2008-07-24 13:03:26 UTC 
(rev 5833)
@@ -233,7 +233,7 @@
 from matplotlib.mlab import  window_hanning, window_none,\
         conv, detrend, detrend_mean, detrend_none, detrend_linear,\
         polyfit, polyval, entropy, normpdf,\
-        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,\
@@ -255,8 +255,8 @@
      mfuncC, approx_real, rec_append_field, rec_drop_fields, rec_join, 
csv2rec, rec2csv
 
 
-     
 
+
 # old style--if True, override standard numpy with oldnumeric
 if False:
     from numpy.oldnumeric import array, zeros, shape, rank, size, fromstring,\


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