Fixed * `ProgIter` now correctly checks if it needs to displays a message on every iteration. * fixed uninitialized `_cursor_at_newline ` variable in `ProgIter`.
Changed * `ProgIter.step` now respects update freq, and will not update the estimates if too few iterations have passed.
* Added ubelt updates
0.1.3
* Undocumented
0.1.2
Fixed * Setting `total=0` now correctly shows progress as `0/0`
0.1.0
Changed * Add CircleCI tests * Reorganized runtime versus test dependencies * Reduced import time * Cleanup some docs
0.0.3
Added * Can now inform ProgIter of chunksize to get Hz in items per second instead of chunks per second.