From: <jd...@us...> - 2008-07-24 18:35:27
|
Revision: 5842 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5842&view=rev Author: jdh2358 Date: 2008-07-24 18:35:24 +0000 (Thu, 24 Jul 2008) Log Message: ----------- updated api changes and changelog to reflect mlab2 deprecation Modified Paths: -------------- trunk/matplotlib/API_CHANGES trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/API_CHANGES =================================================================== --- trunk/matplotlib/API_CHANGES 2008-07-24 17:07:43 UTC (rev 5841) +++ trunk/matplotlib/API_CHANGES 2008-07-24 18:35:24 UTC (rev 5842) @@ -1,6 +1,11 @@ + Changes for 0.98.x ================== +* Deprecated (raise NotImplementedError) all the mlab2 functions from + matplotlib.mlab out of concern that some of them were not clean room + implementations. + * Methods get_offsets and set_offsets added to Collections base class. Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2008-07-24 17:07:43 UTC (rev 5841) +++ trunk/matplotlib/CHANGELOG 2008-07-24 18:35:24 UTC (rev 5842) @@ -1,3 +1,7 @@ +2008-07-24 Deprecated (raise NotImplementedError) all the mlab2 + functions from matplotlib.mlab out of concern that some of + them were not clean room implementations. JDH + 2008-07-24 Rewrite of a significant portion of the clabel code (class ContourLabeler) to improve inlining. - DMK This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |