Skip to content

Releases: tqdm/tqdm

tqdm v4.23.2 stable

02 May 16:58
7cfcee6
Compare
Choose a tag to compare
  • minor import syntax fix #496
  • re-fix nested overlaps #477
  • update documentation and examples
  • code tidy and abstraction

tqdm v4.23.1 stable

25 Apr 17:37
21092f5
Compare
Choose a tag to compare
  • fix AttributeErrors (#546)
  • fix py34 CI
  • update documentation

tqdm v4.23.0 stable

15 Apr 20:27
10a7ed1
Compare
Choose a tag to compare
  • Fix disable=True whereiterable has no len() and is not None (#539)
  • Add ncols to specify tqdm_notebook bar width (#276 -> #292)
  • allow custom pandas total (#364 -> #535)
  • Add progress_apply for pandas.(Series|DataFrame).(rolling|expanding) (#530 -> #537)
  • unit tests, pep8 tidy
  • postfix non-dict documentation note

tqdm v4.22.0 stable

11 Apr 23:45
c78d2fa
Compare
Choose a tag to compare
  • allow direct non-string assignment to postfix member (lists, dicts, etc) (#382 -> #534)
  • documentation updates
  • unit tests

tqdm v4.21.0 stable

08 Apr 03:28
d700e19
Compare
Choose a tag to compare
  • fix #532 write() with manual position
    • more robust free position finding
  • add TqdmWarning base class
  • fix GUI __del__()
    • add TqdmExperimentalWarning
  • add, tidy & fix unit tests
  • documentation
    • wiki release notes
    • update contributors
    • fix 7zx example

tqdm v4.20.0 stable

03 Apr 10:58
5d9e820
Compare
Choose a tag to compare
  • pandas wrapper: remove *args and add better total handling (#244, #299, #322, #366 -> #524)
  • document windows unicode know issues (#454)
  • suppress RuntimeError: Set changed size during iteration -> TqdmSynchronisationWarning (#481)

tqdm v4.19.9 stable

27 Mar 18:24
c228616
Compare
Choose a tag to compare
  • fix monitor thread termination and update tests (#527)

tqdm v4.19.8 stable

27 Mar 18:12
d861caa
Compare
Choose a tag to compare
  • fix monitoring thread issues
    • avoid uninitialised instance manipulation (#493)
    • fix thread starting RuntimeError (#522 -> #523)
  • these release notes (#529)

tqdm v4.19.6 stable

27 Feb 00:12
9ba8e65
Compare
Choose a tag to compare
  • CLI improvements
    • --bytes implies --unit B --unit_scale --unit_divisor 1024 (#503)
    • allow hyphens in CLI arguments (#511)
  • synchronisation: fix for sem_open on aarch64 (#513)
  • framework update
    • CI/tests, year 2018, py37, badges, documentation

tqdm v4.19.5 stable

10 Dec 18:59
69ca16d
Compare
Choose a tag to compare
  • multiprocess/lock fixes (#457)
  • set_description in notebook (#345 -> #475)
  • minor tidy (#476)
  • documentation updates