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