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