Skip to content

Releases: cloud-oak/ProgressBars.jl

v1.5.1

23 Aug 14:59
36f382f
Compare
Choose a tag to compare

ProgressBars v1.5.1

Diff since v1.5.0

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:

v1.5.0

20 Mar 13:55
Compare
Choose a tag to compare
  • FEATURE: Ability to use just total and update without passing an iterable
  • FIX: Multi-threaded progress bars now finish correctly
  • FIX: Multiline postfix now correctly works together with ANSI escape codes (e.g. for colorful output)

v1.4.1

10 Mar 14:30
4392f2b
Compare
Choose a tag to compare

ProgressBars v1.4.1

Diff since v1.4.0

Fixed ProgressBars for 32 bit systems

Closed issues:

  • ProgressBars.jl prints to stdout (tqdm et al. print to stderr) (#46)

v1.4.0

12 Aug 13:15
9b06366
Compare
Choose a tag to compare

ProgressBars v1.4.0

Diff since v1.3.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:

v1.3.0

17 Jun 09:22
d994f48
Compare
Choose a tag to compare

ProgressBars v1.3.0

Diff since v1.2.0

Add unit scaling and improve unit handling in general.

v1.2.0

17 May 08:09
e1c8080
Compare
Choose a tag to compare

ProgressBars v1.2.0

Diff since v1.1.0

New package version (v1.2.0)

Closed issues:

  • Enable customization of units (#39)
  • Customize update period (#41)

Merged pull requests:

v1.1.0

19 Apr 15:17
a2609b3
Compare
Choose a tag to compare

ProgressBars v1.1.0

Diff since v1.0.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:

v1.0.0

25 Feb 16:22
fcd0053
Compare
Choose a tag to compare

Added in this Release:

  • Control Progress Bar persistence by specifying leave=true or leave=false
  • Multi-line postfix (see the README), courtesy of @MilesCranmer
  • Dynamic resizing, also by @MilesCranmer
  • Well-defined printing behaviour by calling println(progressbar, message)

v0.8.0

17 Dec 20:11
fb0f944
Compare
Choose a tag to compare

ProgressBars v0.8.0

Diff since v0.7.1

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

25 Mar 18:04
2b22490
Compare
Choose a tag to compare

ProgressBars v0.7.1

Diff since v0.7.0