-------------------
- CHANGELOG for 2.1.0. [Robin Thomas]
- Bump version to 2.1.0. [Robin Thomas]
- Safely perform _cellrepr on list objects, since list objects can be
cell values (7) [Robin Thomas]
in a DataFrame. Deal with regression where float precision is mangled
during round-trip testing, by using repr() on float values and str()
on other values.
Fixes 6.
- Complete basic write test. [Robin Thomas]
- Remove stray print stmt. [Robin Thomas]