Releases: prettytable/prettytable
Releases · prettytable/prettytable
Release 3.17.0
Added
- Add support for Python 3.15 (and test 3.13t-3.15t) (#413) @hugovk
- Set dicts with column-specific config for all column-specific attrs (#399) @stuertz
- Add missing type annotations for properties (#338) @cdce8p
- Use type stubs for wcwidth (#383) @hugovk
Changed
- Drop support for Python 3.9 (#404) @hugovk
- Simplify empty dictionary/
Nonecheck (#395) @hugovk - Replace pre-commit with prek (#412) @hugovk
Fixed
Release 3.16.0
Release 3.15.1
Release 3.15.0
Added
- Add support for PyPy3.11 (#375) @hugovk
- Add MediaWiki table support (#368) @samudraneel05
- Create divider with
add_rows()(#369) @stuertz - Add option to avoid break on hyphen in longer texts (#361) @stuertz
- Add
row_filteroption (#359) @stuertz - Add option to truncate column headers to column width (#358) @stuertz
Changed
- Performance: remove unnecessary deepcopies and add some lru_caches (#360) @stuertz
- Defer type-checking and
warningsimports (#372) @hugovk - Remove unnecessary start=0 from
range(#371) @hugovk
Fixed
Release 3.14.0
Release 3.13.0
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
IntEnumforHRuleStyleandVRuleStyle(#327) - Add
IntEnumforTablestyles (#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
TableHandlertype annotations (#320) - Improve function type annotations (#319)
- Improve row and column type annotations (#322)
- Improve type annotations for field names (#324)
- Include
RowTypein__all__(#333) - Small improvements (#328)
- Add
- Generate
__version__at build to avoid slowimportlib.metadatacall (#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