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