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