iqm-exa-common 26.24.0__tar.gz → 26.25.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.
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/CHANGELOG.rst +16 -0
- {iqm_exa_common-26.24.0/src/iqm_exa_common.egg-info → iqm_exa_common-26.25.1}/PKG-INFO +2 -1
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/requirements/base.in +2 -1
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/requirements/base.txt +2 -1
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/errors/station_control_errors.py +13 -1
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1/src/iqm_exa_common.egg-info}/PKG-INFO +2 -1
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/iqm_exa_common.egg-info/requires.txt +1 -0
- iqm_exa_common-26.25.1/version.txt +1 -0
- iqm_exa_common-26.24.0/version.txt +0 -1
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/LICENSE.txt +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/MANIFEST.in +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/README.rst +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/docs/API.rst +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/docs/Makefile +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/docs/_static/.gitignore +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/docs/_static/css/custom.css +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/docs/_static/images/favicon.ico +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/docs/_static/images/logo.png +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/docs/_templates/autosummary-class-template.rst +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/docs/_templates/autosummary-module-template.rst +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/docs/changelog.rst +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/docs/conf.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/docs/index.rst +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/docs/license.rst +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/pyproject.toml +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/setup.cfg +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/setup.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/__init__.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/api/__init__.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/api/proto_serialization/__init__.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/api/proto_serialization/_parameter.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/api/proto_serialization/array.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/api/proto_serialization/datum.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/api/proto_serialization/nd_sweep.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/api/proto_serialization/sequence.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/api/proto_serialization/setting_node.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/control/__init__.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/control/sweep/__init__.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/control/sweep/exponential_sweep.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/control/sweep/fixed_sweep.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/control/sweep/linear_sweep.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/control/sweep/option/__init__.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/control/sweep/option/center_span_base_options.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/control/sweep/option/center_span_options.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/control/sweep/option/constants.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/control/sweep/option/fixed_options.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/control/sweep/option/option_converter.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/control/sweep/option/start_stop_base_options.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/control/sweep/option/start_stop_options.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/control/sweep/option/sweep_options.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/control/sweep/sweep.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/control/sweep/sweep_values.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/data/__init__.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/data/base_model.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/data/parameter.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/data/setting_node.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/data/settingnode_v2.html.jinja2 +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/data/value.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/errors/__init__.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/errors/exa_error.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/helpers/__init__.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/helpers/data_helper.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/helpers/deprecation.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/helpers/json_helper.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/helpers/numpy_helper.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/helpers/software_version_helper.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/helpers/yaml_helper.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/logger/__init__.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/logger/logger.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/qcm_data/__init__.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/qcm_data/chad_model.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/qcm_data/chip_topology.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/qcm_data/file_adapter.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/qcm_data/immutable_base_model.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/qcm_data/qcm_data_client.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/sweep/__init__.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/sweep/database_serialization.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/sweep/util.py +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/iqm_exa_common.egg-info/SOURCES.txt +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/iqm_exa_common.egg-info/dependency_links.txt +0 -0
- {iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/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.25.1 (2025-07-29)
|
|
6
|
+
============================
|
|
7
|
+
|
|
8
|
+
Features
|
|
9
|
+
--------
|
|
10
|
+
|
|
11
|
+
- Added log level to :class:`StationControlError`.
|
|
12
|
+
|
|
13
|
+
Version 26.25.0 (2025-06-17)
|
|
14
|
+
============================
|
|
15
|
+
|
|
16
|
+
Features
|
|
17
|
+
--------
|
|
18
|
+
|
|
19
|
+
- Add missing jinja2 requirement
|
|
20
|
+
|
|
5
21
|
Version 26.24.0 (2025-06-17)
|
|
6
22
|
============================
|
|
7
23
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: iqm-exa-common
|
|
3
|
-
Version: 26.
|
|
3
|
+
Version: 26.25.1
|
|
4
4
|
Summary: Framework for control and measurement of superconducting qubits: common library
|
|
5
5
|
Author-email: IQM Finland Oy <info@meetiqm.com>
|
|
6
6
|
License: Apache License
|
|
@@ -221,6 +221,7 @@ Requires-Dist: xarray==2024.10.0
|
|
|
221
221
|
Requires-Dist: requests==2.32.3
|
|
222
222
|
Requires-Dist: ruamel-yaml==0.17.32
|
|
223
223
|
Requires-Dist: ruamel-yaml-clib==0.2.8
|
|
224
|
+
Requires-Dist: jinja2==3.0.3
|
|
224
225
|
|
|
225
226
|
EXA-common
|
|
226
227
|
==========
|
{iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/errors/station_control_errors.py
RENAMED
|
@@ -14,17 +14,29 @@
|
|
|
14
14
|
"""Errors used in the station control client-server communication."""
|
|
15
15
|
|
|
16
16
|
from http import HTTPStatus
|
|
17
|
+
import logging
|
|
17
18
|
|
|
18
19
|
from exa.common.errors.exa_error import ExaError
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
class StationControlError(ExaError):
|
|
22
|
-
"""Base class for station control errors.
|
|
23
|
+
"""Base class for station control errors.
|
|
24
|
+
|
|
25
|
+
Args:
|
|
26
|
+
message: Normal error message.
|
|
27
|
+
log_level: The effective log level of this error.
|
|
28
|
+
By default, the ERROR level is used. Can be lowered to hide this error from the logs.
|
|
29
|
+
|
|
30
|
+
"""
|
|
23
31
|
|
|
24
32
|
# TODO: StationControlError shouldn't need to inherit ExaError
|
|
25
33
|
# Some clients might still expect ExaErrors, thus inheriting here to avoid issues because of that.
|
|
26
34
|
# Ideally, we would keep server errors (raised by station control) and any client side errors separate.
|
|
27
35
|
|
|
36
|
+
def __init__(self, message: str, log_level: int = logging.ERROR):
|
|
37
|
+
self.log_level = log_level
|
|
38
|
+
super().__init__(message)
|
|
39
|
+
|
|
28
40
|
|
|
29
41
|
class BadRequestError(StationControlError):
|
|
30
42
|
"""Error raised when the request syntax is invalid or the method is unsupported in general."""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: iqm-exa-common
|
|
3
|
-
Version: 26.
|
|
3
|
+
Version: 26.25.1
|
|
4
4
|
Summary: Framework for control and measurement of superconducting qubits: common library
|
|
5
5
|
Author-email: IQM Finland Oy <info@meetiqm.com>
|
|
6
6
|
License: Apache License
|
|
@@ -221,6 +221,7 @@ Requires-Dist: xarray==2024.10.0
|
|
|
221
221
|
Requires-Dist: requests==2.32.3
|
|
222
222
|
Requires-Dist: ruamel-yaml==0.17.32
|
|
223
223
|
Requires-Dist: ruamel-yaml-clib==0.2.8
|
|
224
|
+
Requires-Dist: jinja2==3.0.3
|
|
224
225
|
|
|
225
226
|
EXA-common
|
|
226
227
|
==========
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
26.25.1
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
26.24.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.24.0 → iqm_exa_common-26.25.1}/docs/_templates/autosummary-class-template.rst
RENAMED
|
File without changes
|
{iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/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
|
{iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/api/proto_serialization/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/api/proto_serialization/array.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/api/proto_serialization/datum.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/api/proto_serialization/nd_sweep.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/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.24.0 → iqm_exa_common-26.25.1}/src/exa/common/control/sweep/exponential_sweep.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/control/sweep/fixed_sweep.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/control/sweep/linear_sweep.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/control/sweep/option/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/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.24.0 → iqm_exa_common-26.25.1}/src/exa/common/control/sweep/sweep_values.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/data/settingnode_v2.html.jinja2
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
|
{iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/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
|
{iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/qcm_data/immutable_base_model.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/qcm_data/qcm_data_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/exa/common/sweep/database_serialization.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.24.0 → iqm_exa_common-26.25.1}/src/iqm_exa_common.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|