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