wolph / python-progressbar

Progressbar 2 - A progress bar for Python 2 and Python 3 - "pip install progressbar2"
http://progressbar-2.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
860 stars 102 forks source link

Replace the moving average algorithm #280

Closed wolph closed 10 months ago

wolph commented 1 year ago

Description

The current moving average algorithm is really jumpy in certain cases and needs to be replaced