Skip to content

Releases: thombashi/pytablewriter

v0.43.0

11 Feb 06:11
v0.43.0
Compare
Choose a tag to compare
  • 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

27 Jan 14:38
v0.42.0
0401367
Compare
Choose a tag to compare
  • 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

14 Jan 23:25
Compare
Choose a tag to compare
  • Fix missing extras_require for html (Thanks to @hugovk)

v0.41.1

14 Jan 12:07
Compare
Choose a tag to compare
  • 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

13 Jan 15:20
Compare
Choose a tag to compare
  • 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

09 Jan 13:40
Compare
Choose a tag to compare
  • Fix Excel writers failed to write

v0.40.0

07 Jan 09:29
Compare
Choose a tag to compare
  • 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

06 Jan 13:35
Compare
Choose a tag to compare
  • Add support for Style to ReStructuredText writers
  • Bug fixes

v0.38.0

02 Jan 08:35
Compare
Choose a tag to compare
  • 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

02 Jan 03:35
Compare
Choose a tag to compare
  • Add align/thousand_separator/font_weight to Style
  • Add line_break_handling attribute to writers
  • Bug fixes