From: <md...@us...> - 2007-12-13 18:30:50
|
Revision: 4728 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4728&view=rev Author: mdboom Date: 2007-12-13 10:30:45 -0800 (Thu, 13 Dec 2007) Log Message: ----------- Update API_CHANGES and CHANGELOG for stuff since 0.91.1 Modified Paths: -------------- trunk/matplotlib/API_CHANGES trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/API_CHANGES =================================================================== --- trunk/matplotlib/API_CHANGES 2007-12-13 18:21:25 UTC (rev 4727) +++ trunk/matplotlib/API_CHANGES 2007-12-13 18:30:45 UTC (rev 4728) @@ -1,3 +1,6 @@ + A warning is issued when an image is drawn on log-scaled + axes, since it will not log-scale the image data. + Moved rec2gtk to matplotlib.toolkits.gtktools Moved rec2excel to matplotlib.toolkits.exceltools @@ -2,3 +5,2 @@ - Removed, dead/experimental ExampleInfo, Namespace and Importer @@ -11,7 +13,7 @@ Changed cbook.is_file_like to cbook.is_writable_file_like and corrected behavior. - + Added ax kwarg to pyplot.colorbar and Figure.colorbar so that one can specify the axes object from which space for the colorbar is to be taken, if one does not want to make the colorbar axes Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2007-12-13 18:21:25 UTC (rev 4727) +++ trunk/matplotlib/CHANGELOG 2007-12-13 18:30:45 UTC (rev 4728) @@ -1,9 +1,13 @@ -2007-12-10 Fix SVG text rendering bug. +2007-12-12 Support alpha-blended text in the Agg and Svg backends - + MGD -2007-12-10 Increase accuracy of circle and ellipse drawing by using an 8-piece - bezier approximation, rather than a 4-piece one. Fix PDF, SVG and - Cairo backends so they can draw paths (meaning ellipses as well). +2007-12-10 Fix SVG text rendering bug. - MGD +2007-12-10 Increase accuracy of circle and ellipse drawing by using an + 8-piece bezier approximation, rather than a 4-piece one. + Fix PDF, SVG and Cairo backends so they can draw paths + (meaning ellipses as well). - MGD + 2007-12-07 Issue a warning when drawing an image on a non-linear axis. - MGD 2007-12-06 let widgets.Cursor initialize to the lower x and y bounds @@ -18,6 +22,10 @@ (This was a regression since 0.90 caused by the refactoring of font_manager.py) - MGD +2007-12-05 Support arbitrary rotation of usetex text in Agg backend. - MGD + +2007-12-04 Support '|' as a character in mathtext - MGD + =============================================================== 2007-11-27 Released 0.91.1 at revision 4517 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |