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