Tqdm Versions Save

:zap: A Fast, Extensible Progress Bar for Python and CLI

v4.63.0

2 years ago
  • add __reversed__()
  • add efficient __contains__()
  • improve CLI startup time (replace pkg_resources => importlib)
  • tqdm.autonotebook warning & std fallback on missing ipywidgets (#1218 <- #1082, #1217)
  • warn on positional CLI arguments
  • misc build/test framework updates
    • enable py3.10 tests
    • add conda dependencies
    • update pre-commit hooks
    • fix pytest config (nbval, asyncio)
    • fix dependencies & tests
    • fix site deployment

v4.62.3

2 years ago
  • fix minor typo (#1246)
  • minor example fix (#1246)
  • misc tidying & refactoring
  • misc build/dev framework updates
    • update dependencies
    • update linters
    • update docs deployment branches
  • misc test/ci updates
    • test forks
    • tidy OS & Python version tests
    • bump primary python version 3.7 => 3.8
    • beta py3.10 testing
    • fix py2.7 tests
    • better timeout handling

v4.62.2

2 years ago
  • fix notebook memory leak (#1216)
  • fix contrib.concurrent with generators (#1233 <- #1231)

v4.62.1

2 years ago
  • contrib.logging: inherit existing handler output stream (#1191)
  • fix PermissionError by using weakref in DisableOnWriteError (#1207)
  • fix contrib.telegram creation rate limit handling (#1223, #1221 <- #1220, #1076)
  • tests: fix py27 keras dependencies (#1222)
  • misc tidy: use relative imports (#1222)
  • minor documentation updates (#1222)

v4.62.0

2 years ago
  • asyncio.gather API consistency with stdlib (#1212)
  • fix shutdown exception (#1209 <- #1198)
  • misc build framework updates (#1209)
  • add GH Sponsors & merch links

v4.61.2

2 years ago
  • install colorama on Windows (#1139, #454)
  • add telegram support for leave=False (#1189)
  • support pandas==1.3.0 (#1199)
  • fix keras potential AttributeError (#1184 <- #1183)
  • fix py3.10 asyncio tests (#1176)
  • flush stdout/err before first render (#1177)
  • misc minor build & test framework updates (#1180)

v4.61.1

2 years ago
  • fix utils._screen_shape_linux() sometimes raising ValueError (#1174)
  • minor build/CI framework updates (#1175)
  • minor documentation updates
    • fix typo (#1178)
    • link to merch! :billed_cap: :shirt:

v4.61.0

2 years ago
  • keras support for initial_epoch (#1150 <- #1138)
  • misc documentation updates
    • update & shorten URLs (#1163)
    • fix typos (#1162)
  • fix & update tests (#1163)
  • minor framework updates (#1163)

v4.60.0

3 years ago
  • add contrib.logging helpers for redirecting to tqdm.write() (#1155 <- #786)
  • support delay in notebook (#1142)
  • fix contrib.tmap, tzip not using tqdm_class (#1148)
  • add notebook tests (#1143)
  • updates & misc minor fixes for documentation

v4.59.0

3 years ago
  • add tqdm.dask.TqdmCallback (#1079, #279 <- #278)
  • add asyncio.gather() (#1136)
  • add basic support for length_hint (#1068)
  • add & update tests
  • misc documentation updates (#1132)
    • update contributing guide
    • update URLs
    • bash completion: add missing --delay
  • misc code tidy
    • add [notebook] extra (#1135)