Releases: prettytable/prettytable
Releases · prettytable/prettytable
Release 3.12.0
Deprecated
Added
- Add new themes to
ColorTable
(#312) @Bikes4Fun - Use SPDX license identifier (#315) @cdce8p
- Lots of type annotations: @cdce8p
- Add
IntEnum
forHRuleStyle
andVRuleStyle
(#327) - Add
IntEnum
forTable
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)
- Add
- Generate
__version__
at build to avoid slowimportlib.metadata
call (#321) @hugovk - Release to PyPI using Trusted Publishing (#336) @hugovk
Changed
- Drop support for Python 3.8 (#309) @hugovk
- Update new home to prettytable/prettytable (#335) @hugovk
Fixed
Release 3.11.0
Release 3.10.2
Fixed
- Fix typo in
README.md
(#302) @denballakh - Change how size of headers are calculated to fix ColorTable with title (#299) @av-guy