Revisions of python-rich
buildservice-autocommit
accepted
request 930004
from
Martin Hauke (mnhauke)
(revision 32)
auto commit by copy to link target
Martin Hauke (mnhauke)
committed
(revision 31)
- Update to versino 10.13.0 Added * Added json.dumps parameters to print_json. Fixed * Fixed an edge case bug when console module try to detect if they are in a tty at the end of a pytest run. * Fixed issue with TERM env vars that have more than one hyphen. * Fixed missing new line after progress bar when terminal is not interactive. * Fixed exception in IPython when disabling pprint with %pprint. * Fixed issue where values longer than the console width produced invalid JSON. * Fixes trailing comma when pretty printing dataclass with last field repr=False. Changed * Markdown codeblocks now word-wrap #1515
buildservice-autocommit
accepted
request 927381
from
Martin Hauke (mnhauke)
(revision 30)
auto commit by copy to link target
Martin Hauke (mnhauke)
committed
(revision 29)
- Update to version 10.12.0 Updated * Official Py3.10 release Fixed * Fixed detection of custom repr when pretty printing dataclasses - Update to version 10.11.0 * Added two new options to Tracebacks, to hide framework code, and guard against very long tracebacks. - Update to version 10.10.0 * Added stdin support to rich.json * Fixed pretty printing of objects with fo magic with getattr. - Update to version 10.9.0 * This release highlights JSON keys with a different color - Update to version 10.8.0 * This release adds pretty printing of JSON
Martin Hauke (mnhauke)
committed
(revision 28)
- Update to version 10.7.0 * https://github.com/willmcgugan/rich/releases/tag/v10.7.0
buildservice-autocommit
accepted
request 894109
from
Martin Hauke (mnhauke)
(revision 27)
auto commit by copy to link target
Martin Hauke (mnhauke)
committed
(revision 26)
- Update to version 10.2.1 * Fixed panel in Markdown exploding - Update to version 10.2.0 Added * syntax for call, i.e. "Foo(bar)" * Console.measure as a convenient alias for Measurement.get * support for pretty printing attrs objects * mappingproxy to pretty print * UserDict and UserList support to pretty printer Changed * colorama init to set strip=False * Changed highlighter for False, True, None to not match in the middle of a word. i.e. NoneType is no longer highlighted as None
buildservice-autocommit
accepted
request 883220
from
Martin Hauke (mnhauke)
(revision 25)
auto commit by copy to link target
Martin Hauke (mnhauke)
committed
(revision 24)
- Update to version 10.1.0 * Fixed support for jupyter qtconsole and similar Jupyter environments.
buildservice-autocommit
accepted
request 882220
from
Martin Hauke (mnhauke)
(revision 23)
auto commit by copy to link target
Martin Hauke (mnhauke)
committed
(revision 22)
- Update to version 10.0.1 * Fixed race condition that duplicated lines in progress. - Update to version 10.0.0 Changed * Made pydoc import lazy as at least one use found it slow to import. * Modified string highlighting to not match in the middle of a word, so that apostrophes are not considered strings. * New way of encoding control codes in Segment. * New signature for Control class. * Changed Layout.split to use new Splitter class. * Improved layout.tree. * Changed default theme color for repr.number to cyan. * __rich_measure__ signature changed to accept ConsoleOptions rather than max_width. Added * Added __rich_repr__ protocol method to Pretty. * Added rich.region.Region. * Added ConsoleOptions.update_dimensions. * Added rich.console.ScreenUpdate. * Added Console.is_alt_screen. * Added Control.segment, Control.bell, Control.home, Control.move_to, Control.clear, Control.show_cursor, Control.alt_screen. * Added Console.update_screen and Console.update_screen_lines. * Added Layout.add_split, Layout.split_column, Layout.split_row, layout.refresh. * Added new Rich repr protocol __rich_repr__. Fixed * Fixed table style taking precedence over row style.
buildservice-autocommit
accepted
request 877404
from
Martin Hauke (mnhauke)
(revision 21)
auto commit by copy to link target
Martin Hauke (mnhauke)
committed
(revision 20)
- Update to version 9.13.0 Added * Pretty printer now supports dataclasses Fixed * Fixed Syntax background #1088 * Fix for double tracebacks when no formatter #1079 Changed * Added ws and wss to url highlighter - Update to version 9.12.4 Fixed * Fixed custom formatters with rich tracebacks in RichHandler. Changed * Allow highly compressed table cells to go to 0 width * Optimization to remove empty styles in various places - Update to version 9.12.3 Changed * Optimized Padding - Update to version 9.12.2 Added * Added ConsoleOptions.copy Changed * Optimized ConsoleOptions.update - Update to version 9.12.1 Fixed * Fixed deadlock in Progress Added * Added Task.finished_speed Changed * Froze TransferSpeedColumn speed when task is finished
buildservice-autocommit
accepted
request 856924
from
Martin Hauke (mnhauke)
(revision 19)
auto commit by copy to link target
Martin Hauke (mnhauke)
committed
(revision 18)
- Update to version 9.5.1 * Fixed hex number highlighting - Update to version 9.5.0 Changed * If file is not specified on Console then the Console.file will return the current sys.stdout. Prior to 9.5.0 sys.stdout was cached on the Console, which could break code that wrapped sys.stdout after the Console was constructed. * Changed Color.__str__ to not include ansi codes * Changed Console.size to get the terminal dimensions via sys.stdin. This means that if you set file to be an io.StringIO file (for example) then the width will be set to the current terminal dimensions and not a default of 80. Added * Added stderr parameter to Console * Added rich.reconfigure * Added Color.__rich__ * Added Console.style parameter * Added Table.highlight parameter to enable highlighting ofcells * Added Panel.highlight parameter to enable highlighting of panel title * Added highlight to ConsoleOptions Fixed * Fixed double output in rich.live #485 * Fixed Console.out highlighting not reflecting defaults #827 * FileProxy now raises TypeError for empty non-str arguments #828 - Update to version 9.5.0 Added * Added rich.live #382 * Added algin parameter to Rule and Console.rule
buildservice-autocommit
accepted
request 843916
from
Martin Hauke (mnhauke)
(revision 17)
auto commit by copy to link target
Martin Hauke (mnhauke)
committed
(revision 16)
- Update to version 9.1.0 * New option to render 'indent guides' in Syntax and pretty printing. * Added a max_length argument to pretty printing which will truncate containers longer than a certain length. - Update to version 9.0.0 * Added a new pager method which will pipe any console output in to the system 'pager'. * There's also a new Bar renderable you could use to display a chart in a table. See bars.py for an example of how to use it.
buildservice-autocommit
accepted
request 837924
from
Martin Hauke (mnhauke)
(revision 15)
auto commit by copy to link target
Martin Hauke (mnhauke)
committed
(revision 14)
- Update to version 7.1.0 Added * Added Console.begin_capture, Console.end_capture and Console.capture * Added Table.title_justify and Table.caption_justify Changed * Improved formatting of exceptions * Enabled Rich exceptions in logging https://github.com/taliraj * UTF-8 encoding is now mentioned in HTML head section Removed * Removed line_numbers argument from traceback.install, which was undocumented and did nothing - Update to version 7.0.0 Added * New ansi_dark and ansi_light themes * Added Text.append_tokens for fast appending of string + Style pairs * Added Text.remove_suffix * Added Text.append_tokens Changed * Text.tabs_to_spaces was renamed to Text.expand_tabs, which works in place rather than returning a new instance * Renamed Column.index to Column._index * Optimized Style.combine and Style.chain * Optimized text rendering by fixing internal cache mechanism * Optimized hash generation for Styles
Martin Hauke (mnhauke)
committed
(revision 13)
- Update to version 6.1.1 Added * Added ipv4 and ipv6 to ReprHighlighter Changed * The # sign is included in url highlighting Fixed * Fixed force-color switch in rich.syntax and rich.markdown commands - Update to version 6.1.1 Added * Inspect now adds def to signature of methods. Not strictly necessary, but I think it helps distinguish methods from data. Changed * Restored "def" in inspect signature - Update to version 6.1.0 Added * New inspect module * Added os._Environ to pretty print Fixed * Prevented recursive renderables from getting stuck Changed * force_terminal and force_jupyter can now be used to force the disabled state, or left as None to auto-detect. * Panel now expands to fit title if supplied
Displaying revisions 1 - 20 of 32