Skip to content

Releases: thombashi/pytablewriter

v0.36.1

25 Nov 14:42
Compare
Choose a tag to compare
  • Add all to extras_require that enable install all of the extra dependency packages at once
  • Fix to avoid executing writers constructor when importing pytablewriter

v0.36.0

13 Oct 12:49
Compare
Choose a tag to compare
  • Add support for ANSI escape sequences to text writers: #6 (Thanks to @hugovk)

v0.35.0

10 Oct 02:24
Compare
Choose a tag to compare
  • Loosen external package dependencies

v0.34.0

07 Oct 15:27
Compare
Choose a tag to compare
  • Add style_list attribute to writers as an interface to set styles of columns: #4 (thanks to @jpiter)
  • Loosen external package dependencies
  • Bug fixes

v0.33.0

30 Sep 14:48
Compare
Choose a tag to compare
  • Add format_list attribute to set float formatting in a table: #4 (Thanks to @hugovk)
  • Improve processing performance
  • Enable float formatting in default with SpaceAlignedTableWriter
  • Bug fixes

v0.32.0

17 Sep 07:34
Compare
Choose a tag to compare
  • Add dumps method that returns rendered tabular text: #3 (Thanks to @nettrino)

v0.31.0

22 Jul 15:59
Compare
Choose a tag to compare
  • Add an interface to set alignment for each column of the output table: #2 (Thanks to @jpoa)

v0.30.1

15 Jul 23:38
Compare
Choose a tag to compare
  • Add support for Python 3.7
  • Bug fixes

v0.30.0

25 Jun 23:27
Compare
Choose a tag to compare
  • Add support for LDJSON/JSON Lines/NDJSON
  • Bug fixes

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