Skip to content

Replace glue.text_progress_bar with tqdm

Leo P. Singer requested to merge leo-singer/python-ligo-lw:tqdm into master

Glue is not being actively maintained. Tqdm is a very popular and lightweight progress bar and is nicer than the one in glue anyway. So many packages use tqdm that the user is likely to already have it on their system.

Merge request reports