Tags give the ability to mark specific points in history as being important
-
0.10.0+dfsg2
eea2509a · · -
0.10.0+dfsg1
db9dc00c · · -
-
-
-
-
-
v0.9.9
9b2ab6fa · ·* 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.4
96067e63 · ·* Python 2.5 Support! * Tox Testing for 2.5, 2.6, 2.7 * AnyJSON Integrated * OrderedDict support ? * Caved to community pressure (spaces)
-
-
v0.9.2
77271713 · ·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.0
0409ff50 · ·* 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.5
a26d782e · ·New import system. All dependencies attempt to load from site-packages, then fallback on vendorized modules.