tqdm v4.51.0 Release Notes

Release Date: 2020-10-25 // over 3 years ago
    • โž• add {eta} datetime bar_format argument (#1055 <- #1051)
      • e.g. bar_format='{l_bar}{bar}| {n_fmt}/{total_fmt} [{rate_fmt} ETA:{eta:%y-%m-%d %H:%M}{postfix}]'
    • ๐Ÿ›  fix py3 CLI --update & --update_to
    • โœ… replace nosetests with pytest (#1052, #1045)
    • โž• add & update tests