big_O icon indicating copy to clipboard operation
big_O copied to clipboard

*shankar* addition of tqdm tracking

Open atreyasha opened this issue 5 years ago • 1 comments

Hello! Thank you for this nice package, it is very useful for performing numerical time complexity analysis. I observed that it would be nice for larger test runs to have some progress bar. I added a tqdm implementation in this pull request.

atreyasha avatar May 26 '19 21:05 atreyasha

You should include tqdm in requirements.txt and modify install_requires in setup.py.

ieaves avatar May 21 '20 00:05 ieaves