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

Changelog History
Page 1

  • v4.54.1 Changes

    December 05, 2020
    • โฌ‡๏ธ drop py3.4 (no longer tested) (#1091)
    • โšก๏ธ misc CI updates (#1091)
      • update snap build & deploy method
      • bot releases
  • v4.54.0 Changes

    November 27, 2020
    • get rid of get_new (#1085 <- #1084, #509)
    • ๐Ÿ‘ท minor CI framework optimisations
  • v4.53.0 Changes

    November 21, 2020
    • provide get_new() helper for mixed subclasses in nested mode (#509)
    • ๐Ÿ›  fix nested asyncio (#1074)
      • document async break hazard
    • โž• add tests
    • โฌ‡๏ธ drop py2.6/3.2/3.3 and distutils (no longer tested)
    • CI framework overhaul
      • drop appveyor (Windows already tested by GHA)
      • skip devel PRs
      • automate linting comments on failure
    • ๐Ÿ‘‰ use setuptools_scm (#722)
      • fix & update tests
      • fix & upgrade snap build
      • update CONTRIBUTING docs
  • v4.52.0 Changes

    November 16, 2020
    • ๐Ÿ‘ allow delaying display() to a different notebook cell (#1059 <- #909, #954)
      • add notebook argument display=True (use display=False with display(tqdm_object.container))
      • add keras.TqdmCallback support for initialiser arguments (use display=False with tqdm_callback_object.display()) (#1059 <- #1065)
      • add documentation
    • โž• add CI on windows (#507)
    • ๐Ÿ‘ท enable CI on OSX
    • ๐Ÿ‘ท migrate CI Travis => GHA
      • add tests for MacOS & Windows
      • add tests for py3.9 (#1073)
      • update documentation
    • ๐Ÿ— minify docker build
    • โšก๏ธ update tests
    • misc tidy
  • v4.51.0 Changes

    October 25, 2020
    • โž• add {eta} datetime bar_format argument (#1055 <- #1051)
      • e.g. bar_format='{l_bar}{bar}| {n_fmt}/{total_fmt} [{rate_fmt} ETA:{eta:%y-%m-%d %H:%M}{postfix}]'
    • ๐Ÿ›  fix py3 CLI --update & --update_to
    • โœ… replace nosetests with pytest (#1052, #1045)
    • โž• add & update tests
  • v4.50.2 Changes

    October 08, 2020
    • ๐Ÿ›  fixed platform.system() causing fork() warnings (#691)
    • ๐Ÿ›  fixed contrib.concurrent.process_map pickling error with threading.RLock (#920)
    • ๐Ÿ“š updated documentation & examples
    • โšก๏ธ updated CI framework
    • โšก๏ธ updated tests
    • misc code tidy
  • v4.50.1 Changes

    October 07, 2020
    • ๐Ÿ›  fix multiprocessing lock creation leak (#982, #936, #759)
      • fixes #617 which introduced this bug (v4.29.0, released 2019-01-06, undiagnosed until now) where multiple threads could concurrently create and append process locks to a global list, then try to release them without first acquiring ๐Ÿ‘ฟ
    • โšก๏ธ major test overhaul: fix, update, and speed up
    • โšก๏ธ misc CI framework updates
    • ๐Ÿ‘• code linting
    • ๐Ÿ“š minor documentation tidy
  • v4.50.0 Changes

    September 28, 2020
    • โž• add bar colour option (#1040 <- #450)
      • for notebook as well as std/CLI
      • plain text as well as hex (e.g. 'green' or '#00ff00')
    • notebook improvements (#1032 <- #1031)
      • split bar description into separate widget
      • improve reset() (handle width and colour)
    • ๐Ÿ›  fix exceptions when file is closed (#1041, #1036 <- #1033)
    • โž• add & update tests
    • ๐Ÿ“š minor documentation updates
    • ๐Ÿ”ง move and configure issue/pr templates
  • v4.49.0 Changes

    September 12, 2020
    • CLI: add --tee (#1014 <- #1013)
    • โšก๏ธ CLI: add --update and --update_to (#996 <- #975)
    • CLI: add --null (#996)
    • โšก๏ธ CLI: accept - instead of _ in options (e.g. --update-to)
    • โšก๏ธ make update() return True on display to ease efficient use of custom callbacks (#845)
    • ๐Ÿ›  fix py>=3 CLI --delim encoding error
    • ๐Ÿ›  fix py>=3.5 version detection in tqdm.auto (#1029 <- #1028)
    • ๐Ÿ›  fix final ETA when using initial (#1021 <- #689)
    • ๐Ÿ“š update documentation
      • add & update custom callback examples
      • improve help formatting of boolean CLI options
    • โž• add & update tests
  • v4.48.2 Changes

    August 03, 2020
    • ๐Ÿ›  fix notebook formatting