Skip to content

Commit 4892c6e

Browse files
committed
update README and CHANGELOG for 0.8.10
1 parent 85b26ac commit 4892c6e

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
- 0.8.10: Future version
1+
- 0.8.11: Future version
2+
- 0.8.10: Python 3.10 support. Bug fixes.
23
- 0.8.9: Bug fix. Revert support of decimal separators.
34
- 0.8.8: Python 3.9 support, 3.10 ready.
45
New formats: ``unsafehtml``, ``latex_longtable``, ``fancy_outline``.

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -706,19 +706,19 @@ At the same time, `tabulate` is comparable to other table
706706
pretty-printers. Given a 10x10 table (a list of lists) of mixed text and
707707
numeric data, `tabulate` appears to be slower than `asciitable`, and
708708
faster than `PrettyTable` and `texttable` The following mini-benchmark
709-
was run in Python 3.8.3 in Windows 10 x64:
709+
was run in Python 3.8.2 in Ubuntu 20.04:
710710

711-
================================= ========== ===========
712-
Table formatter time, μs rel. time
713-
================================= ========== ===========
714-
csv to StringIO 12.5 1.0
715-
join with tabs and newlines 15.6 1.3
716-
asciitable (0.8.0) 191.4 15.4
717-
tabulate (0.8.9) 472.8 38.0
718-
tabulate (0.8.9, WIDE_CHARS_MODE) 789.6 63.4
719-
PrettyTable (0.7.2) 879.1 70.6
720-
texttable (1.6.2) 1352.2 108.6
721-
================================= ========== ===========
711+
================================== ========== ===========
712+
Table formatter time, μs rel. time
713+
================================== ========== ===========
714+
csv to StringIO 9.0 1.0
715+
join with tabs and newlines 10.7 1.2
716+
asciitable (0.8.0) 174.6 19.4
717+
tabulate (0.8.10) 385.0 42.8
718+
tabulate (0.8.10, WIDE_CHARS_MODE) 509.1 56.5
719+
PrettyTable (3.3.0) 827.7 91.9
720+
texttable (1.6.4) 952.1 105.7
721+
================================== ========== ===========
722722

723723

724724
Version history
@@ -785,4 +785,5 @@ Wes Turner, Andrew Tija, Marco Gorelli, Sean McGinnis, danja100,
785785
endolith, Dominic Davis-Foster, pavlocat, Daniel Aslau, paulc,
786786
Felix Yan, Shane Loretz, Frank Busse, Harsh Singh, Derek Weitzel,
787787
Vladimir Vrzić, 서승우 (chrd5273), Georgy Frolov, Christian Cwienk,
788-
Bart Broere, Vilhelm Prytz.
788+
Bart Broere, Vilhelm Prytz, Alexander Gažo, Hugo van Kemenade,
789+
jamescooke, Matt Warner.

0 commit comments

Comments
 (0)