Tqdm Versions Save

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

v4.66.2

2 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

8 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

8 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

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

v4.65.1

8 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)

v4.63.2

2 years ago
  • rich: expose options kwargs (#1282)
  • autonotebook: re-enable VSCode (#1309)
  • misc docs typos (#1301, #1299)
  • update dev dependencies (#1311)

v4.63.1

2 years ago
  • fix stderr/stdout missing flush() (#1248 <- #1177)
  • misc speed improvements/optimisations