Next | Query returned 42 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2022-02-21 18:15:37 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rich: updated to 11.2.0

11.2.0

Added

Add support for US spelling of "gray" in ANSI color names \ 
https://github.com/Textualize/rich/issues/1890
Added rich.diagnose.report to expose environment debugging logic as function \ 
https://github.com/Textualize/rich/pull/1917
Added classmethod Progress.get_default_columns() to get the default list of \ 
progress bar columns https://github.com/Textualize/rich/pull/1894

Fixed

Fixed performance issue in measuring text
Fixed test failures on PyPy3 https://github.com/Textualize/rich/pull/1904
   2022-01-31 15:23:21 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rich: updated to 11.1.0

11.1.0 - 2022-01-28

Added

Add Syntax.guess_lexer, add support for more lexers (e.g. Django templates etc.) \ 
https://github.com/Textualize/rich/pull/1869
Add lexer parameter to Syntax.from_path to allow for overrides \ 
https://github.com/Textualize/rich/pull/1873

Fixed

Workaround for edge case of object from Faiss with no __class__ \ 
https://github.com/Textualize/rich/issues/1838
Ensure Syntax always justifies left https://github.com/Textualize/rich/pull/1872
Handle classes in inspect when methods=True \ 
https://github.com/Textualize/rich/pull/1874
   2022-01-11 08:00:27 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rich: updated to 11.0.0

11.0.0

Added

Added max_depth arg to pretty printing https://github.com/Textualize/rich/issues/1585
Added vertical_align to Table.add_row https://github.com/Textualize/rich/issues/1590

Fixed

Fixed issue with pretty repr in jupyter notebook \ 
https://github.com/Textualize/rich/issues/1717
Fix Traceback theme defaults override user supplied styles \ 
https://github.com/Textualize/rich/issues/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 \ 
https://github.com/Textualize/rich/pull/1748
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2022-01-04 18:34:25 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rich: updated to 10.16.2

10.16.2

Fixed

Fixed @ not being escaped in markup

10.16.1

Fixed

Fixed issues with overlapping tags https://github.com/willmcgugan/rich/issues/1755

10.16.0

Fixed

Double print of progress bar in Jupyter \ 
https://github.com/willmcgugan/rich/issues/1737

Added

Added Text.markup property https://github.com/willmcgugan/rich/issues/1751
   2021-12-30 13:12:53 by Adam Ciarcinski | Files touched by this commit (6)
Log message:
py-dataclasses: removed; was Python 3.6 onlu
   2021-12-10 09:54:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rich: updated to 10.15.2

10.15.2
Fixed
* Deadlock issue
   2021-11-30 18:03:00 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rich: updated to 10.15.1

v10.15.1

Changed

Reverted thread-safety fix for Live that introduced deadlock potential

v10.15.0

Added

Added dynamic_progress.py to examples
Added ConsoleOptions.update_height
Fixed Padding not respecting height
Added Text.from_ansi method

Changed

Some optimizations for simple strings (with only single cell widths)

Fixed

Fixed issue with progress bar not rendering markup
Fixed race condition when exiting Live
   2021-11-23 21:49:28 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rich: updated to 10.14.0

10.14.0

Fixed

Fixed progress speed not updating when total doesn't change
Fixed superfluous new line in Status https://github.com/willmcgugan/rich/issues/1662
Fixed Windows legacy width again
Fixed infinite loop in set_cell_size https://github.com/willmcgugan/rich/issues/1682

Added

Added file protocol to URL highlighter \ 
https://github.com/willmcgugan/rich/issues/1681
Added rich.protocol.rich_cast

Changed

Allowed __rich__ to work recursively
Allowed Text classes to work with sep in print \ 
https://github.com/willmcgugan/rich/issues/1689
   2021-11-14 19:45:50 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rich: updated to 10.13.0

10.13.0

Added

Added json.dumps parameters to print_json \ 
https://github.com/willmcgugan/rich/issues/1638

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 a bug where logging handler raises an exception when running with pythonw \ 
(related to https://bugs.python.org/issue13807)
Fixed issue with TERM env vars that have more than one hyphen \ 
https://github.com/willmcgugan/rich/issues/1640
Fixed missing new line after progress bar when terminal is not interactive \ 
https://github.com/willmcgugan/rich/issues/1606
Fixed exception in IPython when disabling pprint with %pprint \ 
https://github.com/willmcgugan/rich/issues/1646
Fixed issue where values longer than the console width produced invalid JSON \ 
https://github.com/willmcgugan/rich/issues/1653
Fixes trailing comma when pretty printing dataclass with last field repr=False \ 
https://github.com/willmcgugan/rich/issues/1599

Changed

Markdown codeblocks now word-wrap

Next | Query returned 42 messages, browsing 21 to 30 | Previous