8000 Tags · icsaas/tablib · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: icsaas/tablib

Tags

v0.9.11

Toggle v0.9.11's commit message
Merge branch 'develop'

v0.9.10

Toggle v0.9.10's commit message
 v0.9.10 (packaging fix)

v0.9.9

Toggle v0.9.9's commit message
* 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.8

Toggle v0.9.8's commit message
* OpenDocument Spreadsheet support (.ods)

* Full Unicode TSV support

v0.9.7

Toggle v0.9.7's commit message
* Full XLSX Support!

* Pickling Bugfix
* Compat Module

v0.9.6

Toggle v0.9.6's commit message
* ``seperators`` renamed to ``separators``

* Full unicode CSV support

v0.9.5

Toggle v0.9.5's commit message
sphinx version # fix.

v0.9.4

Toggle v0.9.4's commit message
* 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

Toggle v0.9.3's commit message
Databook duplication leak fix.

HTML Table output.
Added column sorting.

v0.9.2

Toggle v0.9.2's commit message
Tanspose method added to Datasets

New frozen top row in Excel output
Pickling support for Datasets and Rows
Support for row/column stacking
0