Skip to content

v0.63.0

Compare
Choose a tag to compare
@thombashi thombashi released this 20 Sep 16:00
· 204 commits to master since this release
v0.63.0
  • Add max_precision argument to writer class constructors: #44
  • Improve output precision of real numbers: #44
  • Remove trailing whitespace when table does not have a name #46 (Thanks to @movermeyer)
  • Fix AsciiDoc table header output: #47 (Thanks to @jvdvegt)
  • Fix to dequote in cells properly: #49 (Thanks to @hugovk)
  • Modify to accept type hints by strings as well
  • Add CodeQL analysis
  • Add type annotations
  • Allow XlsxWriter v3
  • Add setup-ci target to Makefile