Skip to content

Release 3.18.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jun 16:06
Immutable release. Only release title and notes can be modified.
069405f

Added

Changed

  • Improve wcwidth>=0.3.5 integration and performance (#440) @jquast
  • Replace re.split with str.split and remove re import (#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/valign keys when field_names are renamed (#465) @SAY-5
  • Fix bleeding of wrapped colours into table edges (#452) @jquast
  • Fix horizontal_align_char getter (#445) @hugovk
  • Allow different types for Cursor than only sqlite3.Cursor (#419) @stuertz
  • Remove duplicate line (#446) @hugovk
  • Document header_horizontal_char and remove a duplicate docstring line (#467) @Labib-Bin-Salam