Tqdm Versions Save

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

v4.66.4

2 weeks ago
  • rich: fix completion (#1395 <- #1306)
  • minor framework updates & code tidy (#1578)

v4.66.3

2 weeks ago
  • cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p)

v4.66.2

3 months ago
  • 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)

v4.66.1

9 months ago
  • fix utils.envwrap types (#1493 <- #1491, #1320 <- #966, #1319)
    • e.g. cloudwatch & kubernetes workaround: export TQDM_POSITION=-1
  • drop mentions of unsupported Python versions

v4.66.0

9 months ago
  • 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 (https://github.com/cli/cli/issues/6680)

v4.65.2

9 months ago
  • exclude examples from distributed wheel (#1492)

v4.65.1

9 months ago
  • migrate setup.{cfg,py} => pyproject.toml (#1490)
    • fix asv benchmarks
    • update docs
  • fix snap build (#1490)
  • fix & update tests (#1490)
    • fix flaky notebook tests
    • bump pre-commit
    • bump workflow actions

v4.65.0

1 year ago
  • add Python 3.11 and drop Python 3.6 support (#1439, #1419, #502 <- #720, #620)
  • misc code & docs tidy
  • fix & update CI workflows & tests

v4.64.1

1 year ago
  • support ipywidgets>=8 (#1366, #1361 <- #1310, #1359, #1360, #1364)
    • fix jupyter lab display
    • update notebook tests

v4.64.0

2 years ago
  • add contrib.slack (#1313)