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