Skip to content

Releases: thombashi/pytablewriter

v0.8.2

28 Jul 12:27
Compare
Choose a tag to compare
  • Improve memory efficiency for Python 2

v0.8.0

23 Jul 16:06
Compare
Choose a tag to compare
  • Add MediaWiki format support
  • Add writing table with iteration
  • Add flag to switch writing format of datetime values as date-time instance or string
  • Modify to write will be succeeded when the table header is null
  • Bug fixes

v0.7.0

17 Jul 15:11
Compare
Choose a tag to compare
  • Add support for iteration write
  • Fix for the case that excel sheet name includes invalid character(s)
  • Minor bug fixes

v0.6.0

16 Jul 14:41
Compare
Choose a tag to compare
  • Add support for .xls file format: l: Thanks to @yegorich

v0.5.0

10 Jul 04:05
Compare
Choose a tag to compare
  • Split is_quote_str property to is_quote_header property and is_quote_table property
  • Modify default datetime format string
  • Fix: For float value formatting apply condition
  • Fix: An exception is not correctly handled

v0.4.0

09 Jul 13:31
Compare
Choose a tag to compare
  • Modification for support Decimal: Thanks to @yegorich
  • Minor bug fixes

v0.3.0

04 Jul 14:14
Compare
Choose a tag to compare
  • Add is_float_formatting property
  • Fix conversion error when writing data that a version string (such as "3.3.5"): Thanks to @yegorich

v0.2.1

03 Jul 11:42
Compare
Choose a tag to compare
Bump version

v0.2.0

03 Jul 09:43
Compare
Choose a tag to compare
  • Add support for:
    • bool type
    • Infinity value
    • Not a Number

v0.1.6

19 Jun 09:37
Compare
Choose a tag to compare
  • Make pytest-runner a conditional requirement