Skip to content

Releases: thombashi/pytablewriter

v0.29.0

10 Jun 13:24
Compare
Choose a tag to compare
  • Add interface to escape HTML tags in cells in a table
  • Add from_tablib method
  • Bug fixes

v0.28.1

05 May 14:05
Compare
Choose a tag to compare
  • Fix the case that margins not properly worked
  • Loosen external package dependencies

v0.28.0

22 Apr 14:28
Compare
Choose a tag to compare
  • Add an interface to set margin for both sides of each cell for text format writer classes
  • Bug fixes

v0.27.2

01 Jan 15:24
Compare
Choose a tag to compare
  • The type detected from the str values has been changed from string type (deprecated since Elasticsearch 5.x) to text/keyword type

v0.27.1

20 Nov 14:42
Compare
Choose a tag to compare
  • Fix the improper write output, which occurred when executing from_tabledata and write_table multiple times consecutively.

v0.27.0

19 Nov 12:29
Compare
Choose a tag to compare
  • Performance improvement

v0.26.1

19 Nov 08:59
Compare
Choose a tag to compare
  • Fix package dependency

v0.26.0

12 Nov 14:54
Compare
Choose a tag to compare
  • Performance improvement
  • Loosen package dependency
  • Bug fixes

v0.25.0

04 Nov 09:25
Compare
Choose a tag to compare
  • Improve performance for multi-core environments
  • Change Latex output to insert padding to align columns
  • Fix improper column width calculation for the case that includes mixed value types in a column
  • Drop support for Python 3.3

v0.24.1

29 Oct 09:51
Compare
Choose a tag to compare
  • Modify Latex output to optimize for Jupyter Notebook
  • Suppress excessive quote output for Excel sheets