quarchpy 2.2.15__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 -1485
- 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/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 +4 -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 +163 -157
- quarchpy/docs/_build/html/_sources/CHANGES.rst.txt +4 -0
- quarchpy/docs/_build/html/genindex.html +7 -3
- quarchpy/docs/_build/html/index.html +80 -79
- quarchpy/docs/_build/html/objects.inv +0 -0
- quarchpy/docs/_build/html/searchindex.js +1 -1
- quarchpy/docs/_build/html/source/changelog.html +243 -236
- quarchpy/docs/_build/html/source/quarchpy.connection_specific.html +12 -3
- quarchpy/docs/_build/html/source/quarchpy.device.html +8 -16
- quarchpy/docs/_build/html/source/quarchpy.html +2 -0
- 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.15.dist-info → quarchpy-2.2.16.dist-info}/METADATA +15 -2
- {quarchpy-2.2.15.dist-info → quarchpy-2.2.16.dist-info}/RECORD +85 -85
- {quarchpy-2.2.15.dist-info → quarchpy-2.2.16.dist-info}/WHEEL +1 -1
- {quarchpy-2.2.15.dist-info → quarchpy-2.2.16.dist-info}/top_level.txt +0 -0
|
@@ -43,261 +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>
|
|
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
|
+
<ul class="simple">
|
|
60
|
+
<li><p>New QPS 1.49 and QIS 1.51</p></li>
|
|
61
|
+
</ul>
|
|
62
|
+
</section>
|
|
63
|
+
<section id="id4">
|
|
64
|
+
<h2>2.2.13<a class="headerlink" href="#id4" title="Link to this heading">¶</a></h2>
|
|
59
65
|
<ul class="simple">
|
|
60
66
|
<li><p>New QPS 1.48 and QIS 1.50</p></li>
|
|
61
67
|
<li><p>Lightweight Quarchpy, QPS and QIS now downloaded on first use after install.</p></li>
|
|
62
68
|
<li><p>Minor bug fixes</p></li>
|
|
63
69
|
</ul>
|
|
64
70
|
</section>
|
|
65
|
-
<section id="
|
|
66
|
-
<h2>2.2.12<a class="headerlink" href="#
|
|
71
|
+
<section id="id5">
|
|
72
|
+
<h2>2.2.12<a class="headerlink" href="#id5" title="Link to this heading">¶</a></h2>
|
|
67
73
|
<ul class="simple">
|
|
68
74
|
<li><p>Minor bug fix</p></li>
|
|
69
75
|
</ul>
|
|
70
76
|
</section>
|
|
71
|
-
<section id="
|
|
72
|
-
<h2>2.2.11<a class="headerlink" href="#
|
|
77
|
+
<section id="id6">
|
|
78
|
+
<h2>2.2.11<a class="headerlink" href="#id6" title="Link to this heading">¶</a></h2>
|
|
73
79
|
<ul class="simple">
|
|
74
80
|
<li><p>Minor bug fix</p></li>
|
|
75
81
|
</ul>
|
|
76
82
|
</section>
|
|
77
|
-
<section id="
|
|
78
|
-
<h2>2.2.10<a class="headerlink" href="#
|
|
83
|
+
<section id="id7">
|
|
84
|
+
<h2>2.2.10<a class="headerlink" href="#id7" title="Link to this heading">¶</a></h2>
|
|
79
85
|
<ul class="simple">
|
|
80
86
|
<li><p>Fix for new HDPPM FW discovery over eithernet</p></li>
|
|
81
87
|
<li><p>Minor bug fix</p></li>
|
|
82
88
|
</ul>
|
|
83
89
|
</section>
|
|
84
|
-
<section id="
|
|
85
|
-
<h2>2.2.9<a class="headerlink" href="#
|
|
90
|
+
<section id="id8">
|
|
91
|
+
<h2>2.2.9<a class="headerlink" href="#id8" title="Link to this heading">¶</a></h2>
|
|
86
92
|
<ul class="simple">
|
|
87
93
|
<li><p>New QPS 1.47 and QIS 1.49</p></li>
|
|
88
94
|
</ul>
|
|
89
95
|
</section>
|
|
90
|
-
<section id="
|
|
91
|
-
<h2>2.2.8<a class="headerlink" href="#
|
|
96
|
+
<section id="id9">
|
|
97
|
+
<h2>2.2.8<a class="headerlink" href="#id9" title="Link to this heading">¶</a></h2>
|
|
92
98
|
<ul class="simple">
|
|
93
99
|
<li><p>New QPS 1.46 and QIS 1.48</p></li>
|
|
94
100
|
</ul>
|
|
95
101
|
</section>
|
|
96
|
-
<section id="
|
|
97
|
-
<h2>2.2.7<a class="headerlink" href="#
|
|
102
|
+
<section id="id10">
|
|
103
|
+
<h2>2.2.7<a class="headerlink" href="#id10" title="Link to this heading">¶</a></h2>
|
|
98
104
|
<ul class="simple">
|
|
99
105
|
<li><p>Bug fix for QIS 1.47 missing lib for linux only</p></li>
|
|
100
106
|
</ul>
|
|
101
107
|
</section>
|
|
102
|
-
<section id="
|
|
103
|
-
<h2>2.2.6<a class="headerlink" href="#
|
|
108
|
+
<section id="id11">
|
|
109
|
+
<h2>2.2.6<a class="headerlink" href="#id11" title="Link to this heading">¶</a></h2>
|
|
104
110
|
<ul class="simple">
|
|
105
111
|
<li><p>New QPS 1.45 and QIS 1.47</p></li>
|
|
106
112
|
</ul>
|
|
107
113
|
</section>
|
|
108
|
-
<section id="
|
|
109
|
-
<h2>2.2.5<a class="headerlink" href="#
|
|
114
|
+
<section id="id12">
|
|
115
|
+
<h2>2.2.5<a class="headerlink" href="#id12" title="Link to this heading">¶</a></h2>
|
|
110
116
|
<ul class="simple">
|
|
111
117
|
<li><p>Minor Bug fix and removal of redundant jar</p></li>
|
|
112
118
|
</ul>
|
|
113
119
|
</section>
|
|
114
|
-
<section id="
|
|
115
|
-
<h2>2.2.4<a class="headerlink" href="#
|
|
120
|
+
<section id="id13">
|
|
121
|
+
<h2>2.2.4<a class="headerlink" href="#id13" title="Link to this heading">¶</a></h2>
|
|
116
122
|
<ul class="simple">
|
|
117
123
|
<li><p>Update to Java libraries to run QPS</p></li>
|
|
118
124
|
<li><p>Removal of depracated libs saveing space</p></li>
|
|
119
125
|
</ul>
|
|
120
126
|
</section>
|
|
121
|
-
<section id="
|
|
122
|
-
<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>
|
|
123
129
|
<ul class="simple">
|
|
124
130
|
<li><p>Minor bug fix</p></li>
|
|
125
131
|
</ul>
|
|
126
132
|
</section>
|
|
127
|
-
<section id="
|
|
128
|
-
<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>
|
|
129
135
|
<ul class="simple">
|
|
130
136
|
<li><p>New QPS 1.44 and QIS 1.46</p></li>
|
|
131
137
|
<li><p>Added support for automatic creation of default synthetic channels when connecting to module via QIS</p></li>
|
|
132
138
|
<li><p>Minor bug fixes</p></li>
|
|
133
139
|
</ul>
|
|
134
140
|
</section>
|
|
135
|
-
<section id="
|
|
136
|
-
<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>
|
|
137
143
|
<ul class="simple">
|
|
138
144
|
<li><p>New QPS v1.43 and QIS v1.45 packaged with java 21 with no need for installed java.</p></li>
|
|
139
145
|
<li><p>Minor bug fixes</p></li>
|
|
140
146
|
</ul>
|
|
141
147
|
</section>
|
|
142
|
-
<section id="
|
|
143
|
-
<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>
|
|
144
150
|
<ul class="simple">
|
|
145
151
|
<li><p>New QPS v1.42 and QIS v1.44 packaged with java 21 with no need for installed java.</p></li>
|
|
146
152
|
<li><p>Minor bug fixes</p></li>
|
|
147
153
|
</ul>
|
|
148
154
|
</section>
|
|
149
|
-
<section id="
|
|
150
|
-
<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>
|
|
151
157
|
<ul class="simple">
|
|
152
158
|
<li><p>minor bugfix</p></li>
|
|
153
159
|
</ul>
|
|
154
160
|
</section>
|
|
155
|
-
<section id="
|
|
156
|
-
<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>
|
|
157
163
|
<ul class="simple">
|
|
158
164
|
<li><p>New QPS 1.40 and Qis 1.43</p></li>
|
|
159
165
|
<li><p>mdns scanning added to quarchpy</p></li>
|
|
160
166
|
</ul>
|
|
161
167
|
</section>
|
|
162
|
-
<section id="
|
|
163
|
-
<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>
|
|
164
170
|
<ul class="simple">
|
|
165
171
|
<li><p>Yanked</p></li>
|
|
166
172
|
</ul>
|
|
167
173
|
</section>
|
|
168
|
-
<section id="
|
|
169
|
-
<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>
|
|
170
176
|
<ul class="simple">
|
|
171
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>
|
|
172
178
|
<li><p>Tidy up of print statments and comments.</p></li>
|
|
173
179
|
</ul>
|
|
174
180
|
</section>
|
|
175
|
-
<section id="
|
|
176
|
-
<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>
|
|
177
183
|
<ul class="simple">
|
|
178
184
|
<li><p>QIS and QPS patch containing mDNS removal</p></li>
|
|
179
185
|
</ul>
|
|
180
186
|
</section>
|
|
181
|
-
<section id="
|
|
182
|
-
<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>
|
|
183
189
|
<ul class="simple">
|
|
184
190
|
<li><p>New QPS v1.38 and QIS 1.41</p></li>
|
|
185
191
|
<li><p>Minor bug fixes</p></li>
|
|
186
192
|
</ul>
|
|
187
193
|
</section>
|
|
188
|
-
<section id="
|
|
189
|
-
<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>
|
|
190
196
|
<ul class="simple">
|
|
191
197
|
<li><p>Improved direct IP scanning for quarch modules</p></li>
|
|
192
198
|
<li><p>New QPS v1.37 and QIS v1.40</p></li>
|
|
193
199
|
</ul>
|
|
194
200
|
</section>
|
|
195
|
-
<section id="
|
|
196
|
-
<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>
|
|
197
203
|
<ul class="simple">
|
|
198
204
|
<li><p>Imporoved QIS streaming</p></li>
|
|
199
205
|
<li><p>Bug fixes</p></li>
|
|
200
206
|
<li><p>Added zeroconf, numpy and pandas as requirements</p></li>
|
|
201
207
|
</ul>
|
|
202
208
|
</section>
|
|
203
|
-
<section id="
|
|
204
|
-
<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>
|
|
205
211
|
<ul class="simple">
|
|
206
212
|
<li><p>Minor bug fix</p></li>
|
|
207
213
|
</ul>
|
|
208
214
|
</section>
|
|
209
|
-
<section id="
|
|
210
|
-
<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>
|
|
211
217
|
<ul class="simple">
|
|
212
218
|
<li><p>Improved QIS QPS launching on Linux sytems</p></li>
|
|
213
219
|
<li><p>System debug for linux systems</p></li>
|
|
214
220
|
</ul>
|
|
215
221
|
</section>
|
|
216
|
-
<section id="
|
|
217
|
-
<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>
|
|
218
224
|
<ul class="simple">
|
|
219
225
|
<li><p>FIO mb/s parsing</p></li>
|
|
220
226
|
<li><p>Improved QIS QPS launching</p></li>
|
|
221
227
|
</ul>
|
|
222
228
|
</section>
|
|
223
|
-
<section id="
|
|
224
|
-
<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>
|
|
225
231
|
<ul class="simple">
|
|
226
232
|
<li><p>minor bug fix</p></li>
|
|
227
233
|
</ul>
|
|
228
234
|
</section>
|
|
229
|
-
<section id="
|
|
230
|
-
<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>
|
|
231
237
|
<ul class="simple">
|
|
232
238
|
<li><p>minor bug fixes and logging improvements</p></li>
|
|
233
239
|
</ul>
|
|
234
240
|
</section>
|
|
235
|
-
<section id="
|
|
236
|
-
<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>
|
|
237
243
|
<ul class="simple">
|
|
238
244
|
<li><p>New QPS v1.36</p></li>
|
|
239
245
|
<li><p>New QIS v1.39</p></li>
|
|
240
246
|
<li><p>minor bug fixes and logging improvements</p></li>
|
|
241
247
|
</ul>
|
|
242
248
|
</section>
|
|
243
|
-
<section id="
|
|
244
|
-
<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>
|
|
245
251
|
<ul class="simple">
|
|
246
252
|
<li><p>New QPS v1.35</p></li>
|
|
247
253
|
<li><p>New QIS v1.38</p></li>
|
|
248
254
|
<li><p>minor bug fixes and removal of depracated code</p></li>
|
|
249
255
|
</ul>
|
|
250
256
|
</section>
|
|
251
|
-
<section id="
|
|
252
|
-
<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>
|
|
253
259
|
<ul class="simple">
|
|
254
260
|
<li><p>New QPS v1.32</p></li>
|
|
255
261
|
<li><p>New QIS v1.37</p></li>
|
|
256
262
|
<li><p>quarchpy.run module_debug added for checking state of module and DUT</p></li>
|
|
257
263
|
</ul>
|
|
258
264
|
</section>
|
|
259
|
-
<section id="
|
|
260
|
-
<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>
|
|
261
267
|
<ul class="simple">
|
|
262
268
|
<li><p>New QPS v1.29</p></li>
|
|
263
269
|
<li><p>New QIS v1.33</p></li>
|
|
264
270
|
</ul>
|
|
265
271
|
</section>
|
|
266
|
-
<section id="
|
|
267
|
-
<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>
|
|
268
274
|
<ul class="simple">
|
|
269
275
|
<li><p>New QPS v1.28</p></li>
|
|
270
276
|
</ul>
|
|
271
277
|
</section>
|
|
272
|
-
<section id="
|
|
273
|
-
<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>
|
|
274
280
|
<ul class="simple">
|
|
275
281
|
<li><p>New QPS v1.27</p></li>
|
|
276
282
|
<li><p>New QIS v1.32</p></li>
|
|
277
283
|
</ul>
|
|
278
284
|
</section>
|
|
279
|
-
<section id="
|
|
280
|
-
<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>
|
|
281
287
|
<ul class="simple">
|
|
282
288
|
<li><p>New QPS v1.26</p></li>
|
|
283
289
|
<li><p>New QIS v1.31</p></li>
|
|
284
290
|
</ul>
|
|
285
291
|
</section>
|
|
286
|
-
<section id="
|
|
287
|
-
<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>
|
|
288
294
|
<ul class="simple">
|
|
289
295
|
<li><p>New QPS v1.24</p></li>
|
|
290
296
|
</ul>
|
|
291
297
|
</section>
|
|
292
|
-
<section id="
|
|
293
|
-
<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>
|
|
294
300
|
<ul class="simple">
|
|
295
301
|
<li><p>New QPS v1.23</p></li>
|
|
296
302
|
<li><p>New QIS v1.29</p></li>
|
|
297
303
|
</ul>
|
|
298
304
|
</section>
|
|
299
|
-
<section id="
|
|
300
|
-
<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>
|
|
301
307
|
<ul class="simple">
|
|
302
308
|
<li><p>New QPS v1.22</p></li>
|
|
303
309
|
<li><p>modules on the network can now be connected to using conType:QTLNumber eg. TCP:QTL1999-02-001</p></li>
|
|
@@ -306,15 +312,15 @@
|
|
|
306
312
|
<li><p>display table formats multiline items and handles empty cells</p></li>
|
|
307
313
|
</ul>
|
|
308
314
|
</section>
|
|
309
|
-
<section id="
|
|
310
|
-
<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>
|
|
311
317
|
<ul class="simple">
|
|
312
318
|
<li><p>QPS v1.20</p></li>
|
|
313
319
|
<li><p>QIS v1.19</p></li>
|
|
314
320
|
</ul>
|
|
315
321
|
</section>
|
|
316
|
-
<section id="
|
|
317
|
-
<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>
|
|
318
324
|
<ul class="simple">
|
|
319
325
|
<li><p>Seperation of QIS module scan and QIS select device</p></li>
|
|
320
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>
|
|
@@ -322,28 +328,28 @@
|
|
|
322
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>
|
|
323
329
|
</ul>
|
|
324
330
|
</section>
|
|
325
|
-
<section id="
|
|
326
|
-
<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>
|
|
327
333
|
<ul class="simple">
|
|
328
334
|
<li><p>logging improvements</p></li>
|
|
329
335
|
<li><p>usb locked devices fix for CentOS, Ubuntu, and Fedora</p></li>
|
|
330
336
|
</ul>
|
|
331
337
|
</section>
|
|
332
|
-
<section id="
|
|
333
|
-
<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>
|
|
334
340
|
<ul class="simple">
|
|
335
341
|
<li><p>Calibration and QCS removed from quarchpy and are not in their own packages</p></li>
|
|
336
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>
|
|
337
343
|
</ul>
|
|
338
344
|
</section>
|
|
339
|
-
<section id="
|
|
340
|
-
<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>
|
|
341
347
|
<ul class="simple">
|
|
342
348
|
<li><p>new QIS v1.23</p></li>
|
|
343
349
|
</ul>
|
|
344
350
|
</section>
|
|
345
|
-
<section id="
|
|
346
|
-
<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>
|
|
347
353
|
<ul class="simple">
|
|
348
354
|
<li><p>New modules added to calibration, wiring prompt added, logging improvements</p></li>
|
|
349
355
|
<li><p>Fixes for PAM streaming using QIS</p></li>
|
|
@@ -354,8 +360,8 @@
|
|
|
354
360
|
<li><p>“quarchpy.run list_drives” command added</p></li>
|
|
355
361
|
</ul>
|
|
356
362
|
</section>
|
|
357
|
-
<section id="
|
|
358
|
-
<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>
|
|
359
365
|
<ul class="simple">
|
|
360
366
|
<li><p>QPS v1.17</p></li>
|
|
361
367
|
<li><p>Quarchpy run terminal runs the simple python terminal to talk to modules</p></li>
|
|
@@ -367,8 +373,8 @@
|
|
|
367
373
|
<li><p>Minor bug fixes</p></li>
|
|
368
374
|
</ul>
|
|
369
375
|
</section>
|
|
370
|
-
<section id="
|
|
371
|
-
<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>
|
|
372
378
|
<ul class="simple">
|
|
373
379
|
<li><p>QPS 1.13</p></li>
|
|
374
380
|
<li><p>Iomenter drive location bugfix</p></li>
|
|
@@ -378,14 +384,14 @@
|
|
|
378
384
|
<li><p>Updated communication to TLS</p></li>
|
|
379
385
|
</ul>
|
|
380
386
|
</section>
|
|
381
|
-
<section id="
|
|
382
|
-
<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>
|
|
383
389
|
<ul class="simple">
|
|
384
390
|
<li><p>QPS 1.11</p></li>
|
|
385
391
|
</ul>
|
|
386
392
|
</section>
|
|
387
|
-
<section id="
|
|
388
|
-
<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>
|
|
389
395
|
<ul class="simple">
|
|
390
396
|
<li><p>QIS v1.19.03 and QPS 1.10.12</p></li>
|
|
391
397
|
<li><p>Updated debug info test</p></li>
|
|
@@ -393,22 +399,22 @@
|
|
|
393
399
|
<li><p>Calibration updates</p></li>
|
|
394
400
|
</ul>
|
|
395
401
|
</section>
|
|
396
|
-
<section id="
|
|
397
|
-
<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>
|
|
398
404
|
<ul class="simple">
|
|
399
405
|
<li><p>QPS annotations through quarchpy improvements</p></li>
|
|
400
406
|
</ul>
|
|
401
407
|
</section>
|
|
402
|
-
<section id="
|
|
403
|
-
<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>
|
|
404
410
|
<ul class="simple">
|
|
405
411
|
<li><p>Python2 bug fixes</p></li>
|
|
406
412
|
<li><p>UI tidy up</p></li>
|
|
407
413
|
<li><p>New custom annotations and comments QPS API</p></li>
|
|
408
414
|
</ul>
|
|
409
415
|
</section>
|
|
410
|
-
<section id="
|
|
411
|
-
<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>
|
|
412
418
|
<ul class="simple">
|
|
413
419
|
<li><p>Fixed issue with array module scan over UDP outside of subnet</p></li>
|
|
414
420
|
<li><p>Bug fix for HD connection via USB in linux</p></li>
|
|
@@ -421,8 +427,8 @@
|
|
|
421
427
|
<li><p>Calibration wait for specific module uptime and report file updates</p></li>
|
|
422
428
|
</ul>
|
|
423
429
|
</section>
|
|
424
|
-
<section id="
|
|
425
|
-
<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>
|
|
426
432
|
<ul class="simple">
|
|
427
433
|
<li><p>Improved list selection for devices</p></li>
|
|
428
434
|
<li><p>Fixed bug when scanning for devices within an Array</p></li>
|
|
@@ -430,8 +436,8 @@
|
|
|
430
436
|
<li><p>Clean up of calibration switchbox code and user logging</p></li>
|
|
431
437
|
</ul>
|
|
432
438
|
</section>
|
|
433
|
-
<section id="
|
|
434
|
-
<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>
|
|
435
441
|
<ul class="simple">
|
|
436
442
|
<li><p>QCS server logging cleaned up</p></li>
|
|
437
443
|
<li><p>Additional platform tests added to debug_info test</p></li>
|
|
@@ -443,24 +449,24 @@
|
|
|
443
449
|
<li><p>QCS improvements to linux drive enumeration tests</p></li>
|
|
444
450
|
</ul>
|
|
445
451
|
</section>
|
|
446
|
-
<section id="
|
|
447
|
-
<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>
|
|
448
454
|
<ul class="simple">
|
|
449
455
|
<li><p>Significant QCS additions including power testing</p></li>
|
|
450
456
|
<li><p>Added remote switchbox to calibration utility</p></li>
|
|
451
457
|
<li><p>Various minor bug fixes and improvements to calibration utility</p></li>
|
|
452
458
|
</ul>
|
|
453
459
|
</section>
|
|
454
|
-
<section id="
|
|
455
|
-
<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>
|
|
456
462
|
<ul class="simple">
|
|
457
463
|
<li><p>Added readme.md for PyPi description</p></li>
|
|
458
464
|
<li><p>Fixed bug in QIS when checking if QIS is running</p></li>
|
|
459
465
|
<li><p>Various minor additions for QCS</p></li>
|
|
460
466
|
</ul>
|
|
461
467
|
</section>
|
|
462
|
-
<section id="
|
|
463
|
-
<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>
|
|
464
470
|
<ul class="simple">
|
|
465
471
|
<li><p>Changes since 2.0.2</p></li>
|
|
466
472
|
<li><p>Minor bug fixes</p></li>
|
|
@@ -472,8 +478,8 @@
|
|
|
472
478
|
<li><p>UI changes, input validation, smart port select</p></li>
|
|
473
479
|
</ul>
|
|
474
480
|
</section>
|
|
475
|
-
<section id="
|
|
476
|
-
<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>
|
|
477
483
|
<ul class="simple">
|
|
478
484
|
<li><p>UI Package added</p></li>
|
|
479
485
|
<li><p>Connection over TCP for python added</p></li>
|
|
@@ -481,8 +487,8 @@
|
|
|
481
487
|
<li><p>Drive test core added</p></li>
|
|
482
488
|
</ul>
|
|
483
489
|
</section>
|
|
484
|
-
<section id="
|
|
485
|
-
<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>
|
|
486
492
|
<ul class="simple">
|
|
487
493
|
<li><p>Major folder restructure</p></li>
|
|
488
494
|
<li><p>Added test center support</p></li>
|
|
@@ -491,8 +497,8 @@
|
|
|
491
497
|
<li><p>Minor bug fixes</p></li>
|
|
492
498
|
</ul>
|
|
493
499
|
</section>
|
|
494
|
-
<section id="
|
|
495
|
-
<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>
|
|
496
502
|
<ul class="simple">
|
|
497
503
|
<li><p>Tab to white space convert</p></li>
|
|
498
504
|
<li><p>Updated __init__ file to co-allign with python practices</p></li>
|
|
@@ -502,60 +508,60 @@
|
|
|
502
508
|
<li><p>Compatibility with Python 3 and Linux Improved!</p></li>
|
|
503
509
|
</ul>
|
|
504
510
|
</section>
|
|
505
|
-
<section id="
|
|
506
|
-
<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>
|
|
507
513
|
<ul class="simple">
|
|
508
514
|
<li><p>Fixes bug with usb connection</p></li>
|
|
509
515
|
</ul>
|
|
510
516
|
</section>
|
|
511
|
-
<section id="
|
|
512
|
-
<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>
|
|
513
519
|
<ul class="simple">
|
|
514
520
|
<li><p>Fixed USB DLL Compatibility</p></li>
|
|
515
521
|
<li><p>Fixed potential path issues with Qis and Qps open</p></li>
|
|
516
522
|
</ul>
|
|
517
523
|
</section>
|
|
518
|
-
<section id="
|
|
519
|
-
<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>
|
|
520
526
|
<ul class="simple">
|
|
521
527
|
<li><p>Updated to QPS 1.08</p></li>
|
|
522
528
|
</ul>
|
|
523
529
|
</section>
|
|
524
|
-
<section id="
|
|
525
|
-
<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>
|
|
526
532
|
<ul class="simple">
|
|
527
533
|
<li><p>Additional Bug Fixes</p></li>
|
|
528
534
|
</ul>
|
|
529
535
|
</section>
|
|
530
|
-
<section id="
|
|
531
|
-
<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>
|
|
532
538
|
<ul class="simple">
|
|
533
539
|
<li><p>Bug fixing timings for QIS (LINUX + WINDOWS)</p></li>
|
|
534
540
|
</ul>
|
|
535
541
|
</section>
|
|
536
|
-
<section id="
|
|
537
|
-
<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>
|
|
538
544
|
<ul class="simple">
|
|
539
545
|
<li><p>Updated FIO for use with Linux and to allow arguments without values</p></li>
|
|
540
546
|
<li><p>Fixes path problem on Linux</p></li>
|
|
541
547
|
<li><p>Fixes FIO on Linux</p></li>
|
|
542
548
|
</ul>
|
|
543
549
|
</section>
|
|
544
|
-
<section id="
|
|
545
|
-
<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>
|
|
546
552
|
<ul class="simple">
|
|
547
553
|
<li><p>Improved compatability with Windows and Ubuntu</p></li>
|
|
548
554
|
</ul>
|
|
549
555
|
</section>
|
|
550
|
-
<section id="
|
|
551
|
-
<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>
|
|
552
558
|
<ul class="simple">
|
|
553
559
|
<li><p>Updating USB Scan</p></li>
|
|
554
560
|
<li><p>Adding functionality to specify OS bit architecture (windows)</p></li>
|
|
555
561
|
</ul>
|
|
556
562
|
</section>
|
|
557
|
-
<section id="
|
|
558
|
-
<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>
|
|
559
565
|
<ul class="simple">
|
|
560
566
|
<li><p>custom $scan IP</p></li>
|
|
561
567
|
<li><p>fixes QIS detection</p></li>
|
|
@@ -563,34 +569,34 @@
|
|
|
563
569
|
<li><p>Bug fix - QIS Load</p></li>
|
|
564
570
|
</ul>
|
|
565
571
|
</section>
|
|
566
|
-
<section id="
|
|
567
|
-
<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>
|
|
568
574
|
<ul class="simple">
|
|
569
575
|
<li><p>Updating README and LICENSE</p></li>
|
|
570
576
|
</ul>
|
|
571
577
|
</section>
|
|
572
|
-
<section id="
|
|
573
|
-
<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>
|
|
574
580
|
<ul class="simple">
|
|
575
581
|
<li><p>Bug Fix - Case sensitivity issue with devices</p></li>
|
|
576
582
|
</ul>
|
|
577
583
|
</section>
|
|
578
|
-
<section id="
|
|
579
|
-
<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>
|
|
580
586
|
<ul class="simple">
|
|
581
587
|
<li><p>Additional Bug Fixes</p></li>
|
|
582
588
|
</ul>
|
|
583
589
|
</section>
|
|
584
|
-
<section id="
|
|
585
|
-
<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>
|
|
586
592
|
<ul class="simple">
|
|
587
593
|
<li><p>Integration with FIO</p></li>
|
|
588
594
|
<li><p>Additional QPS functionality</p></li>
|
|
589
595
|
<li><p>Added device search timeout</p></li>
|
|
590
596
|
</ul>
|
|
591
597
|
</section>
|
|
592
|
-
<section id="
|
|
593
|
-
<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>
|
|
594
600
|
<ul class="simple">
|
|
595
601
|
<li><p>Fixed the wmi error when importing quarchpy.</p></li>
|
|
596
602
|
</ul>
|
|
@@ -602,14 +608,14 @@
|
|
|
602
608
|
<li><p>Additional fixes for wait times</p></li>
|
|
603
609
|
</ul>
|
|
604
610
|
</section>
|
|
605
|
-
<section id="
|
|
606
|
-
<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>
|
|
607
613
|
<ul class="simple">
|
|
608
614
|
<li><p>Implemented resampling and a better way to launch QIS from the script.</p></li>
|
|
609
615
|
</ul>
|
|
610
616
|
</section>
|
|
611
|
-
<section id="
|
|
612
|
-
<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>
|
|
613
619
|
<ul class="simple">
|
|
614
620
|
<li><p>Implements isQisRunning</p></li>
|
|
615
621
|
<li><p>Implements qisInterface</p></li>
|
|
@@ -617,14 +623,14 @@
|
|
|
617
623
|
<li><p>Fixes a bug in QIS interface listDevices that didn’t allow it to work with Python 3</p></li>
|
|
618
624
|
</ul>
|
|
619
625
|
</section>
|
|
620
|
-
<section id="
|
|
621
|
-
<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>
|
|
622
628
|
<ul class="simple">
|
|
623
629
|
<li><p>Bug Fix running QIS locally</p></li>
|
|
624
630
|
</ul>
|
|
625
631
|
</section>
|
|
626
|
-
<section id="
|
|
627
|
-
<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>
|
|
628
634
|
<ul class="simple">
|
|
629
635
|
<li><p>Implements startLocalQIS</p></li>
|
|
630
636
|
<li><p>Packs QIS v1.6 - fixes the bugs with QIS >v1.6 and multiple modules</p></li>
|
|
@@ -632,8 +638,8 @@
|
|
|
632
638
|
<li><p>Compatible with x6 PPM QIS stream.</p></li>
|
|
633
639
|
</ul>
|
|
634
640
|
</section>
|
|
635
|
-
<section id="
|
|
636
|
-
<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>
|
|
637
643
|
<ul class="simple">
|
|
638
644
|
<li><p>Changes to object model</p></li>
|
|
639
645
|
</ul>
|