Skip to content

Releases: thombashi/pytablewriter

v0.24.0

20 Aug 15:10
Compare
Choose a tag to compare
  • Add support for Jupyter Notebook

v0.23.1

31 Jul 08:26
Compare
Choose a tag to compare
  • Add escape processing for vertical bar characters in Markdown table items to get consistent rendering result

v0.23.0

23 Jul 14:23
Compare
Choose a tag to compare
  • Add a table writer class for space aligned values
  • Add default headers for Markdown/SQLite table writers that used when headers are null
  • Change to preserve spaces in table items
  • Change to remove line breaks from headers for text table formats
  • Make headers are not mandatory for Pandas writer
  • Modify Markdown output format to get more consistent rendering result
  • Improve output consistency for SQLite

v0.22.0

15 Jul 15:47
Compare
Choose a tag to compare
  • Add support for LaTeX table/matrix
  • Improve real number output precision.for CSV/JSON/LTSV/TOML/TSV

v0.21.0

02 Jul 05:23
Compare
Choose a tag to compare
  • Add NumPy writer class
  • Add search_table_format method to TableFormat class
  • Add attributes to pandas writer class: import_pandas_as/import_numpy_as to specify import name
  • Modify to sanitize Elasticsearch index name
  • Bug fixes

v0.20.2

29 Jun 15:05
Compare
Choose a tag to compare
  • Fix the case that incorrect write result when matrix which has uniform size for each row

v0.20.0

25 Jun 16:09
Compare
Choose a tag to compare
  • Add support for Elasticsearch
  • Simplify pandas dataframe output
  • Change to accept non string values as headers
  • Modify log messages
  • Bug fixes

v0.19.1

03 May 11:05
Compare
Choose a tag to compare
  • Change to write a blank line after writing a text format table

v0.19.0

02 May 13:44
Compare
Choose a tag to compare
  • Add SQLite writer
  • Improve processing performance
  • Bug fixes

v0.17.0

08 Jan 02:54
Compare
Choose a tag to compare
  • Add type hint interface to writer classes
  • Improve data type detection
  • Add get_variable_name method to source code writers to provide an interface that retrieves variable names to be written
  • Add an interface to change variable declaration type to JavaScriptTableWriter class
    • Change default variable declaration type from var to const