- add
tqdm.asyncio(#1004, #772, #91 <- #65)- supports async iterables (
async for row in tqdm(iterable)) - supports iterables
- supports
coroutine.send(tqdm(coroutine).send) - add
as_completedwrapper (for f in tqdm.as_completed(fs))
- supports async iterables (
- reduce
contrib.discordlogging verbosity - fix potential
pandas()modifying**kwargsbug - update documentation
- add missing inline docstrings
- update contributing notes
- update readme
- add to
examples/folder- async_coroutines
- coroutine_pipe
- standardise variable naming
- add tests
- add benchmark tests against popular alternative libraries
- test new functionality
- more thorough
miniterstest (#1003)
- misc framework updates
- tidy changelog helper
- add helper bots
- comment-bot
/tag - post-release-bot
- wiki updater
- website updater
- benchmark regressions
- full/thorough test on schedule & release
- quick test on PR
- comment-bot