Skip to content

Releases: prettytable/prettytable

Release 3.12.0

30 Oct 12:26
ca90b05
Compare
Choose a tag to compare

Deprecated

  • Emit DeprecationWarnings for hrule and tableStyle constants (#329) @cdce8p

Added

  • Add new themes to ColorTable (#312) @Bikes4Fun
  • Use SPDX license identifier (#315) @cdce8p
  • Lots of type annotations: @cdce8p
    • Add IntEnum for HRuleStyle and VRuleStyle (#327)
    • Add IntEnum for Table styles (#326)
    • Add OptionsType (#334)
    • Add attribute type hints (#316)
    • Add missing attribute annotations (#330)
    • Add type aliases for Align, VAlign, HeaderStyle (#325)
    • Add type annotations for attributes property (#318)
    • Improve TableHandler type annotations (#320)
    • Improve function type annotations (#319)
    • Improve row and column type annotations (#322)
    • Improve type annotations for field names (#324)
    • Include RowType in __all__ (#333)
    • Small improvements (#328)
  • Generate __version__ at build to avoid slow importlib.metadata call (#321) @hugovk
  • Release to PyPI using Trusted Publishing (#336) @hugovk

Changed

Fixed

Release 3.11.0

12 Aug 13:25
cb498ad
Compare
Choose a tag to compare

Added

Release 3.10.2

12 Jul 09:17
a49f90b
Compare
Choose a tag to compare

Fixed

Release 3.10.1

09 Apr 18:50
2702d6b
Compare
Choose a tag to compare

Fixed

Release 3.10.0

19 Feb 16:30
6498a57
Compare
Choose a tag to compare

Added

Changed

Release 3.9.0

11 Sep 14:02
cfd6b45
Compare
Choose a tag to compare

Security

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

Release 3.8.0

11 Jun 13:26
f0271f3
Compare
Choose a tag to compare

Added

Changed

Release 3.7.0

10 Apr 08:58
ac0e361
Compare
Choose a tag to compare

Added

Changed

Release 3.6.0

08 Jan 11:01
599bb88
Compare
Choose a tag to compare

Added

Fixed

Release 3.5.0

28 Oct 21:19
c73b7e3
Compare
Choose a tag to compare

Added

Changed