tqdm v4.48.1 Release Notes

Release Date: 2020-08-03 // over 3 years ago
    • ๐Ÿ›  fix ANSI escape codes breaking tqdm.write (#692, #777)
    • ๐Ÿ›  fix long-lived strongref (#1007, https://bugs.python.org/issue39093)
    • ๐Ÿ›  fix cli --version crash on missing git/refs/heads (#635)
    • ๐Ÿ›  fix contrib.tenumerate ignoring total (#1017)
    • ๐Ÿ›  fix potential deep => shallow kwargs copy issues
    • ๐Ÿ‘Œ improve notebook display for unknown total (#1015)
    • ๐Ÿ‘‰ make asyncio inherit from std rather than auto
    • ๐Ÿ‘‰ make auto multi-inherit from autonotebook, asyncio on Python3.5+
    • ๐Ÿ“š misc documentation & examples updates
      • mention docker-compose requirements (#771)
    • ๐Ÿ‘• misc linting & tidy
    • โšก๏ธ misc minor testing framework updates