Skip to content

v0.51.0

Compare
Choose a tag to compare
@thombashi thombashi released this 12 Apr 16:03
· 617 commits to master since this release
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 with HtmlTableWriter: #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 within TableFormat
  • Change the default table_name value to an empty string
  • Update requirements
  • Minor bug fixes