Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-06-25 | 948 Bytes | |
v1.0.0 source code.tar.gz | 2023-06-25 | 568.4 kB | |
v1.0.0 source code.zip | 2023-06-25 | 694.0 kB | |
Totals: 3 Items | 1.3 MB | 0 |
- Add support for Python 3.11
- Drop support for Python 3.6
- Fix a regular expression range of LatexWriter: [#57]
- Add support for Elasticsearch 8
- Drop support for Elasticsearch 7
- Reduce import time for non-pandas use
- Update
pathvalidate
dependency to allow v3 - Bump minimum version requirement of
SimpleSQLite
- Improve type annotations
- Add
zip_safe=False
- Change the
Cell
class to an immutable data class - Update docs
- Replace deprecated
setup.py
calls - Add
pandas
extras - Add
__all__
to__init__.py
- Remove deprecated functions and properties
dump_tabledata
set_log_level
AbstractTableWriter.header_list
AbstractTableWriter.type_hint_list
AbstractTableWriter.styles
AbstractTableWriter.style_list
AbstractTableWriter.value_preprocessor.setter
Full Changelog: https://github.com/thombashi/pytablewriter/compare/v0.64.2...v1.0.0