File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ===============================================================
2
+ 2008-05-29 Released 0.98.0 at revision 5314
3
+
1
4
2008-05-29 matplotlib.image.imread now no longer always returns RGBA
2
5
-- if the image is luminance or RGB, it will return a MxN
3
6
or MxNx3 array if possible. Also uint8 is no longer always
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ recursive-include examples README *.py
18
18
prune examples/_tmp_*
19
19
recursive-include src *.cpp *.c *.h
20
20
recursive-include CXX *.cxx *.hxx *.c *.h
21
- recursive-include agg23 *
21
+ recursive-include agg24 *
22
22
recursive-include lib *
23
23
recursive-include swig *
24
24
recursive-include ttconv *.cpp *.h
Original file line number Diff line number Diff line change 55
55
"""
56
56
from __future__ import generators
57
57
58
- __version__ = '0.98pre '
58
+ __version__ = '0.98.0 '
59
59
__revision__ = '$Revision$'
60
60
__date__ = '$Date$'
61
61
You can’t perform that action at this time.
0 commit comments