b999f593ad
- Update to 3.17.0: * Added + Add support for Python 3.15 + Set dicts with column-specific config for all column-specific attrs + Add add divider() method to create sections + Use PEP 639 licence expression + Add support for Python 3.14 + Add new themes to ColorTable + Use SPDX license identifier + Add field selection to CSV and JSON outputs + Add options to disable escaping HTML tables + Add support for Python 3.13 * Changed + Drop support for Python 3.9 + Performance: remove unnecessary deepcopies and add some lru_caches + Drop support for Python 3.8 + Update new home to prettytable/prettytable + Speedup: lazy imports and remove import * Fixed + Fix IndexError for add_rows() with an empty list + Fix sortby at class declaration + Fix divider intersection for border styles + Fix default styles not being reset between set_style() calls + Fix add_autoindex alignment for HTML + Consider column args when columns are set after initialization + Change how size of headers are calculated to fix ColorTable with title + Fix max table width calculation - Update URL to new home.
Steve Kowalik2026-01-07 00:33:52 +00:00
db6c0fa749
- Update to 3.9.0: - Encode title and attributes of HTML tables
Matej Cepl2023-10-07 11:31:41 +00:00
b349d3b8dc
Accepting request 1109518 from devel:languages:python
Ana Guerrero2023-09-08 19:15:01 +00:00
beb1b2cbc4
- update to 3.8.0: * Add get_formatted_string() convenience function (#241) * Drop support for EOL Python 3.7 (#245) * Convert from setuptools to hatchling * Alignment timing fix (#179) @myheroyuki * Add Single Border table style * Markdown: Add colons to align the rendered output * Add custom format support * Add auto index column * Add add_rows to add several rows at once - Update URL/Source0 due to Google Code Hosting being dead since 2016 - Add license boilerplate - Name field shouldn't contain a macro
Dirk Mueller2023-09-07 11:16:06 +00:00
1894cc5cf5
- Update to 3.7.0: * Add horizontal lines to create sections within a table (#185) @myheroyuki * Declare support for Python 3.12 (#231) @hugovk * Rename licence file for detection by GitHub (#229) @hugovk * Rename master to main (#228) @hugovk - 3.6.0: * Updated pre-commit with mypy (#218) @phershbe * Test Python 3.12 pre-releases (#221) @hugovk * Fix to min_table_width parameter (#219) @kzwolenik95 * Widen tables with long titles (#216) @etjones
Daniel Garcia2023-05-05 07:48:59 +00:00