debian-tablib/HISTORY.rst

191 lines
3.3 KiB
ReStructuredText
Raw Normal View History

2010-08-30 08:35:56 +02:00
History
2010-10-10 12:22:59 +02:00
-------
2011-07-04 11:49:41 +02:00
++++
* Unicode Column Headers
0.9.11 (2011-06-30)
+++++++++++++++++++
* Bugfixes
0.9.10 (2011-06-22)
+++++++++++++++++++
* Bugfixes
2011-06-22 05:04:42 +02:00
0.9.9 (2011-06-21)
++++++++++++++++++
2011-06-22 02:08:28 +02:00
* Dataset API Changes
* ``stack_rows`` => ``stack``, ``stack_columns`` => ``stack_cols``
2012-06-08 09:10:43 +02:00
* column operations have their own methods now (``append_col``, ``insert_col``)
2011-06-22 02:08:28 +02:00
* List-style ``pop()``
* Redis-style ``rpush``, ``lpush``, ``rpop``, ``lpop``, ``rpush_col``, and ``lpush_col``
2011-05-22 21:34:27 +02:00
0.9.8 (2011-05-22)
++++++++++++++++++
2011-05-22 21:33:40 +02:00
* OpenDocument Spreadsheet support (.ods)
* Full Unicode TSV support
2011-05-13 06:40:36 +02:00
0.9.7 (2011-05-12)
++++++++++++++++++
2011-05-13 06:40:36 +02:00
* Full XLSX Support!
* Pickling Bugfix
2011-05-12 23:27:17 +02:00
* Compat Module
2011-05-12 08:52:35 +02:00
0.9.6 (2011-05-12)
++++++++++++++++++
2011-05-12 00:21:44 +02:00
2011-05-12 08:52:35 +02:00
* ``seperators`` renamed to ``separators``
2011-05-12 08:35:07 +02:00
* Full unicode CSV support
2011-05-12 00:21:44 +02:00
2011-03-24 10:57:22 +01:00
0.9.5 (2011-03-24)
2011-03-23 09:53:24 +01:00
++++++++++++++++++
* Python 3.1, Python 3.2 Support (same code base!)
* Formatter callback support
* Various bug fixes
2011-02-18 09:14:12 +01:00
0.9.4 (2011-02-18)
++++++++++++++++++
* Python 2.5 Support!
* Tox Testing for 2.5, 2.6, 2.7
* AnyJSON Integrated
2011-02-18 09:41:54 +01:00
* OrderedDict support
2011-02-18 09:14:12 +01:00
* Caved to community pressure (spaces)
2011-01-31 06:58:16 +01:00
0.9.3 (2011-01-31)
2010-11-22 00:53:18 +01:00
++++++++++++++++++
* Databook duplication leak fix.
* HTML Table output.
2011-01-31 06:58:16 +01:00
* Added column sorting.
2010-11-22 00:53:18 +01:00
2010-11-18 03:00:13 +01:00
0.9.2 (2010-11-17)
++++++++++++++++++
2010-11-11 17:02:14 +01:00
2011-02-18 09:42:20 +01:00
* Transpose method added to Datasets.
2010-11-22 00:53:18 +01:00
* New frozen top row in Excel output.
* Pickling support for Datasets and Rows.
* Support for row/column stacking.
2010-11-18 03:00:13 +01:00
2010-11-11 17:02:14 +01:00
2010-11-04 17:07:37 +01:00
0.9.1 (2010-11-04)
++++++++++++++++++
2010-11-22 00:53:18 +01:00
* Minor reference shadowing bugfix.
2010-11-04 17:07:37 +01:00
2010-10-04 22:04:02 +02:00
2010-11-04 10:47:13 +01:00
0.9.0 (2010-11-04)
++++++++++++++++++
2010-10-10 12:22:59 +02:00
2010-11-04 10:47:13 +01:00
* Massive documentation update!
* Tablib.org!
2011-02-18 09:42:20 +01:00
* Row tagging and Dataset filtering!
2010-11-04 10:47:13 +01:00
* Column insert/delete support
* Column append API change (header required)
* Internal Changes (Row object and use thereof)
2010-10-10 10:37:16 +02:00
2010-10-10 12:22:59 +02:00
2010-10-06 21:46:25 +02:00
0.8.5 (2010-10-06)
2010-10-10 12:22:59 +02:00
++++++++++++++++++
2010-10-06 21:46:25 +02:00
* New import system. All dependencies attempt to load from site-packages,
2011-02-18 09:42:20 +01:00
then fallback on tenderized modules.
2010-10-06 21:46:25 +02:00
2010-10-04 21:51:05 +02:00
0.8.4 (2010-10-04)
2010-10-10 12:22:59 +02:00
++++++++++++++++++
2010-10-04 21:51:05 +02:00
2011-02-18 09:42:20 +01:00
* Updated XLS output: Only wrap if '\\n' in cell.
2010-10-04 21:51:05 +02:00
2010-08-30 08:35:56 +02:00
2010-10-04 17:55:17 +02:00
0.8.3 (2010-10-04)
2010-10-10 12:22:59 +02:00
++++++++++++++++++
2010-10-04 17:55:17 +02:00
2011-05-12 00:21:44 +02:00
* Ability to append new column passing a callable
2010-10-04 17:55:17 +02:00
as the value that will be applied to every row.
0.8.2 (2010-10-04)
2010-10-10 12:22:59 +02:00
++++++++++++++++++
2010-10-04 21:51:05 +02:00
2010-10-04 17:38:28 +02:00
* Added alignment wrapping to written cells.
2010-10-04 17:39:05 +02:00
* Added separator support to XLS.
2010-10-04 17:38:28 +02:00
2010-10-04 21:51:05 +02:00
2010-09-28 14:37:32 +02:00
0.8.1 (2010-09-28)
2010-10-10 12:22:59 +02:00
++++++++++++++++++
2010-09-28 14:37:32 +02:00
* Packaging Fix
2010-09-25 23:18:48 +02:00
0.8.0 (2010-09-25)
2010-10-10 12:22:59 +02:00
++++++++++++++++++
2010-09-25 23:18:48 +02:00
* New format plugin system!
* Imports! ELEGANT Imports!
* Tests. Lots of tests.
2010-09-21 03:39:27 +02:00
0.7.1 (2010-09-20)
2010-10-10 12:22:59 +02:00
++++++++++++++++++
2010-09-21 03:39:27 +02:00
2011-05-12 00:21:44 +02:00
* Reverting methods back to properties.
2011-02-18 09:42:20 +01:00
* Windows bug compensated in documentation.
2010-09-21 03:39:27 +02:00
2010-09-20 20:18:18 +02:00
0.7.0 (2010-09-20)
2010-10-10 12:22:59 +02:00
++++++++++++++++++
2010-09-20 15:21:02 +02:00
2011-02-18 09:42:20 +01:00
* Renamed DataBook Databook for consistency.
2010-09-20 20:18:18 +02:00
* Export properties changed to methods (XLS filename / StringIO bug).
* Optional Dataset.xls(path='filename') support (for writing on windows).
* Added utf-8 on the worksheet level.
0.6.4 (2010-09-19)
2010-10-10 12:22:59 +02:00
++++++++++++++++++
2010-09-20 20:18:18 +02:00
* Updated unicode export for XLS.
* More exhaustive unit tests.
2010-09-20 15:21:02 +02:00
2010-09-16 05:46:40 +02:00
0.6.3 (2010-09-14)
2010-10-10 12:22:59 +02:00
++++++++++++++++++
2010-09-14 06:09:04 +02:00
* Added Dataset.append() support for columns.
2010-09-13 23:24:39 +02:00
0.6.2 (2010-09-13)
2010-10-10 12:22:59 +02:00
++++++++++++++++++
2010-09-13 23:24:39 +02:00
* Fixed Dataset.append() error on empty dataset.
* Updated Dataset.headers property w/ validation.
* Added Testing Fixtures.
2010-09-12 19:12:21 +02:00
0.6.1 (2010-09-12)
2010-10-10 12:22:59 +02:00
++++++++++++++++++
2010-09-12 19:12:21 +02:00
2010-09-13 23:24:39 +02:00
* Packaging hotfixes.
2010-09-12 19:12:21 +02:00
2010-09-12 05:08:48 +02:00
0.6.0 (2010-09-11)
2010-10-10 12:22:59 +02:00
++++++++++++++++++
2010-08-30 08:35:56 +02:00
2010-09-12 05:08:48 +02:00
* Public Release.
* Export Support for XLS, JSON, YAML, and CSV.
* DataBook Export for XLS, JSON, and YAML.
* Python Dict Property Support.