- Fixes and issue where newlines appeared everywhere on certain machines.
2.11.2
================
- Fixes issue where new lines are printed upon iterating over a completed progress bar object.
2.11.1
================ - Flushes both `stdout` and `stderr` prior to `ProgressBar` initialization to avoid cluttering environments with previously cached print statements.
2.11.0
================ - Use only 1 line to print the progress bar (instead of the previous too lines)
2.10.0
================ - Fixes an issue with Jupyter Notebook 4.3.1 when the `ETA` got printed on new lines