-
0.10.0+dfsg2eea2509a · ·
-
0.10.0+dfsg1db9dc00c · ·
-
-
-
-
-
-
v0.9.99b2ab6fa · ·
* Dataset API Changes * ``stack_rows`` => ``stack``, ``stack_columns`` => ``stack_cols`` * column operations have their own methods now (``apend_col``, ``insert_col``) * List-style ``pop()`` * Redis-style ``rpush``, ``lpush``, ``rpop``, ``lpop``, ``rpush_col``, and ``lpush_col``
-
-
-
-
-
v0.9.496067e63 · ·
* Python 2.5 Support! * Tox Testing for 2.5, 2.6, 2.7 * AnyJSON Integrated * OrderedDict support ? * Caved to community pressure (spaces)
-
-
v0.9.277271713 · ·
Tanspose method added to Datasets New frozen top row in Excel output Pickling support for Datasets and Rows Support for row/column stacking
-
-
v0.9.00409ff50 · ·
* Massive documentation update! * Tablib.org! * Row taggins and Dataset filtering! * Column insert/delete support * Column append API change (header required) * Internal Changes (Row object and use thereof)
-
v0.8.5a26d782e · ·
New import system. All dependencies attempt to load from site-packages, then fallback on vendorized modules.