Skip to content

tqdm v3.6.0 stable

Compare
Choose a tag to compare
@casperdcl casperdcl released this 31 Dec 19:34
· 1652 commits to master since this release

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