Skip to content

Commit 122f228

Browse files
committed
update README
1 parent 699ef02 commit 122f228

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.rst

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -403,19 +403,20 @@ and numeric data, ``tabulate`` appears to be slower than
403403
=========================== ========== ===========
404404
Table formatter time, μs rel. time
405405
=========================== ========== ===========
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
412413
=========================== ========== ===========
413414

414415

415416
Version history
416417
---------------
417418

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.
419420
- 0.7.3: Bug fixes. Python 3.4 support. Iterables of dicts. ``latex_booktabs`` format.
420421
- 0.7.2: Python 3.2 support.
421422
- 0.7.1: Bug fixes. ``tsv`` format. Column alignment can be disabled.
@@ -433,8 +434,8 @@ Version history
433434
``grid``, ``pipe``, and ``orgtbl``.
434435

435436

436-
Contribution guidelines
437-
-----------------------
437+
How to contribute
438+
-----------------
438439

439440
Contributions should include tests and an explanation for the changes they
440441
propose. Documentation (examples, docstrings, README.rst) should be updated
@@ -478,4 +479,4 @@ Contributors
478479

479480
Sergey Astanin, Pau Tallada Crespí, Erwin Marsi, Mik Kocikowski, Bill Ryder,
480481
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

Comments
 (0)