Changes
- englighten.format_time() is now public
- Formerly undocumented and only available in
enlighten._util
- Formerly undocumented and only available in
elapsed
field for status bars now stops accumulating when the bar is closed (#66)- Add FAQ entry to document limitation of progress bars to terminal height. (#68)
- Reduce instances of subcounters jumping forward and backward (#69)
Housekeeping
- Removed use of
time.time()
andtime.sleep()
from tests- Improved speed and stability when running in parallel
- Various updates to CI configuration