@@ -499,30 +499,30 @@ Version history
499
499
---------------
500
500
501
501
- 0.8.1: FUTURE RELEASE
502
- - 0.8.0: ``latex_raw `` format, column -specific floating point formatting.
503
- Python 3.5 & 3.6 support. Drop support for Python 2.6, 3.2, 3.3.
502
+ - 0.8.0: Multiline cells. ``latex_raw `` format. Column -specific floating point formatting.
503
+ Python 3.5 & 3.6 support. Drop support for Python 2.6, 3.2, 3.3 (should still work) .
504
504
- 0.7.7: Identical to 0.7.6, resolving some PyPI issues.
505
505
- 0.7.6: Bug fixes. New table formats (``psql ``, ``jira ``, ``moinmoin ``, ``textile ``).
506
- Wide character support. Printing from database cursors.
507
- Option to print row indices. Boolean columns. Ragged rows.
508
- Option to disable number parsing.
506
+ Wide character support. Printing from database cursors.
507
+ Option to print row indices. Boolean columns. Ragged rows.
508
+ Option to disable number parsing.
509
509
- 0.7.5: Bug fixes. ``--float `` format option for the command line utility.
510
510
- 0.7.4: Bug fixes. ``fancy_grid `` and ``html `` formats. Command line utility.
511
511
- 0.7.3: Bug fixes. Python 3.4 support. Iterables of dicts. ``latex_booktabs `` format.
512
512
- 0.7.2: Python 3.2 support.
513
513
- 0.7.1: Bug fixes. ``tsv `` format. Column alignment can be disabled.
514
- - 0.7: ``latex `` tables. Printing lists of named tuples and NumPy
515
- record arrays. Fix printing date and time values. Python <= 2.6.4 is supported.
516
- - 0.6: ``mediawiki `` tables, bug fixes.
514
+ - 0.7: ``latex `` tables. Printing lists of named tuples and NumPy
515
+ record arrays. Fix printing date and time values. Python <= 2.6.4 is supported.
516
+ - 0.6: ``mediawiki `` tables, bug fixes.
517
517
- 0.5.1: Fix README.rst formatting. Optimize (performance similar to 0.4.4).
518
- - 0.5: ANSI color sequences. Printing dicts of iterables and Pandas' dataframes.
518
+ - 0.5: ANSI color sequences. Printing dicts of iterables and Pandas' dataframes.
519
519
- 0.4.4: Python 2.6 support.
520
520
- 0.4.3: Bug fix, None as a missing value.
521
521
- 0.4.2: Fix manifest file.
522
522
- 0.4.1: Update license and documentation.
523
- - 0.4: Unicode support, Python3 support, ``rst `` tables.
524
- - 0.3: Initial PyPI release. Table formats: ``simple ``, ``plain ``,
525
- ``grid ``, ``pipe ``, and ``orgtbl ``.
523
+ - 0.4: Unicode support, Python3 support, ``rst `` tables.
524
+ - 0.3: Initial PyPI release. Table formats: ``simple ``, ``plain ``,
525
+ ``grid ``, ``pipe ``, and ``orgtbl ``.
526
526
527
527
528
528
How to contribute
0 commit comments