From: <jd...@us...> - 2008-12-18 16:31:49
|
Revision: 6666 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6666&view=rev Author: jdh2358 Date: 2008-12-18 16:31:44 +0000 (Thu, 18 Dec 2008) Log Message: ----------- tagging release 0.98.5.2 Modified Paths: -------------- branches/v0_98_5_maint/CHANGELOG branches/v0_98_5_maint/doc/api/api_changes.rst Modified: branches/v0_98_5_maint/CHANGELOG =================================================================== --- branches/v0_98_5_maint/CHANGELOG 2008-12-18 16:29:51 UTC (rev 6665) +++ branches/v0_98_5_maint/CHANGELOG 2008-12-18 16:31:44 UTC (rev 6666) @@ -1,4 +1,8 @@ +======================================================================= +Release 0.98.5.2 at r6665 +2008-12-18 Removed configobj and experimental traits - JDH + 2008-12-18 Fix bug where a line with NULL data limits prevents subsequent data limits from calculating correctly - MGD Modified: branches/v0_98_5_maint/doc/api/api_changes.rst =================================================================== --- branches/v0_98_5_maint/doc/api/api_changes.rst 2008-12-18 16:29:51 UTC (rev 6665) +++ branches/v0_98_5_maint/doc/api/api_changes.rst 2008-12-18 16:31:44 UTC (rev 6666) @@ -8,6 +8,7 @@ Changes for 0.98.x ================== +* Removed the configobj and experiemtnal traits rc support * Modified :func:`matplotlib.mlab.psd`, :func:`matplotlib.mlab.csd`, :func:`matplotlib.mlab.cohere`, and :func:`matplotlib.mlab.specgram` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |