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