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