Skip to content

Releases: tqdm/tqdm

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)

tqdm v4.65.1 stable

08 Aug 10:04
a6c9a21
Compare
Choose a tag to compare
  • 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

tqdm v4.65.0 stable

03 Mar 21:28
0bb9185
Compare
Choose a tag to compare
  • add Python 3.11 and drop Python 3.6 support (#1439, #1419, #502 <- #720, #620)
  • misc code & docs tidy
  • fix & update CI workflows & tests

tqdm v4.64.1 stable

03 Sep 18:04
6791e8c
Compare
Choose a tag to compare

tqdm v4.64.0 stable

04 Apr 17:56
4f208e7
Compare
Choose a tag to compare
  • add contrib.slack (#1313)

tqdm v4.63.2 stable

04 Apr 01:22
87d253f
Compare
Choose a tag to compare
  • rich: expose options kwargs (#1282)
  • autonotebook: re-enable VSCode (#1309)
  • misc docs typos (#1301, #1299)
  • update dev dependencies (#1311)