iqm-exa-common 26.0__tar.gz → 26.2__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.
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/CHANGELOG.rst +15 -0
- {iqm_exa_common-26.0/src/iqm_exa_common.egg-info → iqm_exa_common-26.2}/PKG-INFO +1 -1
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/api/proto_serialization/sequence.py +3 -3
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/api/proto_serialization/setting_node.py +3 -1
- {iqm_exa_common-26.0 → iqm_exa_common-26.2/src/iqm_exa_common.egg-info}/PKG-INFO +1 -1
- iqm_exa_common-26.2/version.txt +1 -0
- iqm_exa_common-26.0/version.txt +0 -1
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/LICENSE.txt +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/MANIFEST.in +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/README.rst +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/docs/API.rst +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/docs/Makefile +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/docs/_static/.gitignore +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/docs/_static/css/custom.css +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/docs/_static/images/favicon.ico +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/docs/_static/images/logo.png +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/docs/_templates/autosummary-class-template.rst +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/docs/_templates/autosummary-module-template.rst +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/docs/changelog.rst +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/docs/conf.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/docs/index.rst +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/docs/license.rst +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/pyproject.toml +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/requirements/base.in +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/requirements/base.txt +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/setup.cfg +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/setup.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/__init__.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/api/__init__.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/api/proto_serialization/__init__.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/api/proto_serialization/_parameter.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/api/proto_serialization/array.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/api/proto_serialization/datum.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/api/proto_serialization/nd_sweep.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/control/__init__.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/control/sweep/__init__.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/control/sweep/exponential_sweep.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/control/sweep/fixed_sweep.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/control/sweep/linear_sweep.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/control/sweep/option/__init__.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/control/sweep/option/center_span_base_options.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/control/sweep/option/center_span_options.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/control/sweep/option/constants.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/control/sweep/option/fixed_options.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/control/sweep/option/option_converter.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/control/sweep/option/start_stop_base_options.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/control/sweep/option/start_stop_options.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/control/sweep/option/sweep_options.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/control/sweep/sweep.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/control/sweep/sweep_values.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/data/__init__.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/data/base_model.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/data/parameter.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/data/setting_node.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/data/settingnode_v2.html.jinja2 +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/data/value.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/errors/__init__.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/errors/exa_error.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/helpers/__init__.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/helpers/data_helper.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/helpers/json_helper.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/helpers/numpy_helper.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/helpers/software_version_helper.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/logger/__init__.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/logger/logger.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/qcm_data/__init__.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/qcm_data/chad_model.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/qcm_data/chip_topology.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/qcm_data/file_adapter.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/qcm_data/immutable_base_model.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/qcm_data/qcm_data_client.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/sweep/__init__.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/sweep/database_serialization.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/sweep/util.py +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/iqm_exa_common.egg-info/SOURCES.txt +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/iqm_exa_common.egg-info/dependency_links.txt +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/iqm_exa_common.egg-info/requires.txt +0 -0
- {iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/iqm_exa_common.egg-info/top_level.txt +0 -0
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
Changelog
|
|
3
3
|
=========
|
|
4
4
|
|
|
5
|
+
Version 26.2 (2025-03-03)
|
|
6
|
+
=========================
|
|
7
|
+
|
|
8
|
+
Bug fix
|
|
9
|
+
-------
|
|
10
|
+
- Fix numpy numeric types serialization in sweeps
|
|
11
|
+
|
|
12
|
+
Version 26.1 (2025-02-28)
|
|
13
|
+
=========================
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
Bug fix
|
|
17
|
+
-------
|
|
18
|
+
- Fix protobuf deserialisation to not align SettingNode names
|
|
19
|
+
|
|
5
20
|
Version 26.0 (2025-02-27)
|
|
6
21
|
=========================
|
|
7
22
|
|
{iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/api/proto_serialization/sequence.py
RENAMED
|
@@ -37,16 +37,16 @@ def pack(values: Sequence) -> dpb.Sequence:
|
|
|
37
37
|
if not values:
|
|
38
38
|
return target
|
|
39
39
|
dtype = type(values[0])
|
|
40
|
-
if dtype is complex:
|
|
40
|
+
if dtype is complex or np.issubdtype(dtype, np.complexfloating): # dtype is complex check for contingency
|
|
41
41
|
target_field = target.complex128_array
|
|
42
42
|
target_field.real.MergeFrom(np.real(values))
|
|
43
43
|
target_field.imag.MergeFrom(np.imag(values))
|
|
44
44
|
return target
|
|
45
45
|
if dtype is bool:
|
|
46
46
|
target_field = target.bool_array
|
|
47
|
-
elif dtype is int:
|
|
47
|
+
elif dtype is int or np.issubdtype(dtype, np.integer):
|
|
48
48
|
target_field = target.int64_array
|
|
49
|
-
elif dtype is float:
|
|
49
|
+
elif dtype is float or np.issubdtype(dtype, np.floating):
|
|
50
50
|
target_field = target.float64_array
|
|
51
51
|
elif dtype is str:
|
|
52
52
|
target_field = target.string_array
|
{iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/api/proto_serialization/setting_node.py
RENAMED
|
@@ -85,4 +85,6 @@ def unpack(proto: spb.SettingNode) -> SettingNode:
|
|
|
85
85
|
"""
|
|
86
86
|
settings = {key: _unpack_setting(content) for key, content in proto.settings.items()}
|
|
87
87
|
nodes = {key: unpack(content) for key, content in proto.subnodes.items()}
|
|
88
|
-
|
|
88
|
+
# Names are currently NEVER aligned with the paths when deserializing. This is safe to do, since currently nothing
|
|
89
|
+
# in the server-side assumes path==name, but if such logic is added this needs to be reconsidered.
|
|
90
|
+
return SettingNode(name=proto.name, **(settings | nodes), align_name=False)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
26.2
|
iqm_exa_common-26.0/version.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
26.0
|
|
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
|
{iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/api/proto_serialization/__init__.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/api/proto_serialization/_parameter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/api/proto_serialization/nd_sweep.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/control/sweep/exponential_sweep.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/control/sweep/option/constants.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/control/sweep/option/fixed_options.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/control/sweep/option/option_converter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/control/sweep/option/sweep_options.py
RENAMED
|
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
|
{iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/exa/common/helpers/software_version_helper.py
RENAMED
|
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
|
{iqm_exa_common-26.0 → iqm_exa_common-26.2}/src/iqm_exa_common.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|