July 1st, 2011· Bugfixes
June 23rd, 2011· 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
May 24th, 2011· OpenDocument Spreadsheet support (.ods)
· Full Unicode TSV support
May 13th, 2011· Full XLSX Support!
· Pickling Bugfix
· Compat Module
May 12th, 2011· seperators renamed to separators
· Full unicode CSV support
March 24th, 2011· Python 3.1, Python 3.2 Support (same code base!)
· Formatter callback support
· Various bug fixes
February 18th, 2011· Python 2.5 Support!
· Tox Testing for 2.5, 2.6, 2.7
· AnyJSON Integrated
· OrderedDict support
· Caved to community pressure (spaces)
January 31st, 2011· Databook duplication leak fix.
· HTML Table output.
· Added column sorting.
November 21st, 2010· Tanspose method added to Datasets
· New frozen top row in Excel output
· Pickling support for Datasets and Rows
· Support for row/column stacking
November 5th, 2010· Minor reference shadowing bugfix
October 7th, 2010· New import system. All dependencies attempt to load from site-packages, then fallback on vendorized modules.
October 5th, 2010· Upated XLS output: Only wrap if 'n' in cell.
September 28th, 2010· Packaging Fix
September 22nd, 2010· Reverting methods back to properties.
· Windows bug compenated in documentation.
September 22nd, 2010· Updated unicode export for XLS
· More exhaustive unit tests
September 15th, 2010· Added Dataset.append() support for columns.