Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae37c20

Browse files
committed
pre-release: update the list of cotnributors, benchmark results, CHANGELOG
1 parent abf2ff5 commit ae37c20

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- 0.8.7: Future release.
1+
- 0.8.7: Bug fixes. New format: `pretty`. HTML escaping.
22
- 0.8.6: Bug fixes. Stop supporting Python 3.3, 3.4.
33
- 0.8.5: Fix broken Windows package. Minor documentation updates.
44
- 0.8.4: Bug fixes.

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -672,17 +672,17 @@ In the same time `tabulate` is comparable to other table
672672
pretty-printers. Given a 10x10 table (a list of lists) of mixed text and
673673
numeric data, `tabulate` appears to be slower than `asciitable`, and
674674
faster than `PrettyTable` and `texttable` The following mini-benchmark
675-
was run in Python 3.6.8 on Ubuntu 18.04 in WSL:
675+
was run in Python 3.8.1 in Windows 10 x64:
676676

677-
========================== ========== ===========
677+
=========================== ========== ===========
678678
Table formatter time, μs rel. time
679679
=========================== ========== ===========
680-
csv to StringIO 21.4 1.0
681-
join with tabs and newlines 29.6 1.4
682-
asciitable (0.8.0) 506.8 23.7
683-
tabulate (0.8.6) 1079.9 50.5
684-
PrettyTable (0.7.2) 2032.0 95.0
685-
texttable (1.6.2) 3025.7 141.4
680+
csv to StringIO 12.4 1.0
681+
join with tabs and newlines 15.7 1.3
682+
asciitable (0.8.0) 208.3 16.7
683+
tabulate (0.8.7) 492.1 39.5
684+
PrettyTable (0.7.2) 945.5 76.0
685+
texttable (1.6.2) 1239.5 99.6
686686
=========================== ========== ===========
687687

688688

@@ -742,4 +742,5 @@ Maier, Andy MacKinlay, Thomas Roten, Jue Wang, Joe King, Samuel Phan,
742742
Nick Satterly, Daniel Robbins, Dmitry B, Lars Butler, Andreas Maier,
743743
Dick Marinus, Sébastien Celles, Yago González, Andrew Gaul, Wim Glenn,
744744
Jean Michel Rouly, Tim Gates, John Vandenberg, Sorin Sbarnea,
745-
Wes Turner.
745+
Wes Turner, Andrew Tija, Marco Gorelli, Sean McGinnis.
746+

0 commit comments

Comments
 (0)