Skip to content

Release 3.12.0

Choose a tag to compare

@github-actions github-actions released this 30 Oct 12:26
ca90b05

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