Skip to content

Releases: rasbt/pyprind

VERSION 2.1.0

13 Feb 18:20
Compare
Choose a tag to compare

Added ETA (estimated time until arrival) tracking by Taylan Aydinli

2.0.1

03 Feb 21:09
Compare
Choose a tag to compare

VERSION 2.0.1

  • fixed packaging of example files

VERSION 2.0.0

  • ProgBar and ProgPerc inherit data members from parent class Prog

  • Added ProgBar and ProgPerc default argument stream=2 to write to stderr by
    default. Set stream=1 to write to stdout.

    my_prbar = pyprind.ProgBar(n, stream=1) # writes to stdout
    my_prbar = pyprind.ProgBar(n, stream=2) # writes to stderr, default

  • Does not redirect data to the standard output or error stream if program is not
    outputting to a terminal

1.1.0

30 Jan 06:57
Compare
Choose a tag to compare

VERSION 1.1.0

  • Added live time tracking to percentage indicator
  • progress bar and percentage indicator complete automatically,
    .finish() was removed

1.0.4

29 Jan 01:56
Compare
Choose a tag to compare

Fixed boundary condition for ProgBar.update() function.
Prints warning if loop iteration exceeds the seed.

1.0.3

27 Jan 21:28
Compare
Choose a tag to compare
more Readme fixes

1.0.2

27 Jan 03:38
Compare
Choose a tag to compare

Minor fixes in the documentation.

First Release 1.0.0

26 Jan 03:40
Compare
Choose a tag to compare
backwards import compat. for python 2