Will McGugan
|
d68ac6371e
|
fix changelog
|
2022-07-11 14:56:01 +01:00 |
Will McGugan
|
2a0d7b693a
|
bump changelog
|
2022-07-11 14:47:55 +01:00 |
Will McGugan
|
c62379f3d3
|
added 12.5.0 to benchmarks
|
2022-07-11 14:46:19 +01:00 |
Will McGugan
|
fd9a0fae56
|
improved benchmarks
|
2022-07-11 14:43:50 +01:00 |
Will McGugan
|
76dfb9654b
|
optimized divide
|
2022-07-11 12:49:56 +01:00 |
Will McGugan
|
8767e86158
|
Merge pull request #2367 from Textualize/dependabot/pip/black-22.6.0
Bump black from 22.3.0 to 22.6.0
|
2022-07-11 11:52:42 +01:00 |
Will McGugan
|
b1368b61a4
|
Merge pull request #2301 from tomers/iso8601-highlighter
Add Iso8601Highlighter
|
2022-07-11 11:46:37 +01:00 |
Will McGugan
|
b2f239e0d5
|
Merge pull request #2355 from jfthuong/patch-1
Added missing args in docstring of Progress.reset
|
2022-07-11 11:44:58 +01:00 |
Will McGugan
|
8b6e26f088
|
Merge pull request #2359 from Textualize/update-asv-instructions-and-benchmarks
Update asv instructions and benchmarks
|
2022-07-11 11:44:14 +01:00 |
Will McGugan
|
65c138088a
|
Merge pull request #2356 from tonybaloney/patch-1
Add Github flavoured markdown box type
|
2022-07-11 11:43:31 +01:00 |
Will McGugan
|
489a7eda9b
|
Merge pull request #2382 from kataev/patch-1
Render code as code in progress docs
|
2022-07-11 11:40:12 +01:00 |
Denis Kataev
|
e5cb569e06
|
Render code as code in progress docs
|
2022-07-07 19:37:49 +04:00 |
Olivier Philippon
|
8e2da1afab
|
Merge pull request #2366 from Textualize/investigate-rich-within-jupyter
[jupyter] bypass the pretty-rendering of some specific graphics-related classes
|
2022-07-06 09:36:56 +01:00 |
Olivier Philippon
|
36ffdcf7bd
|
[_inspect] Add docstrings to our generic functions that determine the type of an object
|
2022-07-05 15:18:50 +01:00 |
Olivier Philippon
|
c17bf91021
|
Merge pull request #2377 from tiangolo/patch-1
✏ Fix micro typo "in to" to "into"
|
2022-07-05 09:37:07 +01:00 |
Sebastián Ramírez
|
8da842e5e2
|
📝 Add CONTRIBUTORS
|
2022-07-04 11:32:07 +02:00 |
Sebastián Ramírez
|
743f65aecc
|
✏ Fix micro typo "in to" to "into"
|
2022-07-04 11:28:33 +02:00 |
Olivier Philippon
|
8b17bc61f8
|
[_inspect] Add generic functions to determine the type of an object
We use these functions to prevent some classes from being displayed in Jupyter notebooks, using their fully qualified names
|
2022-07-01 12:36:06 +01:00 |
Olivier Philippon
|
6fb7d4b856
|
[jupyter] bypass the pretty-rendering of some specific graphics-related classes
Matplotlib "Artists", for example, manage their own rendering in a Jupyter notebook, and we should not try to render them too.
|
2022-06-28 15:22:17 +01:00 |
dependabot[bot]
|
2c667d7d3e
|
Bump black from 22.3.0 to 22.6.0
Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.6.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.3.0...22.6.0)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-28 13:36:13 +00:00 |
Will McGugan
|
d22c2e9fc1
|
Merge pull request #2268 from lqhuang/fix-redundant-statements
Fix redundant statements
|
2022-06-28 14:35:48 +01:00 |
Will McGugan
|
d4225f37bf
|
Merge pull request #2341 from Textualize/add-highlight-range-support-to-syntax
[syntax] add a `stylize_ranges` method to the Syntax class
|
2022-06-28 14:35:18 +01:00 |
Will McGugan
|
3d8897ace4
|
Merge pull request #2365 from Textualize/render-lines
added cached_cell_len
|
2022-06-28 10:59:16 +01:00 |
Will McGugan
|
d0bf6da62f
|
added cached_cell_len
|
2022-06-28 10:38:26 +01:00 |
Will McGugan
|
762c122c66
|
Merge pull request #2361 from piglei/refine-readme-cn
Enhance README(cn): Add missing sections(tree, status); Improve translations
|
2022-06-28 10:16:29 +01:00 |
Anthony Shaw
|
b1da0019b6
|
Merge branch 'patch-1' of github.com:tonybaloney/rich into patch-1
|
2022-06-28 09:00:53 +10:00 |
Anthony Shaw
|
2e0af2d572
|
Update RST
|
2022-06-28 09:00:44 +10:00 |
Anthony Shaw
|
634d718320
|
Merge branch 'master' into patch-1
|
2022-06-28 08:40:30 +10:00 |
Olivier Philippon
|
6e634705b7
|
[syntax] silently clamp the column index of stylised ranges to the maximum possible value
|
2022-06-24 16:01:29 +01:00 |
Will McGugan
|
64991335a6
|
Merge pull request #2357 from zephyrkul/patch-1
Prepend "async def" to Inspect coroutine functions
|
2022-06-24 15:19:59 +01:00 |
Olivier Philippon
|
b6a4cfab5a
|
[syntax] another round of PR feedback addressing for stylized ranges
|
2022-06-24 10:28:37 +01:00 |
piglei
|
9a864271a6
|
Update README.cn.md: Add REPL section
|
2022-06-24 08:37:59 +08:00 |
piglei
|
50e4ef4375
|
Enhance README(cn): Add missing sections(tree, status etc.); Refine some
translations.
|
2022-06-24 08:04:27 +08:00 |
Darren Burns
|
5b6703a607
|
Add hot cache benchmarks
|
2022-06-22 11:28:07 +01:00 |
Darren Burns
|
7ef74e524b
|
Update ASV instructions, results, and pin setuptools in asv config
|
2022-06-22 10:37:57 +01:00 |
zephyrkul
|
a1a880c832
|
Add test
|
2022-06-21 15:22:00 -06:00 |
zephyrkul
|
1fd15d08cc
|
Update changelog
|
2022-06-21 14:55:19 -06:00 |
zephyrkul
|
442842f1ba
|
Prepend "async def" to Inspect coroutine functions
|
2022-06-21 14:45:44 -06:00 |
Darren Burns
|
53cda57490
|
Merge branch 'master' of github.com:Textualize/rich
|
2022-06-21 15:25:27 +01:00 |
Olivier Philippon
|
8e58adcab0
|
[syntax] address PR feedback for stylized ranges
|
2022-06-21 11:46:43 +01:00 |
Will McGugan
|
8c4032c102
|
Merge pull request #2331 from Textualize/dependabot/pip/mypy-0.961
Bump mypy from 0.950 to 0.961
|
2022-06-21 10:55:51 +01:00 |
Anthony Shaw
|
88c021a5b2
|
Update change notes
|
2022-06-21 15:14:41 +10:00 |
Anthony Shaw
|
91175f1097
|
Add GFM markdown box
|
2022-06-21 14:57:49 +10:00 |
Jean-Francois Thuong
|
4beb3b38da
|
Added missing args in docstring of Progress.reset
* Added missing `visible` and `description` missing in docstring of `Progress.reset`
* Corrected typo in docstring of `add_task`
|
2022-06-21 11:14:39 +08:00 |
Will McGugan
|
274f554129
|
Merge pull request #2352 from Textualize/cache-tweak
changelog
|
2022-06-20 12:04:06 +01:00 |
Will McGugan
|
fc4af2752a
|
Merge pull request #2332 from AntonyMilneQB/master
Allow Jupyter to vary width/height using COLUMNS/LINES
|
2022-06-20 11:50:02 +01:00 |
Will McGugan
|
f40de7b70c
|
changelog
|
2022-06-20 11:24:00 +01:00 |
Will McGugan
|
d4e55f7629
|
imports
|
2022-06-20 11:19:45 +01:00 |
Olivier Philippon
|
0b3379f528
|
[syntax] better API and performance for stylized ranges
|
2022-06-17 16:31:26 +01:00 |
Will McGugan
|
9aeb79f831
|
Merge pull request #2349 from Textualize/dependabot/pip/sphinx-5.0.2
Bump sphinx from 4.5.0 to 5.0.2
|
2022-06-17 11:42:37 +01:00 |