Skip to content

Releases: rasbt/pyprind

Version 2.11.2

31 Jan 20:18
Compare
Choose a tag to compare

Fixes issue where new lines are printed upon iterating over a completed progress bar object.

v2.11.0

30 Apr 22:25
Compare
Choose a tag to compare
  • Use only 1 line to print the progress bar (instead of the previous too lines)

v2.10.0

01 Mar 06:37
Compare
Choose a tag to compare

Release Notes:

  • Fixes an issue with Jupyter Notebook 4.3.1 when the ETA got printed on new lines

v2.9.9

01 Mar 06:36
Compare
Choose a tag to compare

Release Notes:

  • added PyCharm support

v2.9.8

15 May 01:32
Compare
Choose a tag to compare

Release Notes:

  • raise ValueError if monitor is set to True and psutils is not installed
  • requirements.txt for psutil, now supports pip install pyprind -r requirements.txt
  • new update_interval parameter to control the update frequency in seconds
  • new force_flush parameter to print the progress after every iteration

v2.9.5

14 Mar 10:03
Compare
Choose a tag to compare
  • new update_interval parameter to control the update frequency in seconds
  • new force_flush parameter to print the progress after every iteration

v2.9.4

24 Feb 09:31
Compare
Choose a tag to compare
provide upd readme in setup.py

v2.9.2

08 May 18:02
Compare
Choose a tag to compare
v 2.9.2

v2.9.1

22 Jan 18:28
Compare
Choose a tag to compare
documentation overhaul

VERSION 2.3.0

17 Feb 17:24
Compare
Choose a tag to compare

VERSION 2.3.0

  • added native print() support
    prints title and elapsed time of an tracked object after loop completed
  • data member self.end stores elapsed time when loop completed
  • data member self.title saves title of the tracking objects