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