Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add postfixes to tqdm.rich #1510

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add postfixes to tqdm.rich #1510

wants to merge 1 commit into from

Conversation

bvolkmer
Copy link

No description provided.

@JavaZeroo
Copy link

Is there any possibility of being merged?

klamike added a commit to klamike/tqdm that referenced this pull request Jul 14, 2024
- use tqdm.std.format_* instead of rich.filesize for unit number formatting
- support iterators without __len__
- add inverse speed support
- add NoPaddingProgress/Column classes to match tqdm.std style
- add postfix support (tqdm#1510)
- add ascii support
- use only rich lock, no tqdm lock
- add bar_options kwarg to customize BarColumn
- support `colour` kwarg on init
- support simultaneous progress tqdm.rich bars via global cls._progress
- use lazy auto refresh from rich
- support dynamic_ncols
klamike added a commit to klamike/tqdm that referenced this pull request Jul 14, 2024
- use tqdm.std.format_* instead of rich.filesize for unit number formatting
- support iterators without __len__
- add inverse speed support
- add NoPaddingProgress/Column classes to match tqdm.std style
- add postfix support (tqdm#1510)
- add ascii support
- use only rich lock, no tqdm lock
- add bar_options kwarg to customize BarColumn
- support `colour` kwarg on init
- support simultaneous progress tqdm.rich bars via global cls._progress
- use lazy auto refresh from rich
- support dynamic_ncols
@klamike klamike mentioned this pull request Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants