From: <cm...@us...> - 2008-01-06 18:28:34
|
Revision: 4802 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4802&view=rev Author: cmoad Date: 2008-01-06 10:28:17 -0800 (Sun, 06 Jan 2008) Log Message: ----------- minor rev bump Modified Paths: -------------- trunk/matplotlib/API_CHANGES trunk/matplotlib/CHANGELOG trunk/matplotlib/setupext.py Modified: trunk/matplotlib/API_CHANGES =================================================================== --- trunk/matplotlib/API_CHANGES 2008-01-04 14:59:50 UTC (rev 4801) +++ trunk/matplotlib/API_CHANGES 2008-01-06 18:28:17 UTC (rev 4802) @@ -1,3 +1,5 @@ +0.91.2 Released + For csv2rec, checkrows=0 is the new default indicating all rows will be checked for type inference @@ -10,6 +12,7 @@ Removed, dead/experimental ExampleInfo, Namespace and Importer code from matplotlib/__init__.py + 0.91.1 Released 0.91.0 Released Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2008-01-04 14:59:50 UTC (rev 4801) +++ trunk/matplotlib/CHANGELOG 2008-01-06 18:28:17 UTC (rev 4802) @@ -1,3 +1,6 @@ +=============================================================== +2008-01-06 Released 0.91.2 at revision 4802 + 2007-12-26 Reduce too-late use of matplotlib.use() to a warning instead of an exception, for backwards compatibility - EF Modified: trunk/matplotlib/setupext.py =================================================================== --- trunk/matplotlib/setupext.py 2008-01-04 14:59:50 UTC (rev 4801) +++ trunk/matplotlib/setupext.py 2008-01-06 18:28:17 UTC (rev 4802) @@ -902,9 +902,9 @@ # First test for a MacOSX/darwin framework install from os.path import join, exists framework_dirs = [ + join(os.getenv('HOME'), '/Library/Frameworks'), + '/Library/Frameworks', '/System/Library/Frameworks/', - '/Library/Frameworks', - join(os.getenv('HOME'), '/Library/Frameworks') ] # Find the directory that contains the Tcl.framework and Tk.framework This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |