- fix for logging streams that extend StreamHandler but doesn't allow changing streams (import dill/tensorflow/dask issues)
3.0.0
- units with automatic scaling and configurable precision - automatic scaling for slow throughputs - support for using `stderr` and other files instead of `stdout` - smooth out the rate estimation - more queries into the currently running widgets' data, including monitor, rate, and ETA - new help system on configuration errors - support for reusing logging handlers - seek support for logging `RotatingFileHandler` - fix unknown mode always ending with a warning (!) - improved test branch coverage to 89%
2.4.1
- fix a crash when dual-line and disabled are set
2.4.0
- support dual-line text mode - finalize function parameter in alive_it - improve logging support, detecting customized ones - fix final receipt and truncated bar in jupyter - fix default stats_end, which did not follow stats - fix `bar.text` assignment not working on alive_it
2.3.1
- introduce ctrl_c config param - print the final receipt even when interrupted
2.3.0
- customizable `monitor`, `elapsed`, and `stats` core widgets - new `monitor_end`, `elapsed_end`, and `stats_end` core widgets - better support for CTRL+C, which makes `alive_bar` stop prematurely