From: <md...@us...> - 2008-01-07 21:18:02
|
Revision: 4804 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4804&view=rev Author: mdboom Date: 2008-01-07 13:18:00 -0800 (Mon, 07 Jan 2008) Log Message: ----------- Merged revisions 4801-4803 via svnmerge from http://matplotlib.svn.sf.net/svnroot/matplotlib/trunk/matplotlib ........ r4802 | cmoad | 2008-01-06 13:28:17 -0500 (Sun, 06 Jan 2008) | 1 line minor rev bump ........ Modified Paths: -------------- branches/transforms/API_CHANGES branches/transforms/CHANGELOG branches/transforms/setupext.py Property Changed: ---------------- branches/transforms/ Property changes on: branches/transforms ___________________________________________________________________ Name: svnmerge-integrated - /trunk/matplotlib:1-4800 + /trunk/matplotlib:1-4803 Modified: branches/transforms/API_CHANGES =================================================================== --- branches/transforms/API_CHANGES 2008-01-07 21:15:58 UTC (rev 4803) +++ branches/transforms/API_CHANGES 2008-01-07 21:18:00 UTC (rev 4804) @@ -169,6 +169,8 @@ END OF TRANSFORMS REFACTORING +0.91.2 Released + For csv2rec, checkrows=0 is the new default indicating all rows will be checked for type inference @@ -181,6 +183,7 @@ Removed, dead/experimental ExampleInfo, Namespace and Importer code from matplotlib/__init__.py + 0.91.1 Released 0.91.0 Released Modified: branches/transforms/CHANGELOG =================================================================== --- branches/transforms/CHANGELOG 2008-01-07 21:15:58 UTC (rev 4803) +++ branches/transforms/CHANGELOG 2008-01-07 21:18:00 UTC (rev 4804) @@ -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: branches/transforms/setupext.py =================================================================== --- branches/transforms/setupext.py 2008-01-07 21:15:58 UTC (rev 4803) +++ branches/transforms/setupext.py 2008-01-07 21:18:00 UTC (rev 4804) @@ -903,9 +903,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. |