Skip to content

Releases: nirum/tableprint

v0.9.1

10 Aug 00:00
50d8096
Compare
Choose a tag to compare

Drops python2 support

Version 0.8.0

04 Apr 17:49
50ab4b9
Compare
Choose a tag to compare

Improves support for international languages, removes numpy dependency

Version 0.7.0

26 May 20:47
Compare
Choose a tag to compare
  • Adds support for variable widths across columns
  • Adds a TableContext context manager that makes it easier to create a dynamically updating table

Version 0.6.7

25 May 18:45
Compare
Choose a tag to compare

Adds colored output support via ANSI escape sequences, new custom styles

  • 0.6.2 (May 25 2017) Fixes some bugs with ANSI escape sequences
  • 0.5.0 (Sept 29 2016) Better handling of ANSI escape sequences in table rows
  • 0.4.0 (May 3 2016) Adds a 'block' style
  • 0.3.2 (May 3 2016) Adds a test suite
  • 0.3.0 (May 3 2016) Adds custom styles for tables, specified by a key ('fancy_grid', 'grid', etc.)

Version 0.2.0

02 May 21:23
Compare
Choose a tag to compare

Version 0.2.0

What's new

First tagged release. From the README: tableprint lets you easily print pretty ASCII formatted tables of data. Unlike other modules, you can print single rows of data at a time (useful for printing ongoing computation results).

Updates since last release

  • 0.2.0 (May 2 2016) Adds better python2 (unicode/bytes) compatibility
  • 0.1.5 (Oct 1 2015) Renamed hrtime to humantime, added docs
  • 0.1.4 (Sept 28 2015) Added human readable string converter (hrtime)
  • 0.1.0 (Feb 24 2015) Initial release