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.
Files changed (53) hide show
  1. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/LICENSE +0 -0
  2. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/MANIFEST.in +0 -0
  3. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/PKG-INFO +40 -40
  4. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/README.rst +0 -0
  5. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/pyproject.toml +1 -1
  6. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/setup.cfg +4 -4
  7. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/setup.py +0 -0
  8. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/__init__.py +0 -0
  9. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/_version.py +12 -12
  10. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/actions.py +0 -0
  11. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/data/__init__.py +0 -0
  12. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/data/data_array.py +0 -0
  13. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/data/data_set.py +0 -0
  14. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/data/format.py +0 -0
  15. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/data/gnuplot_format.py +0 -0
  16. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/data/hdf5_format.py +0 -0
  17. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/data/hdf5_format_hickle.py +0 -0
  18. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/data/io.py +0 -0
  19. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/data/location.py +0 -0
  20. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/extensions/__init__.py +0 -0
  21. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/extensions/slack.py +0 -0
  22. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/loops.py +0 -0
  23. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/measure.py +0 -0
  24. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/plots/__init__.py +0 -0
  25. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/plots/base.py +0 -0
  26. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/plots/colors.py +0 -0
  27. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/plots/pyqtgraph.py +0 -0
  28. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/plots/qcmatplotlib.py +0 -0
  29. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/py.typed +0 -0
  30. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/__init__.py +0 -0
  31. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/data_mocks.py +0 -0
  32. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_channels.py +0 -0
  33. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_combined_loop.py +0 -0
  34. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_data.py +0 -0
  35. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_format.py +0 -0
  36. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_generic_formatter.py +0 -0
  37. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_hdf5formatter.py +0 -0
  38. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_location_provider.py +0 -0
  39. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_loop.py +0 -0
  40. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_measure.py +0 -0
  41. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_plots.py +0 -0
  42. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_qcmatplotlib_functions.py +0 -0
  43. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_slack.py +0 -0
  44. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_threading.py +0 -0
  45. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/tests/test_waitsecs.py +0 -0
  46. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/utils/__init__.py +0 -0
  47. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/utils/magic.py +0 -0
  48. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop/utils/qt_helpers.py +0 -0
  49. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop.egg-info/PKG-INFO +40 -40
  50. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop.egg-info/SOURCES.txt +0 -0
  51. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop.egg-info/dependency_links.txt +0 -0
  52. {qcodes_loop-0.1.0a0 → qcodes_loop-0.1.1}/src/qcodes_loop.egg-info/requires.txt +1 -1
  53. {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.0a0
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
@@ -24,7 +24,7 @@ classifiers = [
24
24
  license = {text = "MIT"}
25
25
  requires-python = ">=3.8"
26
26
  dependencies = [
27
- "qcodes>=0.37.0",
27
+ "qcodes",
28
28
  "h5py>=3.0.0",
29
29
  "lazy_loader>=0.1",
30
30
  "matplotlib>=3.3.0",
@@ -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
@@ -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.0a0"
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"
@@ -1,40 +1,40 @@
1
- Metadata-Version: 2.1
2
- Name: qcodes-loop
3
- Version: 0.1.0a0
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.
@@ -1,4 +1,4 @@
1
- qcodes>=0.37.0
1
+ qcodes
2
2
  h5py>=3.0.0
3
3
  lazy_loader>=0.1
4
4
  matplotlib>=3.3.0