Tags: cloud-oak/ProgressBars.jl
Tags
## ProgressBars v1.5.1 [Diff since v1.5.0](v1.5.0...v1.5.1) **Closed issues:** - Ability to use just total and update without passing an iterable (#45) - While multithreading, progress bar does not complete to 100% (#53) **Merged pull requests:** - fix "KeyError: key 9 not founds" (#55) (@denglerchr)
## ProgressBars v1.4.0 [Diff since v1.3.0](v1.3.0...v1.4.0) Now prints to stderr instead of stdout to be in line with other libraries (Contributed by @InnovativeInventor, see PR #47) **Closed issues:** - `unit_scale` argument (#43) **Merged pull requests:** - Default to printing progress bar to sterr, rather than stdout. (#47) (@InnovativeInventor)
## ProgressBars v1.1.0 [Diff since v1.0.0](v1.0.0...v1.1.0) - Support custom units - Flip speed display to s/it for slow iterations **Closed issues:** - Show s/it instead of it/s when each iteration takes a while? (#36) **Merged pull requests:** - add s/it instead of just it/s (#37) (@rjrosati) - Enable custom units (#40) (@khdlr)
## ProgressBars v0.8.0 [Diff since v0.7.1](v0.7.1...v0.8.0) Version 0.8 **Closed issues:** - Add Automated Testing for Versions > 1.3 (#18) - KeyError: key 9 not found (#25) - Fails when # of iteration is 1 (#26) **Merged pull requests:** - Fix single element (#28) (@khdlr) - Lock Mutexes for threaded for initialization (#29) (@khdlr)
PreviousNext