Releases: thombashi/pytablewriter
Releases · thombashi/pytablewriter
v0.29.0
- Add interface to escape HTML tags in cells in a table
- Add
from_tablib
method
- Bug fixes
v0.28.1
- Fix the case that margins not properly worked
- Loosen external package dependencies
v0.28.0
- Add an interface to set margin for both sides of each cell for text format writer classes
- Bug fixes
v0.27.2
- The type detected from the
str
values has been changed from string
type (deprecated since Elasticsearch 5.x) to text
/keyword
type
v0.27.1
- Fix the improper write output, which occurred when executing
from_tabledata
and write_table
multiple times consecutively.
v0.26.0
- Performance improvement
- Loosen package dependency
- Bug fixes
v0.25.0
- Improve performance for multi-core environments
- Change Latex output to insert padding to align columns
- Fix improper column width calculation for the case that includes mixed value types in a column
- Drop support for Python 3.3
v0.24.1
- Modify Latex output to optimize for Jupyter Notebook
- Suppress excessive quote output for Excel sheets