Prettytable Versions Save

Display tabular data in a visually appealing ASCII table format

3.10.1

1 month ago

Fixed

  • Fix GitHub-Flavoured Markdown for narrow columns (#296) @hugovk
  • Fix max table width calculation (#289) @stuertz

3.10.0

2 months ago

Added

  • Add support for Python 3.13 (#281) @hugovk

Changed

  • Speedup: lazy imports and remove import (#276) @hugovk
  • Use GitHub Flavored Markdown for table formatting (#268) @mumblingMac
  • Use flake8-errmsg for friendlier tracebacks (#254) @hugovk
  • Replace Flake8 with Ruff (#278) @hugovk

3.9.0

8 months ago

Security

  • Encode title and attributes of HTML tables (#256) @hugovk Thank you to Sjoerd Langkemper (@Sjord) for the report.

3.8.0

11 months ago

Added

  • Add get_formatted_string() convenience function (#241) @rickwporter

Changed

  • Drop support for EOL Python 3.7 (#245) @hugovk

3.7.0

1 year ago

Added

  • Add horizontal lines to create sections within a table (#185) @myheroyuki
  • Declare support for Python 3.12 (#231) @hugovk

Changed

  • Rename licence file for detection by GitHub (#229) @hugovk
  • Rename master to main (#228) @hugovk

3.6.0

1 year ago

Added

  • Updated pre-commit with mypy (#218) @phershbe
  • Test Python 3.12 pre-releases (#221) @hugovk

Fixed

  • Fix to min_table_width parameter (#219) @kzwolenik95
  • Widen tables with long titles (#216) @etjones

3.5.0

1 year ago

Added

  • Add py.typed and update setup.cfg (#211) @phershbe
  • Add type hints from typeshed (#205) @phershbe

Changed

  • Convert from setuptools to hatchling (#212) @hugovk

3.4.1

1 year ago

Fixed

  • Revert "Add header alignment attribute" (#195) @hugovk

3.4.0

1 year ago

Added

  • Add option to specify line break character used in pagination (#193) @myheroyuki
  • Add header alignment attribute (#183) @myheroyuki

Fixed

  • None annotation for __init__ constructors/functions (#186) @ShobanChiddarth

3.3.0

2 years ago

Added

  • Support Python 3.11 (#181) @hugovk
  • Add flag to preserve internal borders when border=False (#180) @myheroyuki

Fixed

  • Alignment timing fix (#179) @myheroyuki