tag name | v0.9.9 (e7d8288557378690a41686f109b1c077cef4fefc) |
tag date | 2011-06-21 23:01:46 -0400 |
tagged by | Kenneth Reitz <me@kennethreitz.com> |
tagged object | commit 9b2ab6fae9... |
download | tablib-0.9.9.tar.gz |
---|
* 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``