Releases: thombashi/pytablewriter
Releases · thombashi/pytablewriter
v0.50.0
- Add
add_style_filter
method to writers
- Add type annotations and
py.typed
to the package
- Minor bug fixes
v0.49.0
- Add
max_workers
property to writers
- Add validation for
default_style
setter
- Change
_font_size_map
to cache
v0.48.0
- 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
- Add support for escape formula injection: #20 (Thanks to @randomstuff)
- Replace line breaks to
<br>
tag for HTML table writer: #22 (Thanks to @kesyog)
- Modify to replace line breaks separately
v0.46.3
- Add support for PyPy
- Add
es7
extras
- Integrate
release
and build
extras to dev
extras
- Update requirements
v0.46.0
- Drop support for
Python 3.4
- Add deb package to PPA
- Loosen some of the external dependencies version restriction
- Bug fixes
v0.45.1
- Fix improper type hints behavior for SQLite table writer: #12 (Thanks to @smcat8)
v0.45.0
- Add
UnicodeTableWriter
class
- Bug fixes
- Do not install on Python 3.3: #11 (Thanks to @hugovk)
v0.44.0
- Add
pandas.DataFrame
pickle support for from_dataframe
method
- Add
from_series
method
- Bug fixes
v0.43.1
- Improve processing performance
- Suppress excessive DeprecationWarning