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