tqdm v4.52.0 Release Notes

Release Date: 2020-11-16 // over 3 years ago
    • ๐Ÿ‘ allow delaying display() to a different notebook cell (#1059 <- #909, #954)
      • add notebook argument display=True (use display=False with display(tqdm_object.container))
      • add keras.TqdmCallback support for initialiser arguments (use display=False with tqdm_callback_object.display()) (#1059 <- #1065)
      • add documentation
    • โž• add CI on windows (#507)
    • ๐Ÿ‘ท enable CI on OSX
    • ๐Ÿ‘ท migrate CI Travis => GHA
      • add tests for MacOS & Windows
      • add tests for py3.9 (#1073)
      • update documentation
    • ๐Ÿ— minify docker build
    • โšก๏ธ update tests
    • misc tidy