tqdm v4.54.1 stable
drop py3.4 (no longer tested)
misc CI updates
update snap build & deploy method
bot releases
tqdm v4.54.0 stable
get rid of get_new
minor CI framework optimisations
tqdm v4.53.0 stable
provide get_new() helper for mixed subclasses in nested mode
fix nested asyncio
document async break hazard
add tests
drop py2.6/3.2/3.3 and distutils (no longer tested)
drop py2.6
drop distutils in favour of setuptools/setup.cfg
CI framework overhaul
drop appveyor (Windows already tested by GHA)
skip devel PRs
automate linting comments on failure
use setuptools_scm
fix & update tests
fix & upgrade snap build
update CONTRIBUTING docs
tqdm v4.52.0 stable
allow delaying display() to a different notebook cell
add notebook argument display=True (use display=False with display(tqdm_object.container))
add keras.TqdmCallback support for initialiser arguments (use display=False with tqdm_callback_object.display())
add documentation
add CI on windows
enable CI on OSX
migrate CI Travis => GHA
add tests for MacOS & Windows
add tests for py3.9
update documentation
minify docker build
update tests
misc tidy
tqdm v4.51.0 stable
add {eta} datetime bar_format argument
e.g. bar_format='{l_bar}{bar}| {n_fmt}/{total_fmt} [{rate_fmt} ETA:{eta:%y-%m-%d %H:%M}{postfix}]'
fix py3 CLI --update & --update_to
replace nosetests with pytest
add & update tests
tqdm v4.50.1 stable
fix multiprocessing lock creation leak
fixes 617 which introduced this bug (v4.29.0, released 2019-01-06, undiagnosed until now) where multiple threads could concurrently create and append process locks to a global list, then try to release them without first acquiring 👿
major test overhaul: fix, update, and speed up
misc CI framework updates
code linting
minor documentation tidy
tqdm v4.50.0 stable
add bar colour option
for notebook as well as std/CLI
plain text as well as hex (e.g. 'green' or '#00ff00')
notebook improvements
split bar description into separate widget
improve reset() (handle width and colour)
fix exceptions when file is closed
add & update tests
minor documentation updates
move and configure issue/pr templates
tqdm v4.49.0 stable
CLI: add --tee
CLI: add --update and --update_to
CLI: add --null
CLI: accept - instead of _ in options (e.g. --update-to)
make update() return True on display to ease efficient use of custom callbacks
fix py>=3 CLI --delim encoding error
fix py>=3.5 version detection in tqdm.auto
fix final ETA when using initial
update documentation
add & update custom callback examples
improve help formatting of boolean CLI options
add & update tests
tqdm v4.47.0 stable
add contrib.discord (similar to contrib.telegram)
add contrib.bells to auto-enable all extras
add contrib.utils_worker for common slow tasks (e.g. web I/O)
fix lazy large memory usage & discard unsent messages (unprocessed tasks)
fix slow notebook imports
fix gui TypeError on unknown len()
misc documentation/error message updates
more succinct ImportError on missing ipywidgets
fix broken/deprecated link
add inline usage for contrib.discord and contrib.telegram
misc framework updates
add official py3.8 support
fix snap builds
tqdm v4.45.0 stable
propagate and close() on exceptions
fix nested clear()
rework nested close()
reduces screen flicker/blank space at the cost of ordering
update all documentation & demos
add and update tests
dev framework: add pre-commit helper
tqdm v4.44.1 stable
fix _utils ImportError => DeprecationWarning
tqdm v4.44.0 stable
add automatic nrows and expose for manual override
expose and warn about small chunksize in tqdm.contrib.concurrent.process_map
fix py2 file stream comparison
deprecate utils._environ_cols_wrapper
add and update tests
add documentation
tqdm v4.38.0 stable
support lock_args for e.g. non-blocking intermediate writes
use self.refresh() in more places
add and update performance tests
support args for TqdmDefaultWriteLock.acquire()
fix colorama on win
framework updates
CI cleanup
move to stages (check/test/deploy)
auto deploy notes
deploy only on parent repo
separate docker deploy
update documentation sync/generation
update examples
update documentation
add and update tests
misc tidy and linting
tqdm v4.37.0 stable
potential future pandas fix
better unicode widechar support
fix example/tqdm_wget unknown total
add stacklevel=2 to warnings
misc framework updates
snapcraft version fix
update issue/pr templates
update unit tests
misc documentation updates
update parallel (multiprocessing, ThreadPoolExecutor) example
add slides, video images
add CII Best Practices badge
add repology badge
update badge icons
tqdm v4.34.0 stable
add leave=None convenience option for leave = position == 0
ensure nested completed bars respect leave=True
ensure nested bars are cleared before being moved up
support both and = syntax for CLI options
misc documentation updates
fix/update tests
update GitHub docker package deployment
v4.31.1:
fix file.encoding==None
add tests
tidy code, update authors and tests
add setup.py test to CI
v4.31.0:
Write bytes to stdout/stderr in py2
Add write_bytes parameter for py2/3 default override
support custom bar characters vias ascii parameter
implement, document and test custom bar spinners
support custom bar_format with unknown total
fix TypeError when unit_scale and unknown total
document format_dict
expose elapsed_s, remaining_s to bar_format
add unit option to bar_format
auto README.rst generation framework
add notes in CONTRIBUTING.md
update tests
update documentation
misc code tidy