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