quarchpy 2.1.25__py2.py3-none-any.whl → 2.1.27__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- quarchpy/__pycache__/_version.cpython-311.pyc +0 -0
- quarchpy/_version.py +1 -1
- quarchpy/_version.py.bak +1 -0
- quarchpy/connection_specific/QPS/qps.jar +0 -0
- quarchpy/connection_specific/__pycache__/mDNS.cpython-311.pyc +0 -0
- quarchpy/connection_specific/mDNS.py +20 -5
- quarchpy/connection_specific/mDNS.py.bak +141 -0
- quarchpy/debug/SystemTest.py +2 -6
- quarchpy/debug/SystemTest.py.bak +200 -0
- quarchpy/debug/__pycache__/SystemTest.cpython-311.pyc +0 -0
- quarchpy/docs/CHANGES.rst +9 -0
- quarchpy/docs/_build/doctrees/CHANGES.doctree +0 -0
- quarchpy/docs/_build/doctrees/environment.pickle +0 -0
- quarchpy/docs/_build/doctrees/source/changelog.doctree +0 -0
- quarchpy/docs/_build/html/CHANGES.html +136 -123
- quarchpy/docs/_build/html/_sources/CHANGES.rst.txt +9 -0
- quarchpy/docs/_build/html/index.html +64 -62
- quarchpy/docs/_build/html/searchindex.js +1 -1
- quarchpy/docs/_build/html/source/changelog.html +200 -185
- {quarchpy-2.1.25.dist-info → quarchpy-2.1.27.dist-info}/METADATA +11 -2
- {quarchpy-2.1.25.dist-info → quarchpy-2.1.27.dist-info}/RECORD +23 -26
- {quarchpy-2.1.25.dist-info → quarchpy-2.1.27.dist-info}/WHEEL +1 -1
- quarchpy/__pycache__/run.cpython-311.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_Telnet.cpython-311.pyc +0 -0
- quarchpy/debug/__pycache__/module_debug.cpython-311.pyc +0 -0
- quarchpy/debug/__pycache__/simple_terminal.cpython-311.pyc +0 -0
- quarchpy/debug/__pycache__/upgrade_quarchpy.cpython-311.pyc +0 -0
- quarchpy/fio/__pycache__/fioDiskFinder.cpython-311.pyc +0 -0
- {quarchpy-2.1.25.dist-info → quarchpy-2.1.27.dist-info}/top_level.txt +0 -0
@@ -41,151 +41,164 @@
|
|
41
41
|
<h2>Change Log<a class="headerlink" href="#change-log" title="Link to this heading">¶</a></h2>
|
42
42
|
</section>
|
43
43
|
<section id="id1">
|
44
|
-
<h2>2.1.
|
44
|
+
<h2>2.1.27<a class="headerlink" href="#id1" title="Link to this heading">¶</a></h2>
|
45
|
+
<ul class="simple">
|
46
|
+
<li><p>new QPS 1.41 same QIS 1.43</p></li>
|
47
|
+
<li><p>mDNS scanning improvelemts</p></li>
|
48
|
+
</ul>
|
49
|
+
</section>
|
50
|
+
<section id="id2">
|
51
|
+
<h2>2.1.26<a class="headerlink" href="#id2" title="Link to this heading">¶</a></h2>
|
52
|
+
<ul class="simple">
|
53
|
+
<li><p>minor bugfix</p></li>
|
54
|
+
</ul>
|
55
|
+
</section>
|
56
|
+
<section id="id3">
|
57
|
+
<h2>2.1.25<a class="headerlink" href="#id3" title="Link to this heading">¶</a></h2>
|
45
58
|
<ul class="simple">
|
46
59
|
<li><p>New QPS 1.40 and Qis 1.43</p></li>
|
47
60
|
<li><p>mdns scanning added to quarchpy</p></li>
|
48
61
|
</ul>
|
49
62
|
</section>
|
50
|
-
<section id="
|
51
|
-
<h2>2.1.24<a class="headerlink" href="#
|
63
|
+
<section id="id4">
|
64
|
+
<h2>2.1.24<a class="headerlink" href="#id4" title="Link to this heading">¶</a></h2>
|
52
65
|
<ul class="simple">
|
53
66
|
<li><p>Yanked</p></li>
|
54
67
|
</ul>
|
55
68
|
</section>
|
56
|
-
<section id="
|
57
|
-
<h2>2.1.23<a class="headerlink" href="#
|
69
|
+
<section id="id5">
|
70
|
+
<h2>2.1.23<a class="headerlink" href="#id5" title="Link to this heading">¶</a></h2>
|
58
71
|
<ul class="simple">
|
59
72
|
<li><p>QIS and QPS devices and interfaces can use sendCommand to send comannds to the modules and to the applications uniformly</p></li>
|
60
73
|
<li><p>Tidy up of print statments and comments.</p></li>
|
61
74
|
</ul>
|
62
75
|
</section>
|
63
|
-
<section id="
|
64
|
-
<h2>2.1.22<a class="headerlink" href="#
|
76
|
+
<section id="id6">
|
77
|
+
<h2>2.1.22<a class="headerlink" href="#id6" title="Link to this heading">¶</a></h2>
|
65
78
|
<ul class="simple">
|
66
79
|
<li><p>QIS and QPS patch containing mDNS removal</p></li>
|
67
80
|
</ul>
|
68
81
|
</section>
|
69
|
-
<section id="
|
70
|
-
<h2>2.1.21<a class="headerlink" href="#
|
82
|
+
<section id="id7">
|
83
|
+
<h2>2.1.21<a class="headerlink" href="#id7" title="Link to this heading">¶</a></h2>
|
71
84
|
<ul class="simple">
|
72
85
|
<li><p>New QPS v1.38 and QIS 1.41</p></li>
|
73
86
|
<li><p>Minor bug fixes</p></li>
|
74
87
|
</ul>
|
75
88
|
</section>
|
76
|
-
<section id="
|
77
|
-
<h2>2.1.20<a class="headerlink" href="#
|
89
|
+
<section id="id8">
|
90
|
+
<h2>2.1.20<a class="headerlink" href="#id8" title="Link to this heading">¶</a></h2>
|
78
91
|
<ul class="simple">
|
79
92
|
<li><p>Improved direct IP scanning for quarch modules</p></li>
|
80
93
|
<li><p>New QPS v1.37 and QIS v1.40</p></li>
|
81
94
|
</ul>
|
82
95
|
</section>
|
83
|
-
<section id="
|
84
|
-
<h2>2.1.19<a class="headerlink" href="#
|
96
|
+
<section id="id9">
|
97
|
+
<h2>2.1.19<a class="headerlink" href="#id9" title="Link to this heading">¶</a></h2>
|
85
98
|
<ul class="simple">
|
86
99
|
<li><p>Imporoved QIS streaming</p></li>
|
87
100
|
<li><p>Bug fixes</p></li>
|
88
101
|
<li><p>Added zeroconf, numpy and pandas as requirements</p></li>
|
89
102
|
</ul>
|
90
103
|
</section>
|
91
|
-
<section id="
|
92
|
-
<h2>2.1.18<a class="headerlink" href="#
|
104
|
+
<section id="id10">
|
105
|
+
<h2>2.1.18<a class="headerlink" href="#id10" title="Link to this heading">¶</a></h2>
|
93
106
|
<ul class="simple">
|
94
107
|
<li><p>Minor bug fix</p></li>
|
95
108
|
</ul>
|
96
109
|
</section>
|
97
|
-
<section id="
|
98
|
-
<h2>2.1.17<a class="headerlink" href="#
|
110
|
+
<section id="id11">
|
111
|
+
<h2>2.1.17<a class="headerlink" href="#id11" title="Link to this heading">¶</a></h2>
|
99
112
|
<ul class="simple">
|
100
113
|
<li><p>Improved QIS QPS launching on Linux sytems</p></li>
|
101
114
|
<li><p>System debug for linux systems</p></li>
|
102
115
|
</ul>
|
103
116
|
</section>
|
104
|
-
<section id="
|
105
|
-
<h2>2.1.16<a class="headerlink" href="#
|
117
|
+
<section id="id12">
|
118
|
+
<h2>2.1.16<a class="headerlink" href="#id12" title="Link to this heading">¶</a></h2>
|
106
119
|
<ul class="simple">
|
107
120
|
<li><p>FIO mb/s parsing</p></li>
|
108
121
|
<li><p>Improved QIS QPS launching</p></li>
|
109
122
|
</ul>
|
110
123
|
</section>
|
111
|
-
<section id="
|
112
|
-
<h2>2.1.15<a class="headerlink" href="#
|
124
|
+
<section id="id13">
|
125
|
+
<h2>2.1.15<a class="headerlink" href="#id13" title="Link to this heading">¶</a></h2>
|
113
126
|
<ul class="simple">
|
114
127
|
<li><p>minor bug fix</p></li>
|
115
128
|
</ul>
|
116
129
|
</section>
|
117
|
-
<section id="
|
118
|
-
<h2>2.1.14<a class="headerlink" href="#
|
130
|
+
<section id="id14">
|
131
|
+
<h2>2.1.14<a class="headerlink" href="#id14" title="Link to this heading">¶</a></h2>
|
119
132
|
<ul class="simple">
|
120
133
|
<li><p>minor bug fixes and logging improvements</p></li>
|
121
134
|
</ul>
|
122
135
|
</section>
|
123
|
-
<section id="
|
124
|
-
<h2>2.1.13<a class="headerlink" href="#
|
136
|
+
<section id="id15">
|
137
|
+
<h2>2.1.13<a class="headerlink" href="#id15" title="Link to this heading">¶</a></h2>
|
125
138
|
<ul class="simple">
|
126
139
|
<li><p>New QPS v1.36</p></li>
|
127
140
|
<li><p>New QIS v1.39</p></li>
|
128
141
|
<li><p>minor bug fixes and logging improvements</p></li>
|
129
142
|
</ul>
|
130
143
|
</section>
|
131
|
-
<section id="
|
132
|
-
<h2>2.1.12<a class="headerlink" href="#
|
144
|
+
<section id="id16">
|
145
|
+
<h2>2.1.12<a class="headerlink" href="#id16" title="Link to this heading">¶</a></h2>
|
133
146
|
<ul class="simple">
|
134
147
|
<li><p>New QPS v1.35</p></li>
|
135
148
|
<li><p>New QIS v1.38</p></li>
|
136
149
|
<li><p>minor bug fixes and removal of depracated code</p></li>
|
137
150
|
</ul>
|
138
151
|
</section>
|
139
|
-
<section id="
|
140
|
-
<h2>2.1.11<a class="headerlink" href="#
|
152
|
+
<section id="id17">
|
153
|
+
<h2>2.1.11<a class="headerlink" href="#id17" title="Link to this heading">¶</a></h2>
|
141
154
|
<ul class="simple">
|
142
155
|
<li><p>New QPS v1.32</p></li>
|
143
156
|
<li><p>New QIS v1.37</p></li>
|
144
157
|
<li><p>quarchpy.run module_debug added for checking state of module and DUT</p></li>
|
145
158
|
</ul>
|
146
159
|
</section>
|
147
|
-
<section id="
|
148
|
-
<h2>2.1.10<a class="headerlink" href="#
|
160
|
+
<section id="id18">
|
161
|
+
<h2>2.1.10<a class="headerlink" href="#id18" title="Link to this heading">¶</a></h2>
|
149
162
|
<ul class="simple">
|
150
163
|
<li><p>New QPS v1.29</p></li>
|
151
164
|
<li><p>New QIS v1.33</p></li>
|
152
165
|
</ul>
|
153
166
|
</section>
|
154
|
-
<section id="
|
155
|
-
<h2>2.1.8<a class="headerlink" href="#
|
167
|
+
<section id="id19">
|
168
|
+
<h2>2.1.8<a class="headerlink" href="#id19" title="Link to this heading">¶</a></h2>
|
156
169
|
<ul class="simple">
|
157
170
|
<li><p>New QPS v1.28</p></li>
|
158
171
|
</ul>
|
159
172
|
</section>
|
160
|
-
<section id="
|
161
|
-
<h2>2.1.7<a class="headerlink" href="#
|
173
|
+
<section id="id20">
|
174
|
+
<h2>2.1.7<a class="headerlink" href="#id20" title="Link to this heading">¶</a></h2>
|
162
175
|
<ul class="simple">
|
163
176
|
<li><p>New QPS v1.27</p></li>
|
164
177
|
<li><p>New QIS v1.32</p></li>
|
165
178
|
</ul>
|
166
179
|
</section>
|
167
|
-
<section id="
|
168
|
-
<h2>2.1.6<a class="headerlink" href="#
|
180
|
+
<section id="id21">
|
181
|
+
<h2>2.1.6<a class="headerlink" href="#id21" title="Link to this heading">¶</a></h2>
|
169
182
|
<ul class="simple">
|
170
183
|
<li><p>New QPS v1.26</p></li>
|
171
184
|
<li><p>New QIS v1.31</p></li>
|
172
185
|
</ul>
|
173
186
|
</section>
|
174
|
-
<section id="
|
175
|
-
<h2>2.1.5<a class="headerlink" href="#
|
187
|
+
<section id="id22">
|
188
|
+
<h2>2.1.5<a class="headerlink" href="#id22" title="Link to this heading">¶</a></h2>
|
176
189
|
<ul class="simple">
|
177
190
|
<li><p>New QPS v1.24</p></li>
|
178
191
|
</ul>
|
179
192
|
</section>
|
180
|
-
<section id="
|
181
|
-
<h2>2.1.4<a class="headerlink" href="#
|
193
|
+
<section id="id23">
|
194
|
+
<h2>2.1.4<a class="headerlink" href="#id23" title="Link to this heading">¶</a></h2>
|
182
195
|
<ul class="simple">
|
183
196
|
<li><p>New QPS v1.23</p></li>
|
184
197
|
<li><p>New QIS v1.29</p></li>
|
185
198
|
</ul>
|
186
199
|
</section>
|
187
|
-
<section id="
|
188
|
-
<h2>2.1.3<a class="headerlink" href="#
|
200
|
+
<section id="id24">
|
201
|
+
<h2>2.1.3<a class="headerlink" href="#id24" title="Link to this heading">¶</a></h2>
|
189
202
|
<ul class="simple">
|
190
203
|
<li><p>New QPS v1.22</p></li>
|
191
204
|
<li><p>modules on the network can now be connected to using conType:QTLNumber eg. TCP:QTL1999-02-001</p></li>
|
@@ -194,15 +207,15 @@
|
|
194
207
|
<li><p>display table formats multiline items and handles empty cells</p></li>
|
195
208
|
</ul>
|
196
209
|
</section>
|
197
|
-
<section id="
|
198
|
-
<h2>2.1.2<a class="headerlink" href="#
|
210
|
+
<section id="id25">
|
211
|
+
<h2>2.1.2<a class="headerlink" href="#id25" title="Link to this heading">¶</a></h2>
|
199
212
|
<ul class="simple">
|
200
213
|
<li><p>QPS v1.20</p></li>
|
201
214
|
<li><p>QIS v1.19</p></li>
|
202
215
|
</ul>
|
203
216
|
</section>
|
204
|
-
<section id="
|
205
|
-
<h2>2.1.1<a class="headerlink" href="#
|
217
|
+
<section id="id26">
|
218
|
+
<h2>2.1.1<a class="headerlink" href="#id26" title="Link to this heading">¶</a></h2>
|
206
219
|
<ul class="simple">
|
207
220
|
<li><p>Seperation of QIS module scan and QIS select device</p></li>
|
208
221
|
<li><p>Added getQuarchDevice which is a wrapper around quarchDevice that allows connections to sub-devices in array controllers over all connection types</p></li>
|
@@ -210,28 +223,28 @@
|
|
210
223
|
<li><p>Seperated the SystenTest (debug_info) into seperate parts with flags to allow the user to skip certain parts. This allows the test to be run without user interaction of selecting a module.</p></li>
|
211
224
|
</ul>
|
212
225
|
</section>
|
213
|
-
<section id="
|
214
|
-
<h2>2.1.0<a class="headerlink" href="#
|
226
|
+
<section id="id27">
|
227
|
+
<h2>2.1.0<a class="headerlink" href="#id27" title="Link to this heading">¶</a></h2>
|
215
228
|
<ul class="simple">
|
216
229
|
<li><p>logging improvements</p></li>
|
217
230
|
<li><p>usb locked devices fix for CentOS, Ubuntu, and Fedora</p></li>
|
218
231
|
</ul>
|
219
232
|
</section>
|
220
|
-
<section id="
|
221
|
-
<h2>2.0.22<a class="headerlink" href="#
|
233
|
+
<section id="id28">
|
234
|
+
<h2>2.0.22<a class="headerlink" href="#id28" title="Link to this heading">¶</a></h2>
|
222
235
|
<ul class="simple">
|
223
236
|
<li><p>Calibration and QCS removed from quarchpy and are not in their own packages</p></li>
|
224
237
|
<li><p>New command “python -m quarchpy.run debug -usbfix” sets USB rules to fix quarch modules appearing as locked devices on Linux OS</p></li>
|
225
238
|
</ul>
|
226
239
|
</section>
|
227
|
-
<section id="
|
228
|
-
<h2>2.0.21<a class="headerlink" href="#
|
240
|
+
<section id="id29">
|
241
|
+
<h2>2.0.21<a class="headerlink" href="#id29" title="Link to this heading">¶</a></h2>
|
229
242
|
<ul class="simple">
|
230
243
|
<li><p>new QIS v1.23</p></li>
|
231
244
|
</ul>
|
232
245
|
</section>
|
233
|
-
<section id="
|
234
|
-
<h2>2.0.20<a class="headerlink" href="#
|
246
|
+
<section id="id30">
|
247
|
+
<h2>2.0.20<a class="headerlink" href="#id30" title="Link to this heading">¶</a></h2>
|
235
248
|
<ul class="simple">
|
236
249
|
<li><p>New modules added to calibration, wiring prompt added, logging improvements</p></li>
|
237
250
|
<li><p>Fixes for PAM streaming using QIS</p></li>
|
@@ -242,8 +255,8 @@
|
|
242
255
|
<li><p>“quarchpy.run list_drives” command added</p></li>
|
243
256
|
</ul>
|
244
257
|
</section>
|
245
|
-
<section id="
|
246
|
-
<h2>2.0.19<a class="headerlink" href="#
|
258
|
+
<section id="id31">
|
259
|
+
<h2>2.0.19<a class="headerlink" href="#id31" title="Link to this heading">¶</a></h2>
|
247
260
|
<ul class="simple">
|
248
261
|
<li><p>QPS v1.17</p></li>
|
249
262
|
<li><p>Quarchpy run terminal runs the simple python terminal to talk to modules</p></li>
|
@@ -255,8 +268,8 @@
|
|
255
268
|
<li><p>Minor bug fixes</p></li>
|
256
269
|
</ul>
|
257
270
|
</section>
|
258
|
-
<section id="
|
259
|
-
<h2>2.0.18<a class="headerlink" href="#
|
271
|
+
<section id="id32">
|
272
|
+
<h2>2.0.18<a class="headerlink" href="#id32" title="Link to this heading">¶</a></h2>
|
260
273
|
<ul class="simple">
|
261
274
|
<li><p>QPS 1.13</p></li>
|
262
275
|
<li><p>Iomenter drive location bugfix</p></li>
|
@@ -266,14 +279,14 @@
|
|
266
279
|
<li><p>Updated communication to TLS</p></li>
|
267
280
|
</ul>
|
268
281
|
</section>
|
269
|
-
<section id="
|
270
|
-
<h2>2.0.16<a class="headerlink" href="#
|
282
|
+
<section id="id33">
|
283
|
+
<h2>2.0.16<a class="headerlink" href="#id33" title="Link to this heading">¶</a></h2>
|
271
284
|
<ul class="simple">
|
272
285
|
<li><p>QPS 1.11</p></li>
|
273
286
|
</ul>
|
274
287
|
</section>
|
275
|
-
<section id="
|
276
|
-
<h2>2.0.15<a class="headerlink" href="#
|
288
|
+
<section id="id34">
|
289
|
+
<h2>2.0.15<a class="headerlink" href="#id34" title="Link to this heading">¶</a></h2>
|
277
290
|
<ul class="simple">
|
278
291
|
<li><p>QIS v1.19.03 and QPS 1.10.12</p></li>
|
279
292
|
<li><p>Updated debug info test</p></li>
|
@@ -281,22 +294,22 @@
|
|
281
294
|
<li><p>Calibration updates</p></li>
|
282
295
|
</ul>
|
283
296
|
</section>
|
284
|
-
<section id="
|
285
|
-
<h2>2.0.14<a class="headerlink" href="#
|
297
|
+
<section id="id35">
|
298
|
+
<h2>2.0.14<a class="headerlink" href="#id35" title="Link to this heading">¶</a></h2>
|
286
299
|
<ul class="simple">
|
287
300
|
<li><p>QPS annotations through quarchpy improvements</p></li>
|
288
301
|
</ul>
|
289
302
|
</section>
|
290
|
-
<section id="
|
291
|
-
<h2>2.0.13<a class="headerlink" href="#
|
303
|
+
<section id="id36">
|
304
|
+
<h2>2.0.13<a class="headerlink" href="#id36" title="Link to this heading">¶</a></h2>
|
292
305
|
<ul class="simple">
|
293
306
|
<li><p>Python2 bug fixes</p></li>
|
294
307
|
<li><p>UI tidy up</p></li>
|
295
308
|
<li><p>New custom annotations and comments QPS API</p></li>
|
296
309
|
</ul>
|
297
310
|
</section>
|
298
|
-
<section id="
|
299
|
-
<h2>2.0.12<a class="headerlink" href="#
|
311
|
+
<section id="id37">
|
312
|
+
<h2>2.0.12<a class="headerlink" href="#id37" title="Link to this heading">¶</a></h2>
|
300
313
|
<ul class="simple">
|
301
314
|
<li><p>Fixed issue with array module scan over UDP outside of subnet</p></li>
|
302
315
|
<li><p>Bug fix for HD connection via USB in linux</p></li>
|
@@ -309,8 +322,8 @@
|
|
309
322
|
<li><p>Calibration wait for specific module uptime and report file updates</p></li>
|
310
323
|
</ul>
|
311
324
|
</section>
|
312
|
-
<section id="
|
313
|
-
<h2>2.0.11<a class="headerlink" href="#
|
325
|
+
<section id="id38">
|
326
|
+
<h2>2.0.11<a class="headerlink" href="#id38" title="Link to this heading">¶</a></h2>
|
314
327
|
<ul class="simple">
|
315
328
|
<li><p>Improved list selection for devices</p></li>
|
316
329
|
<li><p>Fixed bug when scanning for devices within an Array</p></li>
|
@@ -318,8 +331,8 @@
|
|
318
331
|
<li><p>Clean up of calibration switchbox code and user logging</p></li>
|
319
332
|
</ul>
|
320
333
|
</section>
|
321
|
-
<section id="
|
322
|
-
<h2>2.0.10<a class="headerlink" href="#
|
334
|
+
<section id="id39">
|
335
|
+
<h2>2.0.10<a class="headerlink" href="#id39" title="Link to this heading">¶</a></h2>
|
323
336
|
<ul class="simple">
|
324
337
|
<li><p>QCS server logging cleaned up</p></li>
|
325
338
|
<li><p>Additional platform tests added to debug_info test</p></li>
|
@@ -331,24 +344,24 @@
|
|
331
344
|
<li><p>QCS improvements to linux drive enumeration tests</p></li>
|
332
345
|
</ul>
|
333
346
|
</section>
|
334
|
-
<section id="
|
335
|
-
<h2>2.0.9<a class="headerlink" href="#
|
347
|
+
<section id="id40">
|
348
|
+
<h2>2.0.9<a class="headerlink" href="#id40" title="Link to this heading">¶</a></h2>
|
336
349
|
<ul class="simple">
|
337
350
|
<li><p>Significant QCS additions including power testing</p></li>
|
338
351
|
<li><p>Added remote switchbox to calibration utility</p></li>
|
339
352
|
<li><p>Various minor bug fixes and improvements to calibration utility</p></li>
|
340
353
|
</ul>
|
341
354
|
</section>
|
342
|
-
<section id="
|
343
|
-
<h2>2.0.8<a class="headerlink" href="#
|
355
|
+
<section id="id41">
|
356
|
+
<h2>2.0.8<a class="headerlink" href="#id41" title="Link to this heading">¶</a></h2>
|
344
357
|
<ul class="simple">
|
345
358
|
<li><p>Added readme.md for PyPi description</p></li>
|
346
359
|
<li><p>Fixed bug in QIS when checking if QIS is running</p></li>
|
347
360
|
<li><p>Various minor additions for QCS</p></li>
|
348
361
|
</ul>
|
349
362
|
</section>
|
350
|
-
<section id="
|
351
|
-
<h2>2.0.7<a class="headerlink" href="#
|
363
|
+
<section id="id42">
|
364
|
+
<h2>2.0.7<a class="headerlink" href="#id42" title="Link to this heading">¶</a></h2>
|
352
365
|
<ul class="simple">
|
353
366
|
<li><p>Changes since 2.0.2</p></li>
|
354
367
|
<li><p>Minor bug fixes</p></li>
|
@@ -360,8 +373,8 @@
|
|
360
373
|
<li><p>UI changes, input validation, smart port select</p></li>
|
361
374
|
</ul>
|
362
375
|
</section>
|
363
|
-
<section id="
|
364
|
-
<h2>2.0.2<a class="headerlink" href="#
|
376
|
+
<section id="id43">
|
377
|
+
<h2>2.0.2<a class="headerlink" href="#id43" title="Link to this heading">¶</a></h2>
|
365
378
|
<ul class="simple">
|
366
379
|
<li><p>UI Package added</p></li>
|
367
380
|
<li><p>Connection over TCP for python added</p></li>
|
@@ -369,8 +382,8 @@
|
|
369
382
|
<li><p>Drive test core added</p></li>
|
370
383
|
</ul>
|
371
384
|
</section>
|
372
|
-
<section id="
|
373
|
-
<h2>2.0.0<a class="headerlink" href="#
|
385
|
+
<section id="id44">
|
386
|
+
<h2>2.0.0<a class="headerlink" href="#id44" title="Link to this heading">¶</a></h2>
|
374
387
|
<ul class="simple">
|
375
388
|
<li><p>Major folder restructure</p></li>
|
376
389
|
<li><p>Added test center support</p></li>
|
@@ -379,8 +392,8 @@
|
|
379
392
|
<li><p>Minor bug fixes</p></li>
|
380
393
|
</ul>
|
381
394
|
</section>
|
382
|
-
<section id="
|
383
|
-
<h2>1.8.0<a class="headerlink" href="#
|
395
|
+
<section id="id45">
|
396
|
+
<h2>1.8.0<a class="headerlink" href="#id45" title="Link to this heading">¶</a></h2>
|
384
397
|
<ul class="simple">
|
385
398
|
<li><p>Tab to white space convert</p></li>
|
386
399
|
<li><p>Updated __init__ file to co-allign with python practices</p></li>
|
@@ -390,60 +403,60 @@
|
|
390
403
|
<li><p>Compatibility with Python 3 and Linux Improved!</p></li>
|
391
404
|
</ul>
|
392
405
|
</section>
|
393
|
-
<section id="
|
394
|
-
<h2>1.7.6<a class="headerlink" href="#
|
406
|
+
<section id="id46">
|
407
|
+
<h2>1.7.6<a class="headerlink" href="#id46" title="Link to this heading">¶</a></h2>
|
395
408
|
<ul class="simple">
|
396
409
|
<li><p>Fixes bug with usb connection</p></li>
|
397
410
|
</ul>
|
398
411
|
</section>
|
399
|
-
<section id="
|
400
|
-
<h2>1.7.5<a class="headerlink" href="#
|
412
|
+
<section id="id47">
|
413
|
+
<h2>1.7.5<a class="headerlink" href="#id47" title="Link to this heading">¶</a></h2>
|
401
414
|
<ul class="simple">
|
402
415
|
<li><p>Fixed USB DLL Compatibility</p></li>
|
403
416
|
<li><p>Fixed potential path issues with Qis and Qps open</p></li>
|
404
417
|
</ul>
|
405
418
|
</section>
|
406
|
-
<section id="
|
407
|
-
<h2>1.7.4<a class="headerlink" href="#
|
419
|
+
<section id="id48">
|
420
|
+
<h2>1.7.4<a class="headerlink" href="#id48" title="Link to this heading">¶</a></h2>
|
408
421
|
<ul class="simple">
|
409
422
|
<li><p>Updated to QPS 1.08</p></li>
|
410
423
|
</ul>
|
411
424
|
</section>
|
412
|
-
<section id="
|
413
|
-
<h2>1.7.3<a class="headerlink" href="#
|
425
|
+
<section id="id49">
|
426
|
+
<h2>1.7.3<a class="headerlink" href="#id49" title="Link to this heading">¶</a></h2>
|
414
427
|
<ul class="simple">
|
415
428
|
<li><p>Additional Bug Fixes</p></li>
|
416
429
|
</ul>
|
417
430
|
</section>
|
418
|
-
<section id="
|
419
|
-
<h2>1.7.2<a class="headerlink" href="#
|
431
|
+
<section id="id50">
|
432
|
+
<h2>1.7.2<a class="headerlink" href="#id50" title="Link to this heading">¶</a></h2>
|
420
433
|
<ul class="simple">
|
421
434
|
<li><p>Bug fixing timings for QIS (LINUX + WINDOWS)</p></li>
|
422
435
|
</ul>
|
423
436
|
</section>
|
424
|
-
<section id="
|
425
|
-
<h2>1.7.1<a class="headerlink" href="#
|
437
|
+
<section id="id51">
|
438
|
+
<h2>1.7.1<a class="headerlink" href="#id51" title="Link to this heading">¶</a></h2>
|
426
439
|
<ul class="simple">
|
427
440
|
<li><p>Updated FIO for use with Linux and to allow arguments without values</p></li>
|
428
441
|
<li><p>Fixes path problem on Linux</p></li>
|
429
442
|
<li><p>Fixes FIO on Linux</p></li>
|
430
443
|
</ul>
|
431
444
|
</section>
|
432
|
-
<section id="
|
433
|
-
<h2>1.7.0<a class="headerlink" href="#
|
445
|
+
<section id="id52">
|
446
|
+
<h2>1.7.0<a class="headerlink" href="#id52" title="Link to this heading">¶</a></h2>
|
434
447
|
<ul class="simple">
|
435
448
|
<li><p>Improved compatability with Windows and Ubuntu</p></li>
|
436
449
|
</ul>
|
437
450
|
</section>
|
438
|
-
<section id="
|
439
|
-
<h2>1.6.1<a class="headerlink" href="#
|
451
|
+
<section id="id53">
|
452
|
+
<h2>1.6.1<a class="headerlink" href="#id53" title="Link to this heading">¶</a></h2>
|
440
453
|
<ul class="simple">
|
441
454
|
<li><p>Updating USB Scan</p></li>
|
442
455
|
<li><p>Adding functionality to specify OS bit architecture (windows)</p></li>
|
443
456
|
</ul>
|
444
457
|
</section>
|
445
|
-
<section id="
|
446
|
-
<h2>1.6.0<a class="headerlink" href="#
|
458
|
+
<section id="id54">
|
459
|
+
<h2>1.6.0<a class="headerlink" href="#id54" title="Link to this heading">¶</a></h2>
|
447
460
|
<ul class="simple">
|
448
461
|
<li><p>custom $scan IP</p></li>
|
449
462
|
<li><p>fixes QIS detection</p></li>
|
@@ -451,34 +464,34 @@
|
|
451
464
|
<li><p>Bug fix - QIS Load</p></li>
|
452
465
|
</ul>
|
453
466
|
</section>
|
454
|
-
<section id="
|
455
|
-
<h2>1.5.4<a class="headerlink" href="#
|
467
|
+
<section id="id55">
|
468
|
+
<h2>1.5.4<a class="headerlink" href="#id55" title="Link to this heading">¶</a></h2>
|
456
469
|
<ul class="simple">
|
457
470
|
<li><p>Updating README and LICENSE</p></li>
|
458
471
|
</ul>
|
459
472
|
</section>
|
460
|
-
<section id="
|
461
|
-
<h2>1.5.2<a class="headerlink" href="#
|
473
|
+
<section id="id56">
|
474
|
+
<h2>1.5.2<a class="headerlink" href="#id56" title="Link to this heading">¶</a></h2>
|
462
475
|
<ul class="simple">
|
463
476
|
<li><p>Bug Fix - Case sensitivity issue with devices</p></li>
|
464
477
|
</ul>
|
465
478
|
</section>
|
466
|
-
<section id="
|
467
|
-
<h2>1.5.1<a class="headerlink" href="#
|
479
|
+
<section id="id57">
|
480
|
+
<h2>1.5.1<a class="headerlink" href="#id57" title="Link to this heading">¶</a></h2>
|
468
481
|
<ul class="simple">
|
469
482
|
<li><p>Additional Bug Fixes</p></li>
|
470
483
|
</ul>
|
471
484
|
</section>
|
472
|
-
<section id="
|
473
|
-
<h2>1.5.0<a class="headerlink" href="#
|
485
|
+
<section id="id58">
|
486
|
+
<h2>1.5.0<a class="headerlink" href="#id58" title="Link to this heading">¶</a></h2>
|
474
487
|
<ul class="simple">
|
475
488
|
<li><p>Integration with FIO</p></li>
|
476
489
|
<li><p>Additional QPS functionality</p></li>
|
477
490
|
<li><p>Added device search timeout</p></li>
|
478
491
|
</ul>
|
479
492
|
</section>
|
480
|
-
<section id="
|
481
|
-
<h2>1.4.1<a class="headerlink" href="#
|
493
|
+
<section id="id59">
|
494
|
+
<h2>1.4.1<a class="headerlink" href="#id59" title="Link to this heading">¶</a></h2>
|
482
495
|
<ul class="simple">
|
483
496
|
<li><p>Fixed the wmi error when importing quarchpy.</p></li>
|
484
497
|
</ul>
|
@@ -490,14 +503,14 @@
|
|
490
503
|
<li><p>Additional fixes for wait times</p></li>
|
491
504
|
</ul>
|
492
505
|
</section>
|
493
|
-
<section id="
|
494
|
-
<h2>1.3.4<a class="headerlink" href="#
|
506
|
+
<section id="id60">
|
507
|
+
<h2>1.3.4<a class="headerlink" href="#id60" title="Link to this heading">¶</a></h2>
|
495
508
|
<ul class="simple">
|
496
509
|
<li><p>Implemented resampling and a better way to launch QIS from the script.</p></li>
|
497
510
|
</ul>
|
498
511
|
</section>
|
499
|
-
<section id="
|
500
|
-
<h2>1.3.3<a class="headerlink" href="#
|
512
|
+
<section id="id61">
|
513
|
+
<h2>1.3.3<a class="headerlink" href="#id61" title="Link to this heading">¶</a></h2>
|
501
514
|
<ul class="simple">
|
502
515
|
<li><p>Implements isQisRunning</p></li>
|
503
516
|
<li><p>Implements qisInterface</p></li>
|
@@ -505,14 +518,14 @@
|
|
505
518
|
<li><p>Fixes a bug in QIS interface listDevices that didn’t allow it to work with Python 3</p></li>
|
506
519
|
</ul>
|
507
520
|
</section>
|
508
|
-
<section id="
|
509
|
-
<h2>1.3.2<a class="headerlink" href="#
|
521
|
+
<section id="id62">
|
522
|
+
<h2>1.3.2<a class="headerlink" href="#id62" title="Link to this heading">¶</a></h2>
|
510
523
|
<ul class="simple">
|
511
524
|
<li><p>Bug Fix running QIS locally</p></li>
|
512
525
|
</ul>
|
513
526
|
</section>
|
514
|
-
<section id="
|
515
|
-
<h2>1.3.1<a class="headerlink" href="#
|
527
|
+
<section id="id63">
|
528
|
+
<h2>1.3.1<a class="headerlink" href="#id63" title="Link to this heading">¶</a></h2>
|
516
529
|
<ul class="simple">
|
517
530
|
<li><p>Implements startLocalQIS</p></li>
|
518
531
|
<li><p>Packs QIS v1.6 - fixes the bugs with QIS >v1.6 and multiple modules</p></li>
|
@@ -520,8 +533,8 @@
|
|
520
533
|
<li><p>Compatible with x6 PPM QIS stream.</p></li>
|
521
534
|
</ul>
|
522
535
|
</section>
|
523
|
-
<section id="
|
524
|
-
<h2>1.2.0<a class="headerlink" href="#
|
536
|
+
<section id="id64">
|
537
|
+
<h2>1.2.0<a class="headerlink" href="#id64" title="Link to this heading">¶</a></h2>
|
525
538
|
<ul class="simple">
|
526
539
|
<li><p>Changes to object model</p></li>
|
527
540
|
</ul>
|