qcodes-loop 0.1.0a0__tar.gz → 0.1.1__tar.gz
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.
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/LICENSE +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/MANIFEST.in +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/PKG-INFO +40 -40
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/README.rst +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/pyproject.toml +1 -1
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/setup.cfg +4 -4
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/setup.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/__init__.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/_version.py +12 -12
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/actions.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/data/__init__.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/data/data_array.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/data/data_set.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/data/format.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/data/gnuplot_format.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/data/hdf5_format.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/data/hdf5_format_hickle.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/data/io.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/data/location.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/extensions/__init__.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/extensions/slack.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/loops.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/measure.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/plots/__init__.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/plots/base.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/plots/colors.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/plots/pyqtgraph.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/plots/qcmatplotlib.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/py.typed +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/__init__.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/data_mocks.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_channels.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_combined_loop.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_data.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_format.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_generic_formatter.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_hdf5formatter.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_location_provider.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_loop.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_measure.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_plots.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_qcmatplotlib_functions.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_slack.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_threading.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_waitsecs.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/utils/__init__.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/utils/magic.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/utils/qt_helpers.py +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop.egg-info/PKG-INFO +40 -40
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop.egg-info/SOURCES.txt +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop.egg-info/dependency_links.txt +0 -0
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop.egg-info/requires.txt +1 -1
- {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop.egg-info/top_level.txt +0 -0
|
File without changes
|
|
File without changes
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: qcodes_loop
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary: Features previously in QCoDeS
|
|
5
|
-
Maintainer-email: QCoDeS Core Developers <qcodes-support@microsoft.com>
|
|
6
|
-
License: MIT
|
|
7
|
-
Project-URL: Homepage, https://github.com/QCoDeS/Qcodes_loop
|
|
8
|
-
Project-URL: Documentation, https://qcodes.github.io/Qcodes_loop/
|
|
9
|
-
Project-URL: Source, https://github.com/qcodes/qcodes_loop
|
|
10
|
-
Project-URL: Tracker, https://github.com/QCoDeS/Qcodes_loop/issues
|
|
11
|
-
Classifier: Development Status :: 3 - Alpha
|
|
12
|
-
Classifier: Intended Audience :: Science/Research
|
|
13
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
14
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
18
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
19
|
-
Classifier: Topic :: Scientific/Engineering
|
|
20
|
-
Requires-Python: >=3.8
|
|
21
|
-
Description-Content-Type: text/x-rst
|
|
22
|
-
Provides-Extra: qtplot
|
|
23
|
-
Provides-Extra: slack
|
|
24
|
-
Provides-Extra: test
|
|
25
|
-
Provides-Extra: docs
|
|
26
|
-
License-File: LICENSE
|
|
27
|
-
|
|
28
|
-
qcodes_loop
|
|
29
|
-
===========
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
``qcodes_loop`` contains modules that used to be part of QCoDeS but were deprecated and removed in the spring of 2023.
|
|
33
|
-
The last QCoDeS release supporting usage of the ``Loop`` and associated modules was `v0.37.0 <https://github.com/QCoDeS/Qcodes/releases/tag/v0.37.0>`_.
|
|
34
|
-
|
|
35
|
-
The modules in question are: ``qcodes_loop.data``, ``qcodes_loop.data`` and ``qcodes_loop.plot``
|
|
36
|
-
|
|
37
|
-
The code in this repository is provided as-is but not actively maintained by the QCoDeS developers.
|
|
38
|
-
We are happy to merge bug fixes contributed but no active development on this code is planned.
|
|
39
|
-
|
|
40
|
-
Please reach out to the QCoDeS development team if you are interested in maintaining this code repository.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: qcodes_loop
|
|
3
|
+
Version: 0.1.1
|
|
4
|
+
Summary: Features previously in QCoDeS
|
|
5
|
+
Maintainer-email: QCoDeS Core Developers <qcodes-support@microsoft.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/QCoDeS/Qcodes_loop
|
|
8
|
+
Project-URL: Documentation, https://qcodes.github.io/Qcodes_loop/
|
|
9
|
+
Project-URL: Source, https://github.com/qcodes/qcodes_loop
|
|
10
|
+
Project-URL: Tracker, https://github.com/QCoDeS/Qcodes_loop/issues
|
|
11
|
+
Classifier: Development Status :: 3 - Alpha
|
|
12
|
+
Classifier: Intended Audience :: Science/Research
|
|
13
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
14
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
19
|
+
Classifier: Topic :: Scientific/Engineering
|
|
20
|
+
Requires-Python: >=3.8
|
|
21
|
+
Description-Content-Type: text/x-rst
|
|
22
|
+
Provides-Extra: qtplot
|
|
23
|
+
Provides-Extra: slack
|
|
24
|
+
Provides-Extra: test
|
|
25
|
+
Provides-Extra: docs
|
|
26
|
+
License-File: LICENSE
|
|
27
|
+
|
|
28
|
+
qcodes_loop
|
|
29
|
+
===========
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
``qcodes_loop`` contains modules that used to be part of QCoDeS but were deprecated and removed in the spring of 2023.
|
|
33
|
+
The last QCoDeS release supporting usage of the ``Loop`` and associated modules was `v0.37.0 <https://github.com/QCoDeS/Qcodes/releases/tag/v0.37.0>`_.
|
|
34
|
+
|
|
35
|
+
The modules in question are: ``qcodes_loop.data``, ``qcodes_loop.data`` and ``qcodes_loop.plot``
|
|
36
|
+
|
|
37
|
+
The code in this repository is provided as-is but not actively maintained by the QCoDeS developers.
|
|
38
|
+
We are happy to merge bug fixes contributed but no active development on this code is planned.
|
|
39
|
+
|
|
40
|
+
Please reach out to the QCoDeS development team if you are interested in maintaining this code repository.
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[egg_info]
|
|
2
|
-
tag_build =
|
|
3
|
-
tag_date = 0
|
|
4
|
-
|
|
1
|
+
[egg_info]
|
|
2
|
+
tag_build =
|
|
3
|
+
tag_date = 0
|
|
4
|
+
|
|
File without changes
|
|
File without changes
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
def _get_version() -> str:
|
|
2
|
-
from pathlib import Path
|
|
3
|
-
|
|
4
|
-
import versioningit
|
|
5
|
-
|
|
6
|
-
import qcodes_loop
|
|
7
|
-
|
|
8
|
-
module_path = Path(qcodes_loop.__file__).parent
|
|
9
|
-
return versioningit.get_version(project_dir=module_path.parent.parent)
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
__version__ = "0.1.
|
|
1
|
+
def _get_version() -> str:
|
|
2
|
+
from pathlib import Path
|
|
3
|
+
|
|
4
|
+
import versioningit
|
|
5
|
+
|
|
6
|
+
import qcodes_loop
|
|
7
|
+
|
|
8
|
+
module_path = Path(qcodes_loop.__file__).parent
|
|
9
|
+
return versioningit.get_version(project_dir=module_path.parent.parent)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
__version__ = "0.1.1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_qcmatplotlib_functions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: qcodes-loop
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary: Features previously in QCoDeS
|
|
5
|
-
Maintainer-email: QCoDeS Core Developers <qcodes-support@microsoft.com>
|
|
6
|
-
License: MIT
|
|
7
|
-
Project-URL: Homepage, https://github.com/QCoDeS/Qcodes_loop
|
|
8
|
-
Project-URL: Documentation, https://qcodes.github.io/Qcodes_loop/
|
|
9
|
-
Project-URL: Source, https://github.com/qcodes/qcodes_loop
|
|
10
|
-
Project-URL: Tracker, https://github.com/QCoDeS/Qcodes_loop/issues
|
|
11
|
-
Classifier: Development Status :: 3 - Alpha
|
|
12
|
-
Classifier: Intended Audience :: Science/Research
|
|
13
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
14
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
18
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
19
|
-
Classifier: Topic :: Scientific/Engineering
|
|
20
|
-
Requires-Python: >=3.8
|
|
21
|
-
Description-Content-Type: text/x-rst
|
|
22
|
-
Provides-Extra: qtplot
|
|
23
|
-
Provides-Extra: slack
|
|
24
|
-
Provides-Extra: test
|
|
25
|
-
Provides-Extra: docs
|
|
26
|
-
License-File: LICENSE
|
|
27
|
-
|
|
28
|
-
qcodes_loop
|
|
29
|
-
===========
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
``qcodes_loop`` contains modules that used to be part of QCoDeS but were deprecated and removed in the spring of 2023.
|
|
33
|
-
The last QCoDeS release supporting usage of the ``Loop`` and associated modules was `v0.37.0 <https://github.com/QCoDeS/Qcodes/releases/tag/v0.37.0>`_.
|
|
34
|
-
|
|
35
|
-
The modules in question are: ``qcodes_loop.data``, ``qcodes_loop.data`` and ``qcodes_loop.plot``
|
|
36
|
-
|
|
37
|
-
The code in this repository is provided as-is but not actively maintained by the QCoDeS developers.
|
|
38
|
-
We are happy to merge bug fixes contributed but no active development on this code is planned.
|
|
39
|
-
|
|
40
|
-
Please reach out to the QCoDeS development team if you are interested in maintaining this code repository.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: qcodes-loop
|
|
3
|
+
Version: 0.1.1
|
|
4
|
+
Summary: Features previously in QCoDeS
|
|
5
|
+
Maintainer-email: QCoDeS Core Developers <qcodes-support@microsoft.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/QCoDeS/Qcodes_loop
|
|
8
|
+
Project-URL: Documentation, https://qcodes.github.io/Qcodes_loop/
|
|
9
|
+
Project-URL: Source, https://github.com/qcodes/qcodes_loop
|
|
10
|
+
Project-URL: Tracker, https://github.com/QCoDeS/Qcodes_loop/issues
|
|
11
|
+
Classifier: Development Status :: 3 - Alpha
|
|
12
|
+
Classifier: Intended Audience :: Science/Research
|
|
13
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
14
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
19
|
+
Classifier: Topic :: Scientific/Engineering
|
|
20
|
+
Requires-Python: >=3.8
|
|
21
|
+
Description-Content-Type: text/x-rst
|
|
22
|
+
Provides-Extra: qtplot
|
|
23
|
+
Provides-Extra: slack
|
|
24
|
+
Provides-Extra: test
|
|
25
|
+
Provides-Extra: docs
|
|
26
|
+
License-File: LICENSE
|
|
27
|
+
|
|
28
|
+
qcodes_loop
|
|
29
|
+
===========
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
``qcodes_loop`` contains modules that used to be part of QCoDeS but were deprecated and removed in the spring of 2023.
|
|
33
|
+
The last QCoDeS release supporting usage of the ``Loop`` and associated modules was `v0.37.0 <https://github.com/QCoDeS/Qcodes/releases/tag/v0.37.0>`_.
|
|
34
|
+
|
|
35
|
+
The modules in question are: ``qcodes_loop.data``, ``qcodes_loop.data`` and ``qcodes_loop.plot``
|
|
36
|
+
|
|
37
|
+
The code in this repository is provided as-is but not actively maintained by the QCoDeS developers.
|
|
38
|
+
We are happy to merge bug fixes contributed but no active development on this code is planned.
|
|
39
|
+
|
|
40
|
+
Please reach out to the QCoDeS development team if you are interested in maintaining this code repository.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|