iqm-exa-common 26.16__tar.gz → 26.17.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.16 → iqm_exa_common-26.17.1}/CHANGELOG.rst +87 -74
- {iqm_exa_common-26.16/src/iqm_exa_common.egg-info → iqm_exa_common-26.17.1}/PKG-INFO +1 -1
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/qcm_data/chip_topology.py +1 -1
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1/src/iqm_exa_common.egg-info}/PKG-INFO +1 -1
- iqm_exa_common-26.17.1/version.txt +1 -0
- iqm_exa_common-26.16/version.txt +0 -1
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/LICENSE.txt +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/MANIFEST.in +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/README.rst +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/docs/API.rst +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/docs/Makefile +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/docs/_static/.gitignore +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/docs/_static/css/custom.css +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/docs/_static/images/favicon.ico +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/docs/_static/images/logo.png +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/docs/_templates/autosummary-class-template.rst +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/docs/_templates/autosummary-module-template.rst +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/docs/changelog.rst +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/docs/conf.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/docs/index.rst +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/docs/license.rst +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/pyproject.toml +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/requirements/base.in +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/requirements/base.txt +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/setup.cfg +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/setup.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/__init__.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/api/__init__.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/api/proto_serialization/__init__.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/api/proto_serialization/_parameter.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/api/proto_serialization/array.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/api/proto_serialization/datum.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/api/proto_serialization/nd_sweep.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/api/proto_serialization/sequence.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/api/proto_serialization/setting_node.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/control/__init__.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/__init__.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/exponential_sweep.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/fixed_sweep.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/linear_sweep.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/__init__.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/center_span_base_options.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/center_span_options.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/constants.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/fixed_options.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/option_converter.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/start_stop_base_options.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/start_stop_options.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/sweep_options.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/sweep.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/sweep_values.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/data/__init__.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/data/base_model.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/data/parameter.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/data/setting_node.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/data/settingnode_v2.html.jinja2 +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/data/value.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/errors/__init__.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/errors/exa_error.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/errors/server_errors.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/helpers/__init__.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/helpers/data_helper.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/helpers/deprecation.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/helpers/json_helper.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/helpers/numpy_helper.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/helpers/software_version_helper.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/helpers/yaml_helper.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/logger/__init__.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/logger/logger.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/qcm_data/__init__.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/qcm_data/chad_model.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/qcm_data/file_adapter.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/qcm_data/immutable_base_model.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/qcm_data/qcm_data_client.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/sweep/__init__.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/sweep/database_serialization.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/sweep/util.py +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/iqm_exa_common.egg-info/SOURCES.txt +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/iqm_exa_common.egg-info/dependency_links.txt +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/iqm_exa_common.egg-info/requires.txt +0 -0
- {iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/iqm_exa_common.egg-info/top_level.txt +0 -0
|
@@ -2,40 +2,53 @@
|
|
|
2
2
|
Changelog
|
|
3
3
|
=========
|
|
4
4
|
|
|
5
|
-
Version 26.
|
|
6
|
-
|
|
5
|
+
Version 26.17.1 (2025-05-12)
|
|
6
|
+
============================
|
|
7
|
+
|
|
8
|
+
- Test patch versioning, no functional changes. :issue:`SW-1429`
|
|
9
|
+
|
|
10
|
+
Version 26.17.0 (2025-05-09)
|
|
11
|
+
============================
|
|
12
|
+
|
|
13
|
+
Features
|
|
14
|
+
--------
|
|
15
|
+
|
|
16
|
+
- Modify :func:`get_connected_probe_lines` such that it also works for qubits without readout, :issue:`QPUC-603`.
|
|
17
|
+
|
|
18
|
+
Version 26.16.0 (2025-05-06)
|
|
19
|
+
============================
|
|
7
20
|
|
|
8
21
|
Bug fixes
|
|
9
22
|
---------
|
|
10
23
|
|
|
11
24
|
- Fix copy deprecation warning.
|
|
12
25
|
|
|
13
|
-
Version 26.15 (2025-04-29)
|
|
14
|
-
|
|
26
|
+
Version 26.15.0 (2025-04-29)
|
|
27
|
+
============================
|
|
15
28
|
|
|
16
29
|
Features
|
|
17
30
|
--------
|
|
18
31
|
|
|
19
32
|
- Add method ``ChipTopology.get_connected_coupler_map``, which returns a dictionary mapping couplers to components based on the output of ``ChipTopology.get_connecting_couplers``.
|
|
20
33
|
|
|
21
|
-
Version 26.14 (2025-04-22)
|
|
22
|
-
|
|
34
|
+
Version 26.14.0 (2025-04-22)
|
|
35
|
+
============================
|
|
23
36
|
|
|
24
37
|
Features
|
|
25
38
|
--------
|
|
26
39
|
|
|
27
40
|
- Trigger new version with improved CI workflow
|
|
28
41
|
|
|
29
|
-
Version 26.13 (2025-04-11)
|
|
30
|
-
|
|
42
|
+
Version 26.13.0 (2025-04-11)
|
|
43
|
+
============================
|
|
31
44
|
|
|
32
45
|
Bug fixes
|
|
33
46
|
---------
|
|
34
47
|
|
|
35
48
|
- Update license
|
|
36
49
|
|
|
37
|
-
Version 26.12 (2025-04-10)
|
|
38
|
-
|
|
50
|
+
Version 26.12.0 (2025-04-10)
|
|
51
|
+
============================
|
|
39
52
|
|
|
40
53
|
Features
|
|
41
54
|
--------
|
|
@@ -43,8 +56,8 @@ Features
|
|
|
43
56
|
- Fix vulnerability issue with YAML loading, use safe_load to avoid potential harmful remote code execution.
|
|
44
57
|
:issue:`SW-1378`
|
|
45
58
|
|
|
46
|
-
Version 26.11 (2025-04-07)
|
|
47
|
-
|
|
59
|
+
Version 26.11.0 (2025-04-07)
|
|
60
|
+
============================
|
|
48
61
|
|
|
49
62
|
Features
|
|
50
63
|
--------
|
|
@@ -52,40 +65,40 @@ Features
|
|
|
52
65
|
- Add new error class ConflictError designed for client-server communication via station control client.
|
|
53
66
|
:issue:`SW-1361`
|
|
54
67
|
|
|
55
|
-
Version 26.10 (2025-04-07)
|
|
56
|
-
|
|
68
|
+
Version 26.10.0 (2025-04-07)
|
|
69
|
+
============================
|
|
57
70
|
|
|
58
71
|
Features
|
|
59
72
|
--------
|
|
60
73
|
|
|
61
74
|
- Fix package version in published docs footers, :issue:`SW-1392`.
|
|
62
75
|
|
|
63
|
-
Version 26.9 (2025-04-03)
|
|
64
|
-
|
|
76
|
+
Version 26.9.0 (2025-04-03)
|
|
77
|
+
===========================
|
|
65
78
|
|
|
66
79
|
Feature
|
|
67
80
|
*******
|
|
68
81
|
|
|
69
82
|
- Format code and enable PEP 604 in linting rules, :issue:`SW-1230`.
|
|
70
83
|
|
|
71
|
-
Version 26.8 (2025-04-02)
|
|
72
|
-
|
|
84
|
+
Version 26.8.0 (2025-04-02)
|
|
85
|
+
===========================
|
|
73
86
|
|
|
74
87
|
Features
|
|
75
88
|
********
|
|
76
89
|
|
|
77
90
|
- Update the documentation footer to display the package version.
|
|
78
91
|
|
|
79
|
-
Version 26.7 (2025-04-01)
|
|
80
|
-
|
|
92
|
+
Version 26.7.0 (2025-04-01)
|
|
93
|
+
===========================
|
|
81
94
|
|
|
82
95
|
Features
|
|
83
96
|
--------
|
|
84
97
|
|
|
85
98
|
- Use standard process of deprecation. No functional changes. :issue:`SW-450`
|
|
86
99
|
|
|
87
|
-
Version 26.6 (2025-03-21)
|
|
88
|
-
|
|
100
|
+
Version 26.6.0 (2025-03-21)
|
|
101
|
+
===========================
|
|
89
102
|
|
|
90
103
|
Features
|
|
91
104
|
********
|
|
@@ -94,24 +107,24 @@ Features
|
|
|
94
107
|
"crystal_5" or "star_6". For "mini" chips, like "mini_crystal_20", the number is not based on the actual number
|
|
95
108
|
of qubits but to the chip it's trying to "minimize" instead, like "crystal_20". :issue:`SW-1059`
|
|
96
109
|
|
|
97
|
-
Version 26.5 (2025-03-19)
|
|
98
|
-
|
|
110
|
+
Version 26.5.0 (2025-03-19)
|
|
111
|
+
===========================
|
|
99
112
|
|
|
100
113
|
Bug fixes
|
|
101
114
|
---------
|
|
102
115
|
|
|
103
116
|
- Fix Parameters with element_indices having those indices duplicated in the name when deserialised
|
|
104
117
|
|
|
105
|
-
Version 26.4 (2025-03-11)
|
|
106
|
-
|
|
118
|
+
Version 26.4.0 (2025-03-11)
|
|
119
|
+
===========================
|
|
107
120
|
|
|
108
121
|
Features
|
|
109
122
|
--------
|
|
110
123
|
|
|
111
124
|
- Bump pulla
|
|
112
125
|
|
|
113
|
-
Version 26.3 (2025-03-05)
|
|
114
|
-
|
|
126
|
+
Version 26.3.0 (2025-03-05)
|
|
127
|
+
===========================
|
|
115
128
|
|
|
116
129
|
Features
|
|
117
130
|
--------
|
|
@@ -119,23 +132,23 @@ Features
|
|
|
119
132
|
- Add new error classes designed for client-server communication via station control client.
|
|
120
133
|
- Remove general RequestError and use new specific error classes instead.
|
|
121
134
|
|
|
122
|
-
Version 26.2 (2025-03-03)
|
|
123
|
-
|
|
135
|
+
Version 26.2.0 (2025-03-03)
|
|
136
|
+
===========================
|
|
124
137
|
|
|
125
138
|
Bug fix
|
|
126
139
|
-------
|
|
127
140
|
- Fix numpy numeric types serialization in sweeps
|
|
128
141
|
|
|
129
|
-
Version 26.1 (2025-02-28)
|
|
130
|
-
|
|
142
|
+
Version 26.1.0 (2025-02-28)
|
|
143
|
+
===========================
|
|
131
144
|
|
|
132
145
|
|
|
133
146
|
Bug fix
|
|
134
147
|
-------
|
|
135
148
|
- Fix protobuf deserialisation to not align SettingNode names
|
|
136
149
|
|
|
137
|
-
Version 26.0 (2025-02-27)
|
|
138
|
-
|
|
150
|
+
Version 26.0.0 (2025-02-27)
|
|
151
|
+
===========================
|
|
139
152
|
|
|
140
153
|
|
|
141
154
|
Features
|
|
@@ -179,16 +192,16 @@ Features
|
|
|
179
192
|
- Split ``DataType.NUMBER`` to ``DataType.FLOAT`` and ``DataType.INT``. ``DataType.NUMBER`` is now handled as a
|
|
180
193
|
deprecated alias for ``DataType.FLOAT``.
|
|
181
194
|
|
|
182
|
-
Version 25.34 (2025-02-06)
|
|
183
|
-
|
|
195
|
+
Version 25.34.0 (2025-02-06)
|
|
196
|
+
============================
|
|
184
197
|
|
|
185
198
|
Bug fixes
|
|
186
199
|
---------
|
|
187
200
|
|
|
188
201
|
- Bump mechanize test dependency.
|
|
189
202
|
|
|
190
|
-
Version 25.33 (2025-02-04)
|
|
191
|
-
|
|
203
|
+
Version 25.33.0 (2025-02-04)
|
|
204
|
+
============================
|
|
192
205
|
|
|
193
206
|
Features
|
|
194
207
|
--------
|
|
@@ -196,8 +209,8 @@ Features
|
|
|
196
209
|
- Refactor codebase to new lint rules. No functional changes. :issue:`SW-467`
|
|
197
210
|
|
|
198
211
|
|
|
199
|
-
Version 25.32 (2025-02-04)
|
|
200
|
-
|
|
212
|
+
Version 25.32.0 (2025-02-04)
|
|
213
|
+
============================
|
|
201
214
|
|
|
202
215
|
Features
|
|
203
216
|
--------
|
|
@@ -205,15 +218,15 @@ Features
|
|
|
205
218
|
- Refactor codebase to new lint rules. No functional changes. :issue:`SW-467`
|
|
206
219
|
|
|
207
220
|
|
|
208
|
-
Version 25.31 (2025-01-28)
|
|
209
|
-
|
|
221
|
+
Version 25.31.0 (2025-01-28)
|
|
222
|
+
============================
|
|
210
223
|
|
|
211
224
|
Features
|
|
212
225
|
********
|
|
213
226
|
- Support broader range of `numpy` versions and verify compatibily with ruff, see migration guide `https://numpy.org/doc/stable/numpy_2_0_migration_guide.html`.
|
|
214
227
|
|
|
215
|
-
Version 25.30 (2025-01-28)
|
|
216
|
-
|
|
228
|
+
Version 25.30.0 (2025-01-28)
|
|
229
|
+
============================
|
|
217
230
|
|
|
218
231
|
Bug Fixes
|
|
219
232
|
---------
|
|
@@ -221,86 +234,86 @@ Bug Fixes
|
|
|
221
234
|
- Method ``ChipTopology.get_all_common_resonators`` can never return a set containing components which are not
|
|
222
235
|
computational resonators.
|
|
223
236
|
|
|
224
|
-
Version 25.29 (2025-01-27)
|
|
225
|
-
|
|
237
|
+
Version 25.29.0 (2025-01-27)
|
|
238
|
+
============================
|
|
226
239
|
|
|
227
240
|
Features
|
|
228
241
|
--------
|
|
229
242
|
|
|
230
243
|
- Bump version for an updated repo organization. No functional changes. :issue:`SW-1042`
|
|
231
244
|
|
|
232
|
-
Version 25.28 (2025-01-08)
|
|
233
|
-
|
|
245
|
+
Version 25.28.0 (2025-01-08)
|
|
246
|
+
============================
|
|
234
247
|
|
|
235
248
|
Features
|
|
236
249
|
--------
|
|
237
250
|
|
|
238
251
|
- Remove gitlab links from public pages. :issue:`SW-776`
|
|
239
252
|
|
|
240
|
-
Version 25.27 (2024-12-19)
|
|
241
|
-
|
|
253
|
+
Version 25.27.0 (2024-12-19)
|
|
254
|
+
============================
|
|
242
255
|
|
|
243
256
|
Features
|
|
244
257
|
********
|
|
245
258
|
- Bumps xarray
|
|
246
259
|
|
|
247
|
-
Version 25.26 (2024-12-12)
|
|
248
|
-
|
|
260
|
+
Version 25.26.0 (2024-12-12)
|
|
261
|
+
============================
|
|
249
262
|
|
|
250
263
|
Features
|
|
251
264
|
--------
|
|
252
265
|
|
|
253
266
|
- Bump exa-experiments
|
|
254
267
|
|
|
255
|
-
Version 25.25 (2024-12-11)
|
|
256
|
-
|
|
268
|
+
Version 25.25.0 (2024-12-11)
|
|
269
|
+
============================
|
|
257
270
|
|
|
258
271
|
Features
|
|
259
272
|
--------
|
|
260
273
|
|
|
261
274
|
- Fix public PyPI publishing. :issue:`SW-776`
|
|
262
275
|
|
|
263
|
-
Version 25.24 (2024-12-11)
|
|
264
|
-
|
|
276
|
+
Version 25.24.0 (2024-12-11)
|
|
277
|
+
============================
|
|
265
278
|
|
|
266
279
|
Features
|
|
267
280
|
--------
|
|
268
281
|
|
|
269
282
|
- Change license info to Apache 2.0. :issue:`SW-776`
|
|
270
283
|
|
|
271
|
-
Version 25.23 (2024-12-09)
|
|
272
|
-
|
|
284
|
+
Version 25.23.0 (2024-12-09)
|
|
285
|
+
============================
|
|
273
286
|
|
|
274
287
|
Features
|
|
275
288
|
--------
|
|
276
289
|
|
|
277
290
|
Fix extlinks to MRs and issues in sphinx docs config :issue:`SW-916`
|
|
278
291
|
|
|
279
|
-
Version 25.22 (2024-12-05)
|
|
280
|
-
|
|
292
|
+
Version 25.22.0 (2024-12-05)
|
|
293
|
+
============================
|
|
281
294
|
|
|
282
295
|
Features
|
|
283
296
|
--------
|
|
284
297
|
|
|
285
298
|
- Fix intersphinx reference paths in docs :issue:`SW-916`
|
|
286
299
|
|
|
287
|
-
Version 25.21 (2024-12-04)
|
|
288
|
-
|
|
300
|
+
Version 25.21.0 (2024-12-04)
|
|
301
|
+
============================
|
|
289
302
|
|
|
290
303
|
Test
|
|
291
304
|
****
|
|
292
305
|
- Adds unit test for sorting couplers
|
|
293
306
|
|
|
294
|
-
Version 25.20 (2024-12-04)
|
|
295
|
-
|
|
307
|
+
Version 25.20.0 (2024-12-04)
|
|
308
|
+
============================
|
|
296
309
|
|
|
297
310
|
Features
|
|
298
311
|
--------
|
|
299
312
|
|
|
300
313
|
- Bump version for an updated repo organization. No functional changes. :issue:`SW-665`
|
|
301
314
|
|
|
302
|
-
Version 25.19 (2024-11-29)
|
|
303
|
-
|
|
315
|
+
Version 25.19.0 (2024-11-29)
|
|
316
|
+
============================
|
|
304
317
|
|
|
305
318
|
Features
|
|
306
319
|
--------
|
|
@@ -308,32 +321,32 @@ Features
|
|
|
308
321
|
- Include computational resonators as possible locus components for `DEFAULT_2QB_MAPPING`, which is used for slow CZ
|
|
309
322
|
gates, required for :issue:`GBC-589`.
|
|
310
323
|
|
|
311
|
-
Version 25.18 (2024-11-27)
|
|
312
|
-
|
|
324
|
+
Version 25.18.0 (2024-11-27)
|
|
325
|
+
============================
|
|
313
326
|
|
|
314
327
|
Features
|
|
315
328
|
--------
|
|
316
329
|
|
|
317
330
|
- Expand allowed CHEDDAR versions in `qcm_data_client` to include versions 2.x.
|
|
318
331
|
|
|
319
|
-
Version 25.17 (2024-11-19)
|
|
320
|
-
|
|
332
|
+
Version 25.17.0 (2024-11-19)
|
|
333
|
+
============================
|
|
321
334
|
|
|
322
335
|
Features
|
|
323
336
|
--------
|
|
324
337
|
|
|
325
338
|
- Bump version for an updated repo organization. No functional changes. :issue:`SW-774`
|
|
326
339
|
|
|
327
|
-
Version 25.16 (2024-11-15)
|
|
328
|
-
|
|
340
|
+
Version 25.16.0 (2024-11-15)
|
|
341
|
+
============================
|
|
329
342
|
|
|
330
343
|
Bug fixes
|
|
331
344
|
---------
|
|
332
345
|
|
|
333
346
|
- Remove iqm-internal web links in customer docs artifacts.
|
|
334
347
|
|
|
335
|
-
Version 25.15 (2024-11-08)
|
|
336
|
-
|
|
348
|
+
Version 25.15.0 (2024-11-08)
|
|
349
|
+
============================
|
|
337
350
|
|
|
338
351
|
Features
|
|
339
352
|
--------
|
|
@@ -242,7 +242,7 @@ class ChipTopology:
|
|
|
242
242
|
|
|
243
243
|
def get_connected_probe_lines(self, components: Collection[str]) -> set[str]:
|
|
244
244
|
"""Get probelines that are connected to any of the given components."""
|
|
245
|
-
return {self.component_to_probe_line[c] for c in components}
|
|
245
|
+
return {self.component_to_probe_line[c] for c in components if c in self.component_to_probe_line}
|
|
246
246
|
|
|
247
247
|
def get_connected_coupler_map(self, components: Collection[str]) -> ComponentMap:
|
|
248
248
|
"""Returns a `ComponentMap`, including only the couplers between components that both are in the given subset.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
26.17.1
|
iqm_exa_common-26.16/version.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
26.16
|
|
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.16 → iqm_exa_common-26.17.1}/docs/_templates/autosummary-class-template.rst
RENAMED
|
File without changes
|
{iqm_exa_common-26.16 → iqm_exa_common-26.17.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
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/api/proto_serialization/__init__.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/api/proto_serialization/_parameter.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/api/proto_serialization/array.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/api/proto_serialization/datum.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/api/proto_serialization/nd_sweep.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.16 → iqm_exa_common-26.17.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.16 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/exponential_sweep.py
RENAMED
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/linear_sweep.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/constants.py
RENAMED
|
File without changes
|
{iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/fixed_options.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/sweep_options.py
RENAMED
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.16 → iqm_exa_common-26.17.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.16 → iqm_exa_common-26.17.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
|
|
File without changes
|
{iqm_exa_common-26.16 → iqm_exa_common-26.17.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
|
{iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/qcm_data/immutable_base_model.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/exa/common/sweep/database_serialization.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_exa_common-26.16 → iqm_exa_common-26.17.1}/src/iqm_exa_common.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|