forked from kakwa/py-ascii-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
84 lines (49 loc) · 1.99 KB
/
CHANGES
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
* 1.5.1
* Fix remove unecessary import to six
* 1.5.0
* Add possibility to change the titlebar character (thanks to Denis Khoshaba)
* 1.4.3
* Fix loading of license and long description (it was systematically fallbacking to default values with python2.7)
* 1.4.2
* Fix setup.py to handle encoding properly, and fallback to safe values in errors (license and long description)
* 1.4.1
* Fix length computation with string containing ANSI control characters
* 1.4.0
* Add --force-max-value (-x) option to command line tool to set max value. (Thanks to GerritRV)
* Add handling for negative values
* 1.3.0
* Add force_max_value optional parameter (permits to force a given scale) (Thanks to Yuly Tenorio)
* 1.2.0
* Add float formatting (float_format parameter in constructor, -F switch in CLI) (thanks to interrogator)
* 1.1.4
* Fix DivisionByZero in case all values are 0
* 1.1.3
* Fix typo in long option name for human readable mode in cli tool
* Improve --help to be more consistent in cli tool
* 1.1.2
* Fix bad format/empty dataset in asciigraph command line tool
* 1.1.1
* Fix auto-threshold calculation in asciigraph command line tool
* 1.1.0
* Add human readable flag (power of 1000 or 1024)
* Fix multi values display alignment
* 1.0.1
* Add testing on python 3.4
* Improve source code readability
* Improve documentation
* 1.0.0
* Add coloring capabilities (mono and multi color) (big thanks to David Whiteside)
* Add some functions and constants to help color data
* Add possibility to change the symbol used for the graph bar
* Improve unit tests
* Improve documentation
* Remove sort capabilities
* 0.2.1
* Improve documentation
* 0.2.0
* Add a sort capability
* Add unit tests
* Add a command line utility (asciigraph)
* Fix number of encoding issues
* 0.1.0
* Initial packaging, initial documentation and overall cleaning (big thanks to James Pearson (xiongchiamiov))