iqm-exa-common 26.29.0__tar.gz → 26.31.0__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.29.0 → iqm_exa_common-26.31.0}/CHANGELOG.rst +16 -0
- {iqm_exa_common-26.29.0/src/iqm_exa_common.egg-info → iqm_exa_common-26.31.0}/PKG-INFO +1 -1
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/data/setting_node.py +2 -1
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/helpers/software_version_helper.py +7 -2
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0/src/iqm_exa_common.egg-info}/PKG-INFO +1 -1
- iqm_exa_common-26.31.0/version.txt +1 -0
- iqm_exa_common-26.29.0/version.txt +0 -1
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/LICENSE.txt +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/MANIFEST.in +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/README.rst +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/docs/API.rst +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/docs/Makefile +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/docs/_static/.gitignore +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/docs/_static/css/custom.css +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/docs/_static/images/favicon.ico +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/docs/_static/images/logo.png +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/docs/_templates/autosummary-class-template.rst +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/docs/_templates/autosummary-module-template.rst +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/docs/changelog.rst +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/docs/conf.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/docs/index.rst +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/docs/license.rst +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/pyproject.toml +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/requirements/base.in +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/requirements/base.txt +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/setup.cfg +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/setup.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/__init__.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/api/__init__.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/api/proto_serialization/__init__.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/api/proto_serialization/_parameter.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/api/proto_serialization/array.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/api/proto_serialization/datum.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/api/proto_serialization/nd_sweep.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/api/proto_serialization/sequence.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/api/proto_serialization/setting_node.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/__init__.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/sweep/__init__.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/sweep/exponential_sweep.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/sweep/fixed_sweep.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/sweep/linear_sweep.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/sweep/option/__init__.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/sweep/option/center_span_base_options.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/sweep/option/center_span_options.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/sweep/option/constants.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/sweep/option/fixed_options.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/sweep/option/option_converter.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/sweep/option/start_stop_base_options.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/sweep/option/start_stop_options.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/sweep/option/sweep_options.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/sweep/sweep.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/sweep/sweep_values.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/data/__init__.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/data/base_model.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/data/parameter.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/data/settingnode_v2.html.jinja2 +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/data/value.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/errors/__init__.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/errors/exa_error.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/errors/station_control_errors.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/helpers/__init__.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/helpers/data_helper.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/helpers/deprecation.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/helpers/json_helper.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/helpers/numpy_helper.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/helpers/yaml_helper.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/logger/__init__.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/logger/logger.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/py.typed +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/qcm_data/__init__.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/qcm_data/chad_model.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/qcm_data/chip_topology.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/qcm_data/file_adapter.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/qcm_data/immutable_base_model.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/qcm_data/qcm_data_client.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/sweep/__init__.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/sweep/database_serialization.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/sweep/util.py +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/iqm_exa_common.egg-info/SOURCES.txt +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/iqm_exa_common.egg-info/dependency_links.txt +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/iqm_exa_common.egg-info/requires.txt +0 -0
- {iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/iqm_exa_common.egg-info/top_level.txt +0 -0
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
Changelog
|
|
3
3
|
=========
|
|
4
4
|
|
|
5
|
+
Version 26.31.0 (2025-08-13)
|
|
6
|
+
============================
|
|
7
|
+
|
|
8
|
+
Bug fixes
|
|
9
|
+
---------
|
|
10
|
+
|
|
11
|
+
- Catch deprecation warning for pkg resources.
|
|
12
|
+
|
|
13
|
+
Version 26.30.0 (2025-08-11)
|
|
14
|
+
============================
|
|
15
|
+
|
|
16
|
+
Bug fixes
|
|
17
|
+
---------
|
|
18
|
+
|
|
19
|
+
- Fix SettingNode.merge producing wrong paths/names in certain programmatic usage.
|
|
20
|
+
|
|
5
21
|
Version 26.29.0 (2025-07-24)
|
|
6
22
|
============================
|
|
7
23
|
|
|
@@ -580,7 +580,8 @@ class SettingNode(BaseModel):
|
|
|
580
580
|
else:
|
|
581
581
|
new.settings[key] = item.model_copy()
|
|
582
582
|
for key, item in first.subtrees.items():
|
|
583
|
-
|
|
583
|
+
update = {"name": item.name.replace(f"{first.name}.", "")} if align_name else {}
|
|
584
|
+
item_copy = item.model_copy(update=update, deep=deep_copy)
|
|
584
585
|
subs = new if align_name else new.subtrees
|
|
585
586
|
if key in new.subtrees:
|
|
586
587
|
subs[key] = SettingNode.merge(item_copy, new[key])
|
{iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/helpers/software_version_helper.py
RENAMED
|
@@ -17,8 +17,11 @@ from importlib.metadata import distribution
|
|
|
17
17
|
import os
|
|
18
18
|
import platform
|
|
19
19
|
import subprocess
|
|
20
|
+
import warnings
|
|
20
21
|
|
|
21
|
-
|
|
22
|
+
with warnings.catch_warnings():
|
|
23
|
+
warnings.filterwarnings("ignore", category=DeprecationWarning)
|
|
24
|
+
import pkg_resources # type:ignore[import-untyped]
|
|
22
25
|
|
|
23
26
|
|
|
24
27
|
def _is_editable(pkg_name: str) -> bool:
|
|
@@ -69,7 +72,9 @@ def get_all_software_versions(reload_module: bool = False) -> dict[str, str]:
|
|
|
69
72
|
# TODO use of pkg_resources is discouraged, replace it with importlib.metadata below.
|
|
70
73
|
# https://setuptools.pypa.io/en/latest/pkg_resources.html
|
|
71
74
|
if reload_module:
|
|
72
|
-
|
|
75
|
+
with warnings.catch_warnings():
|
|
76
|
+
warnings.filterwarnings("ignore", category=DeprecationWarning)
|
|
77
|
+
reload(pkg_resources)
|
|
73
78
|
for pkg in pkg_resources.working_set:
|
|
74
79
|
value = pkg.parsed_version.base_version
|
|
75
80
|
if _is_editable(pkg.project_name):
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
26.31.0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
26.29.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
|
{iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/docs/_templates/autosummary-class-template.rst
RENAMED
|
File without changes
|
{iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/docs/_templates/autosummary-module-template.rst
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
|
{iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/api/proto_serialization/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/api/proto_serialization/array.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/api/proto_serialization/datum.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/api/proto_serialization/nd_sweep.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/api/proto_serialization/sequence.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/sweep/exponential_sweep.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/sweep/fixed_sweep.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/sweep/linear_sweep.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/sweep/option/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/sweep/option/constants.py
RENAMED
|
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.29.0 → iqm_exa_common-26.31.0}/src/exa/common/control/sweep/sweep_values.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/data/settingnode_v2.html.jinja2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/errors/station_control_errors.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
|
{iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/qcm_data/immutable_base_model.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/qcm_data/qcm_data_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/exa/common/sweep/database_serialization.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.29.0 → iqm_exa_common-26.31.0}/src/iqm_exa_common.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|