Sourced from indicatif's releases.
0.17.5
Another smaller release. Fixes a regression from 0.17.4 and should drastically improve ETA and speed estimation thanks to great work by
@afontenotin https://github.com/facebook/flipper/issues/539.
- Switch Estimator to use an exponential weighting (https://github.com/facebook/flipper/issues/539, thanks to
@afontenot)- Fix subtract with overflow when measuring terminal line length (https://github.com/facebook/flipper/issues/547, thanks to
@foresterre)- Add builder-like
with_finishmethod toProgressBarIter(https://github.com/facebook/flipper/issues/548, thanks to@matthewhchan)On behalf of
@chris-laplanteand@djc, thanks to all contributors!
4ffc40e bump version to 0.17.5011c998 Switch Estimator to use an double exponential time-based weighting2845b7f Refactor estimator's prev tuple into separate elements36d11e8 refactor estimator to use steps/sec instead of secs/stepf88ec3b Fix subtract with overflow when measuring terminal line lengthbd320a1 Add builder-like with_finish method to ProgressBarIter. (https://github.com/facebook/flipper/issues/548)a81fd6c tests: suppress clippy redundant clone check in test code