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