Tqdm Versions Save

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

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)

v4.58.0

3 years ago
  • add start delay in seconds (#836 <- #1069, #704)
  • add tests
  • misc code tidy (#1130)
  • misc documentation updates

v4.57.0

3 years ago
  • add line buffering for DummyTqdmFile (#960)
  • fix & update demo notebook (#1127)
  • fix py3 urllib examples (#1127)
  • suppress deprecated pandas warnings (#824, #1094)
  • misc framework updates
  • misc tests updates
  • misc code tidy

v4.56.2

3 years ago
  • fix attribute errors when disabled (#1126)
    • reset() (#1125)
    • unpause()
  • add tests

v4.56.1

3 years ago
  • fix repr() & format_dict when disabled (#1113 <- #624)
  • rename __repr__() => __str__()
  • minor documentation updates (#1113)
    • fix Binder demo notebook (#1119)
    • remove explicit Dockerfile
    • move some images to external repo
  • add & update tests

v4.56.0

3 years ago
  • add tqdm.tk (#1006)
  • add tqdm.rich
  • minor formatting improvements for tqdm.gui
  • fix display() inheritance/override
  • add tests
  • add documentation

v4.55.2

3 years ago
  • update tests (#1108)
    • make pre-commit pytest quicker
    • switch pre-commit from make to python
    • add and update (auto) formatters & CI (#1108, #1093)
  • update contributing guidelines (#1108)
    • fix formatting
    • test dependencies (#1109)
  • update .gitignore
  • fix (auto & manual) formatting
  • fix minor detected bugs
  • misc build/CI framework upgrades

v4.55.1

3 years ago
  • fix (Rolling|Expanding).progress_apply() on pandas==1.2.0 (#1106)
  • minor documentation updates

v4.55.0

3 years ago
  • fix ASCII notebook export (#937, #1035, #1098)
  • fix notebook gui-mode extra spaces (#433, #479, #550, #935)
  • better ETA for early iterations (#1101)
  • better ETA for wildly varying iteration rates (#1102)
  • update submodule inheritance
    • tqdm.gui
    • tqdm.notebook
    • tqdm.contrib.telegram
    • tqdm.contrib.discord
  • documentation updates
  • misc code optimisations
  • add tests
  • framework updates
    • build
    • CI & test
  • misc code linting/formatting