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