Skip to content

We got a live one

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 12 Dec 12:18
· 2465 commits to master since this release

This release adds a new rich.live interface which can display continually updated renderable, which you can use to create animated "dashboards".

Also in this release we have 'spinner' animations via a new Console.status method, or a SpinnerColumn in progress bars.

Screen Shot 2020-12-12 at 12 18 51

[9.4.0] - 2020-12-12

### Added

  • Added rich.live #382
  • Added algin parameter to Rule and Console.rule
  • Added rich.Status class and Console.status
  • Added getitem to Text
  • Added style parameter to Console.log
  • Added rich.diagnose command

### Changed

  • Table.add_row style argument now applies to entire line and not just cells
  • Added end_section parameter to Table.add_row to force a line underneath row

Fixed

  • Fixed suppressed traceback context #468