forked from olivierverdier/python-progressbar
-
Notifications
You must be signed in to change notification settings - Fork 7
/
ChangeLog.yaml
66 lines (50 loc) · 1.84 KB
/
ChangeLog.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
2011-05-15:
- Removed parse errors for Python2.4 (no, people *should not* be using it
but it is only 3 years old and it does not have that many differences)
- split up progressbar.py into logical units while maintaining backwards
compatability
- Removed MANIFEST.in because it is no longer needed and it was causing
distribute to show warnings
2011-05-14:
- Changes to directory structure so pip can install from Google Code
- Python 3.x related fixes (all examples work on Python 3.1.3)
- Added counters, timers, and action bars for iterators with unknown length
2010-08-29:
- Refactored some code and made it possible to use a ProgressBar as
an iterator (actually as an iterator that is a proxy to another iterator).
This simplifies showing a progress bar in a number of cases.
2010-08-15:
- Did some minor changes to make it compatible with python 3.
2009-05-31:
- Included check for calling start before update.
2009-03-21:
- Improved FileTransferSpeed widget, which now supports an unit parameter,
defaulting to 'B' for bytes. It will also show B/s, MB/s, etc instead of
B/s, M/s, etc.
2009-02-24:
- Updated licensing.
- Moved examples to separated file.
- Improved _need_update() method, which is now as fast as it can be. IOW,
no wasted cycles when an update is not needed.
2008-12-22:
- Added SimpleProgress widget contributed by Sando Tosi
<matrixhasu at gmail.com>.
2006-05-07:
- Fixed bug with terminal width in Windows.
- Released version 2.2.
2005-12-04:
- Autodetection of terminal width.
- Added start method.
- Released version 2.1.
2005-12-04:
- Everything is a widget now!
- Released version 2.0.
2005-12-03:
- Rewrite using widgets.
- Released version 1.0.
2005-06-02:
- Rewrite.
- Released version 0.5.
2004-06-15:
- First version.
- Released version 0.1.