From: <ds...@us...> - 2007-11-09 00:31:50
|
Revision: 4171 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4171&view=rev Author: dsdale Date: 2007-11-08 16:31:48 -0800 (Thu, 08 Nov 2007) Log Message: ----------- note pyparsing change to API_CHANGES Modified Paths: -------------- trunk/matplotlib/API_CHANGES Modified: trunk/matplotlib/API_CHANGES =================================================================== --- trunk/matplotlib/API_CHANGES 2007-11-09 00:22:03 UTC (rev 4170) +++ trunk/matplotlib/API_CHANGES 2007-11-09 00:31:48 UTC (rev 4171) @@ -1,3 +1,7 @@ + Removed matplotlib.pyparsing. We now use the system's pyparsing + if it is available, and if not, we install pyparsing directly into + site-packages + Moved mlab.csv2rec -> recutils.csv2rec Added ax kwarg to pyplot.colorbar and Figure.colorbar so that This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |