Releases: thombashi/pytablewriter
Releases · thombashi/pytablewriter
v0.8.2
- Improve memory efficiency for Python 2
v0.8.0
- 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
- Add support for iteration write
- Fix for the case that excel sheet name includes invalid character(s)
- Minor bug fixes
v0.6.0
- Add support for
.xls
file format: l: Thanks to @yegorich
v0.5.0
- 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
- Modification for support Decimal: Thanks to @yegorich
- Minor bug fixes
v0.3.0
- 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.0
- Add support for:
- bool type
- Infinity value
- Not a Number
v0.1.6
- Make pytest-runner a conditional requirement