Skip to content

Releases: python-tableformatter/tableformatter

0.1.6 (April 9, 2021)

09 Apr 15:31
Compare
Choose a tag to compare
  • Bug Fixes
    • Fixed exception when handling row objects that are iterable but are not numerically indexable sequences

0.1.5 (April 27, 2020)

12 Feb 21:45
Compare
Choose a tag to compare
  • Bug fixes
    • Fixes issue with handling namedtuples as row ojbects
  • Documentation
    • Added examples for writing terminal escape sequences to a file

0.1.4 (August 12, 2019)

13 Aug 01:42
Compare
Choose a tag to compare
  • Bug fixes
    • Fix colors getting messed up when using the colored library
    • Fix issue wrapping text with wide-display unicode characters
  • Enhancements
    • Added support for dictionaries as row objects. attrib will be used as the column key
    • Changed default colored row BG color to be 50% gray
      • So it is equally visible on black and white backgrounds

0.1.3 (August 18, 2018)

18 Aug 23:17
Compare
Choose a tag to compare

0.1.3 (August 18, 2018)

  • Improved support for Pandas DataFrame, Numpy RecordArray, and dict tabular data types
  • Completed basic documentation in README.md
  • Added data_types.py example

0.1.2 (June 28, 2018)

29 Jun 04:13
Compare
Choose a tag to compare

Enhancements

  • Tweaked so that object formatter and display formatter functions can now be chained together
  • Added row_tagger argument to generate_table function
    • Allows a function to return the per-row options such as text color

0.1.1 (June 25, 2018)

29 Jun 03:44
Compare
Choose a tag to compare

This release should be considered to be of beta quality.

Enhancements:

  • Refactored Grid classes to put them in an inheritance hierarchy
  • Improved AlternatingRowGrid to allow for more colorful tables

Initial Release (June 23, 2018)

29 Jun 03:39
33922ac
Compare
Choose a tag to compare

This release should be considered to be of alpha quality.