We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e10bbe commit 790c7daCopy full SHA for 790c7da
CHANGELOG
@@ -1,3 +1,5 @@
1
+=============================================================== 2008-01-06 Released 0.91.3 at revision 5312
2
+
3
2008-05-29 matplotlib.image.imread now no longer always returns RGBA
4
-- if the image is luminance or RGB, it will return a MxN
5
or MxNx3 array if possible. Also uint8 is no longer always
lib/matplotlib/__init__.py
@@ -55,7 +55,7 @@
55
"""
56
from __future__ import generators
57
58
-__version__ = '0.91.2svn'
+__version__ = '0.91.3svn'
59
__revision__ = '$Revision$'
60
__date__ = '$Date$'
61
0 commit comments