Releases: thombashi/pytablewriter
Releases · thombashi/pytablewriter
v0.51.0
- Add
BoldUnicodeTableWriter
class - Add
BorderlessTableWriter
class - Add underscore support for thousand separators
- Add
TableFormat.from_name
class method - Add
from_writer
method to writers - Add vertical align to style (only for
HtmlTableWriter
): #13 (Thanks to @jimkohl) - Add
write_css
argument add an interface to write CSS withHtmlTableWriter
: #16 (Thanks to @domino-blake) - Add
AbstractTableWriter
class to public paths - Add margin property to
AbstractTableWriter
class to avoid lint errors - Make it possible to apply styles to headers
- Fix to properly apply align for
HtmlTableWriter
- Make style filter applicable to
HtmlTableWriter
- Add
CssTableWriter
class - Fix to include
py.typed
to the package - Modify type annotations
- Increase priority of the
xlsx
format withinTableFormat
- Change the default
table_name
value to an empty string - Update requirements
- Minor bug fixes
v0.50.0
v0.49.0
v0.48.0
- Drop Python 2 support: #24 (Thanks to @hugovk)
- Add support for Python 3.9
- Add support for platforms that lacks support
sem_open
such as Android Termux - Add
default_style
to writers - Add
update_preprocessor
method to writers - Fix backward compatibility with getting
pandas.DataFrame
: #25 (Thanks to @hugovk ) - Replace the logging library from
Logbook
tologuru
- Remove deprecated methods/properties
- Remove
dev
extras_require - Rename a property from
styles
tocolumn_styles