All Versions
40
Latest Version
Avg Release Cycle
156 days
Latest Release
574 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.9.6 Changes
May 12, 2011seperators
renamed toseparators
- ๐ Full unicode CSV support
-
v0.9.5 Changes
March 24, 2011- ๐ Python 3.1, Python 3.2 Support (same code base!)
- ๐ Formatter callback support
- ๐ Various bug fixes
-
v0.9.4 Changes
February 18, 2011- ๐ Python 2.5 Support!
- โ Tox Testing for 2.5, 2.6, 2.7
- AnyJSON Integrated
- ๐ OrderedDict support
- Caved to community pressure (spaces)
-
v0.9.3 Changes
January 31, 2011- Databook duplication leak fix.
- HTML Table output.
- โ Added column sorting.
-
v0.9.2 Changes
November 17, 2010- Transpose method added to Datasets.
- ๐ New frozen top row in Excel output.
- ๐ Pickling support for Datasets and Rows.
- ๐ Support for row/column stacking.
-
v0.9.1 Changes
November 04, 2010- ๐ Minor reference shadowing bugfix.
-
v0.9.0 Changes
November 04, 2010- ๐ Massive documentation update!
- Tablib.org!
- Row tagging and Dataset filtering!
- ๐ Column insert/delete support
- Column append API change (header required)
- Internal Changes (Row object and use thereof)
-
v0.8.5 Changes
October 06, 2010- ๐ New import system. All dependencies attempt to load from site-packages, then fallback on tenderized modules.
-
v0.8.4 Changes
October 04, 2010- โก๏ธ Updated XLS output: Only wrap if '\n' in cell.
-
v0.8.3 Changes
October 04, 2010- Ability to append new column passing a callable as the value that will be applied to every row.