Skip to content

Releases: thombashi/pytablewriter

v0.50.0

24 Feb 08:51
v0.50.0
Compare
Choose a tag to compare
  • Add add_style_filter method to writers
  • Add type annotations and py.typed to the package
  • Minor bug fixes

v0.49.0

17 Feb 16:04
v0.49.0
Compare
Choose a tag to compare
  • Add max_workers property to writers
  • Add validation for default_style setter
  • Change _font_size_map to cache

v0.48.0

16 Feb 16:05
v0.48.0
Compare
Choose a tag to compare
  • Drop Python 2 support: #24 (Thanks to @hugovk)
  • Add support for Python 3.9
  • Add support for platforms that lacks support sem_open such as Android Termux
  • Add default_style to writers
  • Add update_preprocessor method to writers
  • Fix backward compatibility with getting pandas.DataFrame: #25 (Thanks to @hugovk )
  • Replace the logging library from Logbook to loguru
  • Remove deprecated methods/properties
  • Remove dev extras_require
  • Rename a property from styles to column_styles

v0.47.0

05 Feb 17:11
v0.47.0
Compare
Choose a tag to compare
  • Add support for escape formula injection: #20 (Thanks to @randomstuff)
    • for CSV/Excel writers
  • Replace line breaks to <br> tag for HTML table writer: #22 (Thanks to @kesyog)
  • Modify to replace line breaks separately

v0.46.3

13 Jan 04:54
v0.46.3
Compare
Choose a tag to compare
  • Add support for PyPy
  • Add es7 extras
  • Integrate release and build extras to dev extras
  • Update requirements

v0.46.0

05 May 13:01
v0.46.0
Compare
Choose a tag to compare
  • Drop support for Python 3.4
  • Add deb package to PPA
  • Loosen some of the external dependencies version restriction
  • Bug fixes

v0.45.1

20 Apr 13:13
v0.45.1
Compare
Choose a tag to compare
  • Fix improper type hints behavior for SQLite table writer: #12 (Thanks to @smcat8)

v0.45.0

16 Mar 08:26
v0.45.0
Compare
Choose a tag to compare
  • Add UnicodeTableWriter class
  • Bug fixes
  • Do not install on Python 3.3: #11 (Thanks to @hugovk)

v0.44.0

18 Feb 13:15
v0.44.0
Compare
Choose a tag to compare
  • Add pandas.DataFrame pickle support for from_dataframe method
  • Add from_series method
  • Bug fixes

v0.43.1

11 Feb 07:13
v0.43.1
Compare
Choose a tag to compare
  • Improve processing performance
  • Suppress excessive DeprecationWarning