Skip to content

v0.59.0

Compare
Choose a tag to compare
@thombashi thombashi released this 04 May 09:14
· 309 commits to master since this release
v0.59.0
  • Add support for Python 3.10
  • Drop support for Python 3.5
  • Markdown alignment cells respect margin #36 (Thanks to @shawalli)
  • Add validation to margin setter
  • Make it possible to set more writer settings via writer class constructors
  • Forced to set margin to zero for CSV/sourcecode writer classes
  • Fix _repr_html_ method to properly apply writer settings
  • Fix to margin value setting changes are properly applied after written a table
  • Modify type annotations
  • Update requirements