Releases: thombashi/pytablewriter
Releases · thombashi/pytablewriter
v0.43.0
- Improve processing performance
- Add
add_index_column
argument to from_dataframe
- Add
register_trans_func
method
- Rename properties:
- from
type_hint_list
to type_hints
- from
header_list
to headers
- from
style_list
to styles
- Remove
value_map
property
v0.42.0
- Add
trans_func
property
- Change to forbid to assign a
stream
to binary writers
- Change to be more informative when optional packages not installed
- Bug fixes
v0.41.2
- Fix missing
extras_require
for html
(Thanks to @hugovk)
v0.41.1
- Fix the case that changing styles by using
set_style
not properly applied
- Fix
__repr__
/__eq__
method for Style
class
- Avoid closing ipykernel OutStream
- Bug fixes
v0.41.0
- Add
dump
method to writers
- Add support for italic style
- Add
is_opened
method to binary writers
- Fix to apply styles for
_repr_html_
method
- Avoid overwriting the stream when executing
dumps
method
- Loosen external package dependencies
- Change HTML writer to an extra require
- Bug fixes
v0.40.1
- Fix Excel writers failed to write
v0.40.0
- Add
set_style
method to writers
- Add
value_map
attribute to writers
- Improve precision of column ASCII char width calculation
- Suppress applying styles when the value is null
- Bug fixes
v0.39.0
- Add support for
Style
to ReStructuredText writers
- Bug fixes
v0.38.0
- Change to accept string values for the
line_break_handling
attribute of writers
- Change
is_write_null_line_after_table
default value of writers from True
to False
- Change
dump_tabledata
function to pass arguments to writer
v0.37.0
- Add
align
/thousand_separator
/font_weight
to Style
- Add
line_break_handling
attribute to writers
- Bug fixes