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