Skip to content

Tags: cloud-oak/ProgressBars.jl

Tags

v1.5.1

Toggle v1.5.1's commit message
## 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)

v1.5.0

Toggle v1.5.0's commit message
Version 1.5.0

v1.4.1

Toggle v1.4.1's commit message
## ProgressBars v1.4.1

[Diff since v1.4.0](v1.4.0...v1.4.1)

Fixed ProgressBars for 32 bit systems

**Closed issues:**
- ProgressBars.jl prints to stdout (tqdm et al. print to stderr) (#46)

v1.4.0

Toggle v1.4.0's commit message
## 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)

v1.3.0

Toggle v1.3.0's commit message
## ProgressBars v1.3.0

[Diff since v1.2.0](v1.2.0...v1.3.0)

Add unit scaling and improve unit handling in general.

v1.2.0

Toggle v1.2.0's commit message
## ProgressBars v1.2.0

[Diff since v1.1.0](v1.1.0...v1.2.0)

New package version (v1.2.0)

**Closed issues:**
- Enable customization of units (#39)
- Customize update period (#41)

**Merged pull requests:**
- Custom printing interval (#42) (@khdlr)

v1.1.0

Toggle v1.1.0's commit message
## 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)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
khdlr Konrad Heidler
update tagbot config

v0.8.0

Toggle v0.8.0's commit message
## 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)

v0.7.1

Toggle v0.7.1's commit message
## ProgressBars v0.7.1

[Diff since v0.7.0](v0.7.0...v0.7.1)