Tqdm

Latest version: v4.67.1

Safety actively analyzes 688917 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 21 of 22

4.2.0

- MPL licence!
- slightly updated logo
- update examples
- `update(0)` allowed
- better VTE support
- ascii fallback when unicode not available

4.0.0

- automate `nested`
- deprecate `nested`
- add manual override control with `position`
- documentation and example updates, coverage and tests
- make `leave==True` by default (was `False`)

3.8.0

Not secure
- update(n<1) raises error
- sanitise and update examples and README
- fix setup.py encoding error
- remove py32 from Travis
- changelog more accessible from README

3.7.1

Not secure
- Added more OS support (FreeBSD, Solaris/SunOS)
- Added Python3.5 support and tests
- Added IronPython2.7 support
- Fix Makefile management for Python3
- Added relative timing for tests
- More stable smoothed ETA
- Refactoring _everything_ into one big `tqdm` class for even more subclassing fun

3.6.0

Added support for "restarting" a progressbar after a long pause without making the iteration rate go haywire. Simply call the `unpause()` method on the `tqdm` instance that is about to be restarted. Can also start `tqdm` skipping a number of steps specified by `initial` (without bias-ing ETA).

3.5.0

- Fully customisable output format using the `bar_format` keyword argument.
- Valid strings: bar, n, n_fmt, total, total_fmt, percentage, rate, rate_fmt, elapsed, remaining, l_bar, r_bar, desc
- Example: `bar_format='{desc}{bar}{rate:03.3d}'`
- Default: '{l_bar}{bar}{r_bar}', where l_bar is '{desc}{percentage:3.0f}%|' and r_bar is '| {n_fmt}/{total_fmt} [{elapsed_str}<{remaining_str}, {rate_fmt}]'.
- Solaris, FreeBSD support mentioned
- Link redirects circumvented

Page 21 of 22

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.