tqdm v4.50.1 Release Notes

Release Date: 2020-10-07 // over 3 years ago
    • ๐Ÿ›  fix multiprocessing lock creation leak (#982, #936, #759)
      • 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