1
2Changes for 0.91.2
3==================
4
5* For ``csv2rec``, checkrows=0 is the new default indicating all rows
6  will be checked for type inference
7
8* A warning is issued when an image is drawn on log-scaled axes, since
9  it will not log-scale the image data.
10
11* Moved ``rec2gtk`` to ``matplotlib.toolkits.gtktools``
12
13* Moved ``rec2excel`` to ``matplotlib.toolkits.exceltools``
14
15* Removed, dead/experimental ExampleInfo, Namespace and Importer
16  code from :mod:`matplotlib`
17