All Versions
35
Latest Version
Avg Release Cycle
16 days
Latest Release
1274 days ago

Changelog History
Page 4

  • v4.36.0 Changes

    September 17, 2019
    • ๐Ÿ”ฆ expose more custom format params
    • potential thread safety fix (#548)
    • โšก๏ธ update submodule architecture (#198 -> #800)
      • backward-compatibility
      • expose utils
      • rename main -> cli
      • add/fix tests
      • fix minor cached var optimisation
      • gui partial upgrade (#790)
      • notebook upgrade (#790)
      • support {bar} in bar_format (#594)
      • inherit methods including set_*(refresh) (#740 -> #741)
      • ready for contrib releases (#252)
    • ๐Ÿ‘Œ support custom bar_format with unknown total
    • ๐Ÿ›  fix tqdm_notebook red block on explicit file=None (#791)
    • โšก๏ธ update notebook to fully support custom bar_format (#594, #649)
    • misc tidy
      • warnings
      • linting
      • update submodule contribution guide (#252)
      • parallel (py)make test
      • fix Zenodo metadata
    • ๐Ÿ“š update documentation
      • pandas, notebook, gui (#245)
      • indentation
      • update multiprocessing and multithreading examples (#796)
  • v4.35.0 Changes

    August 24, 2019
    • โž• add {bar} format specifier (#623 -> #799)
      • [width][type]
    • โž• add tests and documentation
    • ๐ŸŽ update performance tests
  • v4.34.0 Changes

    August 18, 2019
    • โž• add leave=None convenience option for leave = position == 0
    • ensure nested completed bars respect leave=True (#230)
    • ๐Ÿšš ensure nested bars are cleared before being moved up (#795)
    • ๐Ÿ‘Œ support both and = syntax for CLI options (#761 -> #774)
    • ๐Ÿ“š misc documentation updates (#778, #782)
    • ๐Ÿ›  fix/update tests
    • ๐Ÿš€ update GitHub docker package deployment
  • v4.33.0 Changes

    August 08, 2019
    • ๐Ÿ›  fix pandas==0.25 API change (#780)
    • โž• add contributor badges (sourcerer)
    • ๐Ÿ›  fix py26 travis CI
    • ๐Ÿ“‡ metadata fixes
      • .zenodo.json
      • CODEOWNERS
    • ๐Ÿš€ GitHub package registry docker deployment
    • ๐Ÿ‘• minor linting
    • ๐Ÿ“š documentation updates (#773)
  • v4.32.2 Changes

    June 18, 2019
    • ๐Ÿ›  fix 'Set changed size during iteration' (#481 -> #700, #754)
    • โž• add tqdm.autonotebook check for $VSCODE_PID (#747 -> #751)
    • ๐Ÿ›  fix missing multiprocessing in Jython (#698)
    • ๐Ÿ‘‰ make bool(tqdm(iter)) consistent with bool(iter) (#353 -> #694)
    • โž• add and update unit tests
    • โž• add and update documentation & framework
      • update notable contributors list
      • update usage docstrings (#714, #715)
      • add funding
      • add awesome-python badge
      • trove classifier update
      • update demo notebook badges
      • add JOSS DOI
      • add Zenodo metadata
      • move unnecessary root clutter