Skip to content

Vertical alignment in tables

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 09 Jan 10:38
· 1273 commits to master since this release

The headline feature of this reach is vertical alignment in tables.

Screen Shot 2022-01-07 at 20 28 22

Note: as a major version bump, this version has some breaking changes. These changes won't affect many people, but we like to be strict about semver. See the release notes below.

[11.0.0] - 2022-01-09

Added

  • Added max_depth arg to pretty printing #1585
  • Added vertical_align to Table.add_row #1590

Fixed

  • Fixed issue with pretty repr in jupyter notebook #1717
  • Fix Traceback theme defaults override user supplied styles #1786

Changed

  • breaking Deprecated rich.console.RenderGroup, now named rich.console.Group
  • breaking Syntax.__init__ parameter lexer_name renamed to lexer
  • Syntax constructor accepts both str and now a pygments lexer #1748