Releases: python-tableformatter/tableformatter
Releases · python-tableformatter/tableformatter
0.1.6 (April 9, 2021)
0.1.5 (April 27, 2020)
- 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)
- 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)
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)
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)
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)
This release should be considered to be of alpha quality.