tqdm v4.50.0 Release Notes

Release Date: 2020-09-28 // over 3 years ago
    • โž• add bar colour option (#1040 <- #450)
      • for notebook as well as std/CLI
      • plain text as well as hex (e.g. 'green' or '#00ff00')
    • notebook improvements (#1032 <- #1031)
      • split bar description into separate widget
      • improve reset() (handle width and colour)
    • ๐Ÿ›  fix exceptions when file is closed (#1041, #1036 <- #1033)
    • โž• add & update tests
    • ๐Ÿ“š minor documentation updates
    • ๐Ÿ”ง move and configure issue/pr templates