| 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
pathvalidatedependency to allow v3 - Bump minimum version requirement of
SimpleSQLite - Improve type annotations
- Add
zip_safe=False - Change the
Cellclass to an immutable data class - Update docs
- Replace deprecated
setup.pycalls - Add
pandasextras - Add
__all__to__init__.py - Remove deprecated functions and properties
dump_tabledataset_log_levelAbstractTableWriter.header_listAbstractTableWriter.type_hint_listAbstractTableWriter.stylesAbstractTableWriter.style_listAbstractTableWriter.value_preprocessor.setter
Full Changelog: https://github.com/thombashi/pytablewriter/compare/v0.64.2...v1.0.0