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