@@ -333,17 +333,18 @@ and numeric data, ``tabulate`` appears to be slower than
333
333
Version history
334
334
---------------
335
335
336
+ - 0.7.2: Python 3.2 Support.
336
337
- 0.7.1: Bug fixes. ``tsv `` format. Column alignment can be disabled.
337
338
- 0.7: ``latex `` tables. Printing lists of named tuples and NumPy
338
339
record arrays. Fix printing date and time values. Python <= 2.6.4 is supported.
339
- - 0.6: ``mediawiki `` tables, bug fixes
340
+ - 0.6: ``mediawiki `` tables, bug fixes.
340
341
- 0.5.1: Fix README.rst formatting. Optimize (performance similar to 0.4.4).
341
342
- 0.5: ANSI color sequences. Printing dicts of iterables and Pandas' dataframes.
342
- - 0.4.4: Python 2.6 support
343
- - 0.4.3: Bug fix, None as a missing value
344
- - 0.4.2: Fix manifest file
343
+ - 0.4.4: Python 2.6 support.
344
+ - 0.4.3: Bug fix, None as a missing value.
345
+ - 0.4.2: Fix manifest file.
345
346
- 0.4.1: Update license and documentation.
346
- - 0.4: Unicode support, Python3 support, ``rst `` tables
347
+ - 0.4: Unicode support, Python3 support, ``rst `` tables.
347
348
- 0.3: Initial PyPI release. Table formats: ``simple ``, ``plain ``,
348
349
``grid ``, ``pipe ``, and ``orgtbl ``.
349
350
0 commit comments