@@ -403,19 +403,20 @@ and numeric data, ``tabulate`` appears to be slower than
403
403
=========================== ========== ===========
404
404
Table formatter time, μs rel. time
405
405
=========================== ========== ===========
406
- join with tabs and newlines 22.7 1.0
407
- csv to StringIO 31.6 1.4
408
- asciitable (0.8.0) 779.6 34.4
409
- tabulate (0.7.3) 1343.9 59.3
410
- PrettyTable (0.7.2) 3781.8 166.8
411
- texttable (0.8.1) 3923.3 173.1
406
+ join with tabs and newlines 25.0 1.0
407
+ csv to StringIO 32.1 1.3
408
+ tabletext (0.1) 565.1 22.6
409
+ asciitable (0.8.0) 777.0 31.1
410
+ tabulate (0.7.4) 1369.6 54.8
411
+ PrettyTable (0.7.2) 3828.3 153.3
412
+ texttable (0.8.1) 4005.2 160.3
412
413
=========================== ========== ===========
413
414
414
415
415
416
Version history
416
417
---------------
417
418
418
- - 0.7.4: FUTURE VERSION . ``fancy_grid `` and ``html `` formats. Command line utility.
419
+ - 0.7.4: Bug fixes . ``fancy_grid `` and ``html `` formats. Command line utility.
419
420
- 0.7.3: Bug fixes. Python 3.4 support. Iterables of dicts. ``latex_booktabs `` format.
420
421
- 0.7.2: Python 3.2 support.
421
422
- 0.7.1: Bug fixes. ``tsv `` format. Column alignment can be disabled.
@@ -433,8 +434,8 @@ Version history
433
434
``grid ``, ``pipe ``, and ``orgtbl ``.
434
435
435
436
436
- Contribution guidelines
437
- -----------------------
437
+ How to contribute
438
+ -----------------
438
439
439
440
Contributions should include tests and an explanation for the changes they
440
441
propose. Documentation (examples, docstrings, README.rst) should be updated
@@ -478,4 +479,4 @@ Contributors
478
479
479
480
Sergey Astanin, Pau Tallada Crespí, Erwin Marsi, Mik Kocikowski, Bill Ryder,
480
481
Zach Dwiel, Frederik Rietdijk, Philipp Bogensberger, Greg (anonymous),
481
- Stefan Tatschner, Emiel van Miltenburg.
482
+ Stefan Tatschner, Emiel van Miltenburg, Brandon Bennett, Amjith Ramanujam .
0 commit comments