Skip to content

Releases: tqdm/tqdm

tqdm v3.7.1 stable

13 Jan 11:23
Compare
Choose a tag to compare
  • 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

tqdm v3.6.0 stable

31 Dec 19:34
Compare
Choose a tag to compare

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).

tqdm v3.5.0 stable

31 Dec 19:31
Compare
Choose a tag to compare
  • 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

tqdm v3.3.0 stable

31 Dec 19:22
Compare
Choose a tag to compare
  • Support added for pandas apply => progress_apply
  • 80-char width when running interactive help()
  • update examples using with syntax

tqdm v3.1.4 stable

28 Nov 13:51
Compare
Choose a tag to compare

Added smoothing and maxinterval features for smooth progress bar and rate for unconstant, variable changes in update times, and abstracted gui to its own class and file.

Also added a performance test to prevent performance regressions.

tqdm v2.2.4 stable

08 Nov 06:40
Compare
Choose a tag to compare

Added the dynamic management of the bar on window resize, plus a better internal testing/build workflow using python setup.py make [alias].

tqdm v2.0.0 stable

11 Oct 20:44
Compare
Choose a tag to compare

First public release of the next generation of tqdm, with lots of new features, more speed, more unit testing, more coverage (100% yeah!), more beer and coffee.

This release can also be downloaded on PyPi here.