Releases: tqdm/tqdm
Releases · tqdm/tqdm
tqdm v4.67.1 stable
tqdm v4.67.0 stable
contrib.discord
: replacedisco-py
withrequests
(#1536)
tqdm v4.66.6 stable
tqdm v4.66.5 stable
- support
ncols
auto-detection on FreeBSD (#1602 <- casperdcl/git-fame#98) - fix Python 3.13 CLI (#1594 <- #1585)
- fix Python 3.13 tests (#1595 <- python/cpython#117536 (comment))
- misc framework updates (#1602)
- add official Python 3.12 support
- bump deps (NiklasRosenstein/pydoc-markdown#329, tikitu/jsmin#44)
tqdm v4.66.4 stable
tqdm v4.66.3 stable
cli
:eval
safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p)
tqdm v4.66.2 stable
pandas
: addDataFrame.progress_map
(#1549)notebook
: fix HTML padding (#1506)keras
: fix resuming training whenverbose>=2
(#1508)- fix
format_num
negative fractions missing leading zero (#1548) - fix Python 3.12
DeprecationWarning
onimport
(#1519) - linting: use f-strings (#1549)
- update tests (#1549)
- fix
pandas
warnings - fix
asv
(airspeed-velocity/asv#1323) - fix macos
notebook
docstring indentation
- fix
- CI: bump actions (#1549)
tqdm v4.66.1 stable
tqdm v4.66.0 stable
- 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
- e.g. in CI jobs,
- 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
- exclude
examples
from distributed wheel (#1492)