-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
184 lines (92 loc) · 3.04 KB
/
CHANGELOG
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
2013-04-01 Damon McDougall
* Fix accidentally borked HDF5->numpy array
2013-01-08 Damon McDougall
* Add missing required dependency tests
2013-01-08 Damon McDougall
* Bump version number
2013-01-08 Damon McDougall
* Add test that simulates missing optional dep
2013-01-08 Damon McDougall
* Use error codes for failure tests
2013-01-08 Damon McDougall
* Update README.md to latest mpl-graph interface
2013-01-08 Damon McDougall
* Add failure tets to obtain 97% code coverage
2013-01-08 Damon McDougall
* Add HDF5 file test
2013-01-08 Damon McDougall
* Add tests to obtain 81% code coverage
2013-01-08 Damon McDougall
* Fix bug in parsing plot size
2013-01-07 Damon McDougall
* Add tests to obtains 50% code coverage
2013-01-07 Damon McDougall
* Fix bug in line-mode option handling
2013-01-06 Damon McDougall
* Add .gitignore file
2013-01-06 Damon McDougall
* Adding test suite
2013-01-06 Damon McDougall
* Make mpl-graph import-friendly
2013-01-06 Damon McDougall
* Add some section headings to README.md
2013-01-06 Damon McDougall
* Update CHANGELOG with some lost commits
2013-01-06 Damon McDougall
* Updated README.md for HDF5 file support
2013-01-06 Damon McDougall
* Update README.md to include man page install info
2013-01-06 Damon McDougall
* Add man page file. Remove bad spaces in CHANGELOG
2013-01-04 Damon McDougall
* Add support for HDF5 files
2013-01-04 Damon McDougall
* Add CHANGELOG file
2013-01-03 Damon McDougall
* Add log axes capability
2012-12-31 Damon McDougall
* Make option checking more robust
2012-11-30 Damon McDougall
* Support automatic generation of abscissa
2012-10-22 Damon McDougall
* Add filetype validation
2012-10-22 Damon McDougall
* Add input file validation
2012-10-22 Damon McDougall
* Fix auto tick placement when not user-specified
2012-10-20 Damon McDougall
* Update readme with new options
2012-10-20 Damon McDougall
* Add --title-font-size
2012-10-20 Damon McDougall
* Add --top-label option to set axes title
2012-10-20 Damon McDougall
* Add --color option to set line color
2012-10-20 Damon McDougall
* Add --tick-size option for setting tick length
2012-10-20 Damon McDougall
* Add --font-size option to set tick and label size
2012-10-20 Damon McDougall
* Add --line-mode for cycling line-styles
2012-10-20 Damon McDougall
* Add --grid option to turn on plot grid
2012-10-20 Damon McDougall
* Add --toggle-no-ticks option
2012-10-20 Damon McDougall
* Add --line-width option
2012-10-20 Damon McDougall
* Remove separate parse_fig_params function
2012-10-20 Damon McDougall
* Add --tight option for tight layout
2012-10-20 Damon McDougall
* Move arg parsing before mpl imports. It is faster
2012-10-20 Damon McDougall
* Put usage string and version numbers in variables
2012-10-20 Damon McDougall
* Add dependency list to readme
2012-10-20 Damon McDougall
* Update readme to include usage information
2012-10-20 Damon McDougall
* Add readme
2012-10-19 Damon McDougall
* Initial commit