Immutable
release. Only release title and notes can be modified.
Added
- Add support for Python 3.16 (#470) @hugovk
- Support multiline headers (#451) @wyllys66
- Support reStructuredText tables (#449) @hugovk
- Support
int_format,float_formatandcustom_formatfor CSV (#448) @hugovk - Add caption support for Markdown (#342) (#430) @stuertz
- Validate column-specific options when dict attrs are modified (#429) @stuertz
- Overwrite int/float formatter with
custom_formatter(#425) @stuertz - Document
paginate()(#420) @stuertz - Docs: add example of using
custom_format(#405) @stuertz - Improve type coverage of
colortable(#459) @jorenham
Changed
- Improve wcwidth>=0.3.5 integration and performance (#440) @jquast
- Replace
re.splitwithstr.splitand removereimport (#443) @hugovk - Speed up import time (#471) @hugovk
- Stop testing experimental Python 3.13t (#469) @hugovk
Deprecated
- Performance: deprecate and defer import of
OptionsType(#462) @hugovk - Performance: deprecate and defer import of
TableHandler(#460) @hugovk
Fixed
- Expand tabs in cell values so columns stay aligned (#468) @gaoflow
- Drop stale
align/valignkeys whenfield_namesare renamed (#465) @SAY-5 - Fix bleeding of wrapped colours into table edges (#452) @jquast
- Fix
horizontal_align_chargetter (#445) @hugovk - Allow different types for Cursor than only sqlite3.Cursor (#419) @stuertz
- Remove duplicate line (#446) @hugovk
- Document
header_horizontal_charand remove a duplicate docstring line (#467) @Labib-Bin-Salam