Releases: rasbt/pyprind
Releases · rasbt/pyprind
VERSION 2.1.0
Added ETA (estimated time until arrival) tracking by Taylan Aydinli
2.0.1
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. Setstream=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
1.0.4
1.0.3
1.0.2
First Release 1.0.0
backwards import compat. for python 2