Skip to content

Releases: tqdm/tqdm

tqdm v4.67.1 stable

27 Nov 19:23
0ed5d7f
Compare
Choose a tag to compare
  • fix gui (matplotlib syntax) (#1629)
  • misc test & framework updates
    • bump pytest-asyncio (#1630)
    • fix codecov rate limit
    • fix pybuild
    • sync dependencies

tqdm v4.67.0 stable

06 Nov 16:58
35a6ee9
Compare
Choose a tag to compare
  • contrib.discord: replace disco-py with requests (#1536)

tqdm v4.66.6 stable

28 Oct 12:58
5b84012
Compare
Choose a tag to compare
  • cli: zip-safe --manpath, --comppath (#1627)
  • misc framework updates (#1627)
    • fix pytest DeprecationWarning
    • fix snapcraft build
    • fix nbval DeprecationWarning
    • update & tidy workflows
    • bump pre-commit
    • docs: update URLs

tqdm v4.66.5 stable

03 Aug 22:39
951a2ba
Compare
Choose a tag to compare

tqdm v4.66.4 stable

02 May 23:06
7472295
Compare
Choose a tag to compare
  • rich: fix completion (#1395 <- #1306)
  • minor framework updates & code tidy (#1578)

tqdm v4.66.3 stable

02 May 21:54
4e613f8
Compare
Choose a tag to compare

tqdm v4.66.2 stable

10 Feb 19:02
cc372d0
Compare
Choose a tag to compare
  • pandas: add DataFrame.progress_map (#1549)
  • notebook: fix HTML padding (#1506)
  • keras: fix resuming training when verbose>=2 (#1508)
  • fix format_num negative fractions missing leading zero (#1548)
  • fix Python 3.12 DeprecationWarning on import (#1519)
  • linting: use f-strings (#1549)
  • update tests (#1549)
  • CI: bump actions (#1549)

tqdm v4.66.1 stable

10 Aug 11:59
4c956c2
Compare
Choose a tag to compare
  • fix utils.envwrap types (#1493 <- #1491, #1320 <- #966, #1319)
    • e.g. cloudwatch & kubernetes workaround: export TQDM_POSITION=-1
  • drop mentions of unsupported Python versions

tqdm v4.66.0 stable

09 Aug 11:04
d69cc90
Compare
Choose a tag to compare
  • environment variables to override defaults (TQDM_*) (#1491 <- #1061, #950 <- #614, #1318, #619, #612, #370)
    • e.g. in CI jobs, export TQDM_MININTERVAL=5 to avoid log spam
    • add tests & docs for tqdm.utils.envwrap
  • fix & update CLI completion
  • fix & update API docs
  • minor code tidy: replace os.path => pathlib.Path
  • fix docs image hosting
  • release with CI bot account again (cli/cli#6680)

tqdm v4.65.2 stable

08 Aug 23:16
87414bc
Compare
Choose a tag to compare
  • exclude examples from distributed wheel (#1492)