Skip to content

Releases: tqdm/tqdm

tqdm v4.7.4 stable

04 Jun 14:16
Compare
Choose a tag to compare
  • pandas.DataFrame.apply support
  • tqdm_notebook.write()
  • tqdm_gui.write()
  • misc notebook fixes
  • delay notebook imports (>80% reduction in import time when unused)
  • optional colorama only on windows
  • documentation tidy
  • more & faster tests

tqdm v4.7.0 stable

15 May 20:00
Compare
Choose a tag to compare
  • CLI custom delimiter support
  • More robust CLI argument parsing
    • either one or two - preceding kwargs (eg -ascii or --ascii)
    • no positional args (so no need to quote multi-word -desc for example)
    • bool kwargs with implicit value=True still supported
    • optional = sign after kwargs
  • tests
  • doc updates, badges
    • pyversions, doi, licence, github

tqdm v4.6.2 stable

15 May 17:05
Compare
Choose a tag to compare
  • Fix warnings due to IPython/Jupyter widget

tqdm v4.6.1 stable

15 May 13:39
Compare
Choose a tag to compare
  • add IPython/Jupyter support
  • fix {bar} length breaking display when using custom bar_format
  • add a no inversion rate formatting for bar_format (i.e., always show it/s and never s/it)

tqdm v4.5.0 stable

25 Apr 21:09
Compare
Choose a tag to compare
  • print messages within (nested) loops using tqdm.write(...)

tqdm v4.4.3 stable

24 Apr 19:54
Compare
Choose a tag to compare
  • remove docopt dependency for CLI
  • re-added update(0) ability to trigger refresh
  • minor fixes
    • re-added (OSI approved) licence to source
    • dev versioning auto-fallback
  • slight speed optimisation
  • tests
  • documentation

tqdm v4.4.1 stable

22 Apr 14:43
Compare
Choose a tag to compare
  • Module execution in CLI pipes!
    • tqdm executable
    • documentation
    • tests
  • MSYS aded to supported envs
  • better VTE support
  • dev versioning
  • tests

tqdm v4.2.0 stable

22 Apr 14:38
Compare
Choose a tag to compare
  • MPL licence!
  • slightly updated logo
  • update examples
  • update(0) allowed
  • better VTE support
    • ascii fallback when unicode not available

tqdm v4.0.0 stable

04 Feb 21:38
Compare
Choose a tag to compare
  • automate nested
    • deprecate nested
    • add manual override control with position
  • documentation and example updates, coverage and tests
  • make leave==True by default (was False)

tqdm v3.8.0 stable

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