Skip to content

Releases: tqdm/tqdm

tqdm v4.19.4 stable

15 Oct 15:43
2c93447
Compare
Choose a tag to compare
  • fix Lock:NotImplementedError on certain systems (#466 -> #468)
  • use recursive locks (#469 -> #468)
    • fix deadlocks
  • tidy (#448)
  • flush() on moveto() (#398 -> #399, #420, #467)
  • update tests and benchmarks

tqdm v4.19.2 stable

08 Oct 23:50
63b1cfc
Compare
Choose a tag to compare
  • flush() on refresh() (#459 from #317)
  • status printer updates (#331)
    • use sp() in refresh()
    • remove redundant clear():nomove=False
  • misc minor documentation updates
  • unit tests

tqdm v4.19.1 stable

03 Oct 19:24
a8e586f
Compare
Choose a tag to compare
  • rate_(no)inv(_fmt) (#72, b228bc3)
  • __repr__() tidy (#389)
  • fix write() before initialisation AttributeError: _lock (#457)
  • man pages
  • documentation updates

tqdm v4.18.0 beta

30 Sep 22:12
e32428c
Compare
Choose a tag to compare

Related to:

  • Misc bugs (#334)
  • concurrent.futures (#97)
  • Multi-tqdm (#143)
  • flush() and refresh() (#331)
  • Newline on refresh() (#361)
  • Nested trees (#384)
  • Manually positioned nested bars clearing (#385)

tqdm v4.17.1 stable

26 Sep 10:48
1707285
Compare
Choose a tag to compare
  • initialise n even when disabled (#438)
  • better unicode detection (#437)
  • __repr__() bugfix (#441)

tqdm v4.17.0 stable

20 Sep 21:36
a6ce743
Compare
Choose a tag to compare
  • easier redirect of stdout (#426 -> #431)
    • cls.external_write_mode() @contextmanager
  • refresh=True for set_description/update(_str) (#317 -> #377)

tqdm v4.16.0 stable

20 Sep 21:28
4b23fc2
Compare
Choose a tag to compare
  • more formatting control (#347 -> #362)
    • set_postfix_str(), set_description_str()
    • move ": " to bar_format
    • complements #266, #270
  • better CLI support (e.g. hyphenated paths) (#421 #423 -> #424)
  • more unit tests (#411)
    • upgrade to pypy2/3-5.8.0
    • add py37-dev
  • doc updates

tqdm v4.15.0 stable

29 Jul 19:13
45caa70
Compare
Choose a tag to compare

tqdm v4.14.0 stable

29 Jul 18:55
7a8f39e
Compare
Choose a tag to compare
  • add unit_divisor #354 -> #356
  • update examples

tqdm v4.13.0 stable

29 May 01:12
01f9aa1
Compare
Choose a tag to compare