Skip to content

Mostly repr fixes

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 05 Jul 14:43
· 1816 commits to master since this release

Some fixes, and a few methods to support Textual

[10.5.0] - 2021-05-07

Fixed

  • Fixed Pandas objects not pretty printing #1305
  • Fixed #1256
  • Fixed typing with rich.repr.auto decorator
  • Fixed repr error formatting #1326

Added

  • Added new_line_start argument to Console.print
  • Added Segment.divide method
  • Added Segment.split_cells method
  • Added segment.SegmentLines class