* Fix exception with PySide. * Fix segmentation fault in repeated calls to view() in stand-alone programs.
0.6
------------
* Improved column auto-sizing. * NaNs (as None) are now also displayed as empty cells. * Empty structures no longer cause view() to fail.
0.5
------------
* Correctly pass user-supplied encoding to Blaze. * Fix color palette selection on Windows.
0.4
------------
* Added support for Blaze (http://blaze.pydata.org) * Improved documentation.
0.3
------------
* Headers and indexes can now be resized. * Level names in ``pd.DataFrame`` objects are now shown. * Negative ``start_pos`` offsets are now allowed to conveniently position the cursor counting from the end of the dataset.
0.2
------------
* Fix visualization of ``np.matrix`` types. * Allow data transposition.