Releases: thombashi/pytablewriter
Releases · thombashi/pytablewriter
v0.37.0
- Add
align
/thousand_separator
/font_weight
to Style
- Add
line_break_handling
attribute to writers
- Bug fixes
v0.36.1
- 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
- Add support for ANSI escape sequences to text writers: #6 (Thanks to @hugovk)
v0.35.0
- Loosen external package dependencies
v0.34.0
- 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
- 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
- Add
dumps
method that returns rendered tabular text: #3 (Thanks to @nettrino)
v0.31.0
- Add an interface to set alignment for each column of the output table: #2 (Thanks to @jpoa)
v0.30.1
- Add support for Python 3.7
- Bug fixes
v0.30.0
- Add support for LDJSON/JSON Lines/NDJSON
- Bug fixes