|
From: <cm...@us...> - 2008-05-29 22:59:47
|
Revision: 5312
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5312&view=rev
Author: cmoad
Date: 2008-05-29 15:59:43 -0700 (Thu, 29 May 2008)
Log Message:
-----------
tagging new version
Modified Paths:
--------------
branches/v0_91_maint/CHANGELOG
branches/v0_91_maint/lib/matplotlib/__init__.py
Modified: branches/v0_91_maint/CHANGELOG
===================================================================
--- branches/v0_91_maint/CHANGELOG 2008-05-29 21:37:55 UTC (rev 5311)
+++ branches/v0_91_maint/CHANGELOG 2008-05-29 22:59:43 UTC (rev 5312)
@@ -1,3 +1,5 @@
+=============================================================== 2008-01-06 Released 0.91.3 at revision 5312
+
2008-05-29 matplotlib.image.imread now no longer always returns RGBA
-- if the image is luminance or RGB, it will return a MxN
or MxNx3 array if possible. Also uint8 is no longer always
Modified: branches/v0_91_maint/lib/matplotlib/__init__.py
===================================================================
--- branches/v0_91_maint/lib/matplotlib/__init__.py 2008-05-29 21:37:55 UTC (rev 5311)
+++ branches/v0_91_maint/lib/matplotlib/__init__.py 2008-05-29 22:59:43 UTC (rev 5312)
@@ -55,7 +55,7 @@
"""
from __future__ import generators
-__version__ = '0.91.2svn'
+__version__ = '0.91.3svn'
__revision__ = '$Revision$'
__date__ = '$Date$'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|