- fix ANSI escape codes breaking
tqdm.write
(#692, #777) - fix long-lived strongref (#1007, https://bugs.python.org/issue39093)
- fix cli
--version
crash on missinggit/refs/heads
(#635) - fix
contrib.tenumerate
ignoringtotal
(#1017) - fix potential deep => shallow
kwargs
copy issues - improve
notebook
display for unknowntotal
(#1015) - make
asyncio
inherit fromstd
rather thanauto
- make
auto
multi-inherit fromautonotebook
,asyncio
on Python3.5+ - misc documentation & examples updates
- mention
docker-compose
requirements (#771)
- mention
- misc linting & tidy
- misc minor testing framework updates